Multiple ini files questions
Hi,
I'm facing a little problem, wanted to make a copy of a brain robot so I made a new folder with it and all it's graphics etc...
Then I changed the name of each path leading to an illustration, for example :
I changed
Base.rte/Actors/Robots/Leg...
to
Myfolder/Actors/Robots/Leg...
and so on for each part of the robot.
My problem is, the robot uses the graphics from the original robot but for the head, it's to say, it takes my head file (Myfolder..../Head...)
But for all other parts it uses the standard brain robot graphics...
I think my paths are well written, but I think I'm missing something. If someone could give me a clue on what to do, it would be great.
(I also tried to change the following lines :
Code:
AddActor = AHuman
CopyOf = Robot 1
PresetName = Brain Robot
Description = Brain case mounted on a mobile humanoid robot body. This body allows the Brain unit to move around freely while commanding units, but it can by no means survive on its own without good protection.
AddToGroup = Brains
....
removing the CopyOf part (I thought it was because it is a copy that it loaded the original ilustrations), but the game doesn't load if I remove this line, memory can't be read at line [any hexa adress here]... )
For the rest of the file, I just removed the other Robots, and make the robot jump instead of using a jetpack.
Well, if someone can give a help there, i'll be glad.
Thanks a lot, bye.