View Single Post
Old 01-27-10, 05:00 AM   #6
sergbuto
Pacific Aces Dev Team
 
Join Date: Sep 2002
Location: Sweden
Posts: 1,331
Downloads: 15
Uploads: 0


Default

When I was browsing through script files a while ago, I actually came across another way of setting the God mode but I do no remember how it was now, unfortunately.

Neal,

Removing a few enemy boats from a mission file may require quite a bit of editing. The quicker way is to replace the enemy boats with weaker/slower units or strengthen your force. Say, try to replace some of your boats with cruisers, i.e. instead of

RTBoat1 = NavalObject ( 'Elco', RelationType.Friend, ObjectType.TorpedoBoat )

put

RTBoat1 = NavalObject ( 'M_GORKY', RelationType.Friend, ObjectType.TorpedoBoat )

and see if this helps.
__________________
Serg's SH4 and SH3 pages

Last edited by sergbuto; 01-27-10 at 06:58 AM.
sergbuto is offline   Reply With Quote