4.0 Server settings question [message #484512] |
Wed, 20 November 2013 11:21 |
|
liquidv2
Messages: 3407 Registered: February 2007
Karma: 0
|
General (3 Stars) |
|
|
on a server using 4.0 and BRenBot, how would someone go about changing a vehicle's in-game armor type/class?
how would one change the damage of a specific unit or base defense?
probably relatively simple questions, but they're beyond me and any help would be appreciated
|
|
|
|
|
|
|
|
Re: 4.0 Server settings question [message #484521 is a reply to message #484512] |
Thu, 21 November 2013 02:44 |
|
reborn
Messages: 3231 Registered: September 2004 Location: uk - london
Karma: 0
|
General (3 Stars) |
|
|
liquidv2 wrote on Wed, 20 November 2013 13:21 | on a server using 4.0 and BRenBot, how would someone go about changing a vehicle's in-game armor type/class?
|
The easiest way for you would be to place a modified objects.ddb in the server's data folder that has the modification applied.
To make the modification, you would need to download an install level edit, then make the change.
I can't use level edit here right now, so I took a picture from another site for a reference, it's not exactly what you'll be doing, but it's better than nothing.
In the picture below you will see the general tree/hierarchy of the presets.
You'll need to open Object, then scroll down to vehicle. Under vehicle, you should find the vehicle you want to change the armor type of. Select the preset, then click on the 'mod' button. Under one of the tabs, you'll find settings for the skin and armor type.
To work out the right name of the vehicle, look here:http://renhelp.laeubi.de/tutorial-list-of-useful-presets.html
The armor types you can use are in armor.ini, but you'll need to either find a copy onlione, or use XXC Mixer to extract it from your always.dat file located in your data folder.
What might be better though, is to look up different vehicles and see what they use, so you can best emulate the vehicle armor behaviour you want.
You could make a small plug-in to do the same, but the above is probably the easiest way for you.
liquidv2 wrote on Wed, 20 November 2013 13:21 |
how would one change the damage of a specific unit or base defense?
|
I guess you could use the damage hook, but it's a hack really. I still have the source code for that flamer mod you wanted, I can send it to you, and talk you through it a bit offline if you like?
liquidv2 wrote on Wed, 20 November 2013 13:21 |
probably relatively simple questions, but they're beyond me and any help would be appreciated
|
The first one is pretty easy, the second one is not so easy, as most damage is calculated client side.
|
|
|