Staredit Network

Staredit Network -> UMS Assistance -> EUD Anything
Report, edit, etc...Posted by Desperado on 2006-07-16 at 19:41:12
I knew that SCMDraft 2 would not allow you to have units above 228 in conditions/actions, but it appears that StarForge does not allow you to do so either. This means that no editor has ever existed capable of utilizing EUDs. That can't be true, I know people have done it before. What gives? What have people used to do EUDs?
Report, edit, etc...Posted by Zeratul_101 on 2006-07-16 at 20:19:21
they used uberation2 and selected from its EUD conditions list
Report, edit, etc...Posted by Kenoli on 2006-07-16 at 20:45:32
The Actions.lst file in \StarForge\Data has all the trigger actions listed with their number/type of arguments.
In the file, you'd normally see the Set Deaths action like this:
CODE
Action SetDeaths(Player Player, Modifier Modifier, Number Number, Unit Unit)
{
Action(0, 0, 0, 0, Player, Number, Unit, 45, Modifier, 20);
}
You can change "Unit Unit" to "Number Unit" (or is it the other way around?) And you'll be able to input numbers into the set deaths trigger instead of a unit name.
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-16 at 23:08:26
Or just replace the LST files with these: http://www.staredit.net/index.php?act=Atta...e=post&id=12051
Next Page (1)