ItsMods

Full Version: Bullet Penetration Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again

This is another "useless" tutorial like the lochit one. This is about a BULLET_PEN_TABLE, that is a table that puts the bullet penetration parametres by the surface they hit. bullet_penetration_mp:

Code:
BULLET_PEN_TABLE\small_bark\20\small_brick\6\small_carpet\20\small_cloth\72\small_concrete\6\small_dirt\0\small_flesh\24\small_foliage\72\small_glass\72\small_grass\0\small_gravel\32\small_ice\72\small_metal\12\small_mud\0\small_paper\72\small_plaster\12\small_rock\6\small_sand\0\small_snow\72\small_water\0\small_wood\12\small_asphalt\6\small_ceramic\72\small_plastic\32\small_rubber\72\small_cushion\72\small_fruit\72\small_paintedmetal\0\small_riotshield\0\small_slush\0\medium_bark\28\medium_brick\20\medium_carpet\20\medium_cloth\72\medium_concrete\12\medium_dirt\0\medium_flesh\34\medium_foliage\72\medium_glass\72\medium_grass\0\medium_gravel\32\medium_ice\72\medium_metal\20\medium_mud\0\medium_paper\72\medium_plaster\20\medium_rock\12\medium_sand\0\medium_snow\72\medium_water\0\medium_wood\16\medium_asphalt\12\medium_ceramic\72\medium_plastic\32\medium_rubber\72\medium_cushion\72\medium_fruit\72\medium_paintedmetal\0\medium_riotshield\0\medium_slush\0\
large_bark\28\large_brick\20\large_carpet\20\large_cloth\72\large_concrete\12\large_dirt\0\large_flesh\40\large_foliage\72\large_glass\72\large_grass\0\large_gravel\32\large_ice\72\large_metal\20\large_mud\0\large_paper\72\large_plaster\20\large_rock\12\large_sand\0\large_snow\72\large_water\0\large_wood\16\large_asphalt\12\large_ceramic\72\large_plastic\32\large_rubber\72\large_cushion\72\large_fruit\72\large_paintedmetal\0\large_riotshield\0\large_slush\0

The numbers are the max distance they can penetrate in the surface. An example of use(will make riotshield penetrable):

Code:
large_riotshield\20\
small_riotshield\20\
medium_riotshield\20\

Or this one will make house walls easier to penetrate:

Code:
large_concrete\100\

Thats it, same problem as previous file types, Sad. Both files are located in info folder.
Thanks alot for this. Comes in handy if you want to do something other then modding Wink
how do i use this, what file? or ???
EDIT: nvm, cant be loaded with lib. -.-