Page 1 of 1

Re: What's the fastest way to test things out?

Posted: 2020-03-14 14:28
by Suchar
https://www.realitymod.com/forum/showth ... p?t=149413


What exactly do you want to test? The fastest way is of course checking the thing you want to test in game files instead of launching the game. Another solution might be an editor but it still depends on what you want to test.

Re: What's the fastest way to test things out?

Posted: 2020-03-14 14:51
by Fastjack
Look at the concept of the suicide cars in the vehicles civilian folder. There are already bombcars.
Copy the bomblauncher to your modified mtlb driver pco. You should remove the ammodrop because its also on rightclick

Re: What's the fastest way to test things out?

Posted: 2020-03-14 15:50
by Fastjack
There is a way. First find the original textures.
Than modify multiple textures to your liking and save those textures under the name with a suffix to it like woodland, desert or whatever name you want. If you put these textures into your editor (dont ask me where exactly yet, doing this here out of the head), you can select it in the Editor in one of the upper bars.
Later you put your favorite texture into the map (mounting the textures into a objects_client.zip) and modify the init.con of the map and add this:

if v_arg1 == BF2Editor
LevelSettings.CustomTextureSuffix "insert here your suffix"
else
texturemanager.customTextureSuffix "insert here your suffix"
endIf

Search in this Forum or worldwideweb for custom_textures_suffix