|
He's in ur base, killin' ur d00dz.
|
I
Next: I gave the civilian the ability to build structures and repair, and made it buildable in the CC (FireGraft ftw). There are two problems, however: -When I click on the button to build basic buildings, the Command Center, Supply Depot, and Refinery buttons are not only greyed out (despite my owning a CC), but are unclickable and don't display text. -When repairing, the civilain spawns a Mature Chrysalis sprite at his location. ![]() ![]() ![]() ![]() ![]() ![]() |
|
Master of Temptation, Ruler of Aeronotics, and Secret Lover
|
You need to edit the dat requirements in Firegraft. Each building has a list of opcodes that it follows. Just add this to each building that you want the civilian to be able to be built:
CodeOr Current unit is... Civilian Now, go to the orders tab in the dat requirements and make sure that the repair function(s) also has (have) that. ![]() ![]() ![]() ![]() ![]() ![]() |
|
He's in ur base, killin' ur d00dz.
|
The civilian can build now (and could repair), but I still have the problem of the chrysalis sprite. One spawns under the civilian every time one would see the "spark" from an SCV's Fusion Cutter during building or repairing.
I think that giving the civ a weapon (like the fusion cutter) might resolve the problem, but I'm not sure. ![]() ![]() ![]() ![]() ![]() ![]() |
|
He's in ur base, killin' ur d00dz.
|
Epic mod will be epic if/when I finish it.
Also, been trying to convert the Nexus (after re-imagining what I'd been working on). Protoss buildings = pain in the ass. I ripped off the barracks for the Working animation: The problem is, das blinkenlights won't stop blinking, even after the build order is finished/cancelled. ![]() ![]() ![]() ![]() ![]() ![]() |
|
Master of Temptation, Ruler of Aeronotics, and Secret Lover
|
It supposed to go to a wait block:
CodeNexusIsWorking: playfram 0 wait 3 playfram 2 wait 3 playfram 3 wait 3 playfram 4 wait 3 playfram 3 wait 3 playfram 2 wait 3 goto NexusLocal00 But, yeah, making protoss emulate terran buildings are a pain. Or hell, editting protoss buildings in general. ![]() ![]() ![]() ![]() ![]() ![]() |