Forums Index >> Modding >> need fake scrum script



Page : <1> :


Can some one mak me a fake scrum script and a script hat I can make like 100000 scrum balls

Tuesday, March 22, 2005 at 10:28:31 PM

Here some codes that would be useful:

DefaultFlag.shapeFile = "~/data/shapes/common/scrumball.dts"; <-- scrumballs shape.

DefaultFlag.NoPickUp = "false"; <-- can you pick scrum ball to above your tank, or not. True = unpickable and false is normal, pickable flag.

Add reload gate or powerup with modwizard, then change it from mission file:

New flag() {
dataBlock = "defaultflag";
position = "154.157 -64.3179 76.1958";
rotation = "-0.0130926 0.00556954 -0.999899 49.8985";
scale = "1 1 1";
lightBoost = "0";
};

ˆ instead of

New PowerUp() {
dataBlock = "Reload";
position = "154.157 -64.3179 76.1958";
rotation = "-0.0130926 0.00556954 -0.999899 49.8985";
scale = "1 1 1";
lightBoost = "0";
};

DataBlock is "Reload"; when reload gate and "TestPowerUp"; when powerup. Said it if you want change flag back to powerup.

NOTE: If you use modwizard, save changes to map and go to mission file, search for MW#_#.mis, and open it, there isn't that new flag you added.

Wednesday, March 23, 2005 at 4:43:11 AM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald