HerpInYourDerp
Posts: 118
Joined: 5/7/2015 Status: offline
|
The game crashes whenever it has to deal with non-sequential listings, so the best way to do it is not to remove them (otherwise you'd have to re-number literally everything), but just to lock them out by making it event-accessible only. Change: quote:
PROJECT ;272, Super Beam Weapons, 8, 6, 0, 19, 0, 64.0,
COMPONENTS ;23
PARENTS ;10, Y, 303, N, 374, N
PROJECT ;273, Advanced Super Weapons, 9, 6, 0, 24, 0, 64.0,
COMPONENTS ;25
PARENTS ;272, Y
ALLOWED RACES ;Shakturi, Boskara, Gizurean, Dhayut, Sluken, Phaerax, Keskudon, Yl'ta to quote:
PROJECT ;272, Super Beam Weapons, 8, 6, 0, 19, 5, 64.0,
COMPONENTS ;23
PARENTS ;10, Y, 303, N, 374, N
PROJECT ;273, Advanced Super Weapons, 9, 6, 0, 24, 5, 64.0,
COMPONENTS ;25
PARENTS ;272, Y
ALLOWED RACES ;Shakturi, Boskara, Gizurean, Dhayut, Sluken, Phaerax, Keskudon, Yl'ta None of the default events or ruins will be able to trigger them either.
|