Forums Index >> Modding >> how do i get certain objects to replace the brain
Page : <1> :
Add to bottom of the mis. File
Lighttank.brainshapefile = "path to item";
Mediumtank.braishapefile = "path to item";
Heavytank.brainshapefile = "path to item";
Path to item = etc game/data/shapes/common/volcanorock.dts
Cool thanks!
There might be something wrong with that because the file that the item your replacing the brain with has to qualifie. For instance if you can find the file for bots you easyily change the brain to the bot head because that is what the file is ment for. Trust me I've tried with several thing such as a volcanoe rock and something I made in an art program desingned. Trust me the easy way out is to use bot heads....besides.....THEY LOOK COOL!!!!!!! XD
Hope I Helped,
--- CaNnEdSpLaM :)
Wait light tank entry after tht server scipt ur gonna have to walk through
Weasel I got a better and less complicated idea;
Go to the tankdb.cs ~go here and save to game/server/scripts as "tankdb.cs" if you do not have it~ and open with word pad, go to the tank you desire to have a meteor as a brain replace brainShapeFile = "~/data/shapes/tanks/brainjar##.dts"; ~# indicates a number~ and change that to the path you want it
I like doing it this way because I can't stuff up any mission files like I did before.
What would I change it to?
To get a volcano rock
Correction;
Brainshapefile = "~game/data/common/volcanorock01.dts";
Do I replace tat with the other one
Erm not working its stopping on objects like I did something wrong
Put this after //--- OBJECT WRITE END ---
LightTank.brainShapeFile = "game/data/shapes/tanks/brainjar01.dts ";
.......(change the part in bold)
I think that is what u wanted.....isint it??????
Only lethal on days that end with "Y"
Um stay here if ur sitting here
Well if im getting a volcano rock to replace the brain i.........
Page : <1> :
Ok I've seen a brain replaced with a meteor from a volcano and I want that as my brain for my mod.how?