BCU main page Bridge Commander Universe
...welcome to the new world.
 
 FAQFAQ  RanksRanks  RulesRules   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  Staff SiteStaff Site    RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

"God Mode"

 
Post new topic   Reply to topic    Bridge Commander Universe Forum Index -> Technical Support
View previous topic :: View next topic  
Author Message

Dante Leonhart

Lieutenant
Lieutenant


Age: 27
Zodiac: Pisces
Joined: 18 Jun 2006
Posts: 400

Offline

 

 



Reply with quote

Post Posted: 09-24-2006 03:58 AM Post subject: "God Mode"

Is there a way to turn off that little green box that shows up in the top right? I'm using God Mode pretty consistently for the movie, but it would be so much easier for capturing if I could keep God Mode on without the giant green box...


_________________

Back to top
View user's profile Send private message

MLeo

Fleet Admiral
Fleet Admiral


Age: 22
Zodiac: Aquarius
Joined: 26 Nov 2002
Posts: 11439
Location: Netherlands
Offline

 

 



Reply with quote

Post Posted: 09-24-2006 02:02 PM Post subject:

Modify the function ToggleGodMode in TacticalInterfaceHandlers.py

Remove anything between "if(pGame.InGodMode()):" and "pObject.CallNextHandler(pEvent)"

That includes the "if(pGame.InGodMode()):" line.

So it looks like this (UNTESTED!):
Code:
def ToggleGodMode(pObject, pEvent):
   if (App.g_kUtopiaModule.GetTestMenuState () < 2):
      return

   global pGODModeLabel
   pGame = App.Game_GetCurrentGame()
   if(pGame is None):
      return

   # Toggle flag.
   pGame.SetGodMode(not pGame.InGodMode())
   pObject.CallNextHandler(pEvent)


_________________

How to beat the Black Screen Of Death and Script problems Also handles Console/Screen/Error report/dump.
BC Technical FAQ [Last updated 26/12/2005]
"Trust me, I'm a con artist" - Moist von Lipwig, "Going Postal, Discworld"

Back to top
View user's profile Send private message Send e-mail MSN Messenger

Dante Leonhart

Lieutenant
Lieutenant


Age: 27
Zodiac: Pisces
Joined: 18 Jun 2006
Posts: 400

Offline

 

 



Reply with quote

Post Posted: 09-24-2006 02:09 PM Post subject:

Thankye!! I'll give that a try as soon as I can... I'm going to bed right now tho... lol


_________________

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic

All times are GMT

Page 1 of 1
   Bridge Commander Universe Forum Index -> Technical Support
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group
Bridge Commander Universe is a Nightsoft company. All rights reserved.