![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 |
Commodore
![]() Join Date: Aug 2016
Location: Netherlands
Posts: 620
Downloads: 31
Uploads: 0
|
![]()
Hahaha it is that simple sometimes
![]()
__________________
![]() |
![]() |
![]() |
![]() |
#2 |
Admiral
![]() |
![]()
Hey VDR! Ok I did not know the emblems had prescripted placements. Thank you.
And yes currently I do unpause the game now... it just breaks the immersion. I found the file I just don’t know what part needs changing.
__________________
[SIGPIC][/SIGPIC] BSTANKO6'S SH5 NAVAL ACADEMY http://www.youtube.com/channel/UCPbe...W2NArCA/videos DISCORD https://discord.gg/6tFeTSUmVc |
![]() |
![]() |
![]() |
#3 |
Admiral
![]() |
![]()
Ok so this is what i got. In the SCRIPTS, I found the ENIGMA info (The Wolves of Steel MOD2.0>data>Scripts>Menu). I found this below to be interesting.
I am wondering if changing the time compression here will stop the ENIGMA from pausing the game everytime i open it. I am not good at this and I do not want to destroy my TWOS installation. So any insight would be greatly appreciated. def ShowEnigmaMachine(): from PageDefaultHud import SetHotKeysDisabled Enigma_Machine_Icons_SelectYear.Text = str(selected_year) if Enigma.Visible: if Enigma_Machine_Closed.Visible and AllSlotsOccupied(): UpdateGlobalArrays() Enigma.Visible = False SetHotKeysDisabled( False ) if Menu.TimeCompression == 0:<--change to 1? Menu.TimeCompression = 1 return elif Enigma_Machine_Closed.Visible: Enigma.Visible = False SetHotKeysDisabled( False ) if Menu.TimeCompression == 0:<--change to 1? Menu.TimeCompression = 1 return else: Enigma_Machine_Opened.Visible = False Enigma_Machine_Closed.Visible = True Enigma_Bigram.Visible = False Enigma_Notepad.Visible = False Enigma_KB.Visible = False Enigma_Envelope.Visible = False Enigma.Visible = True SetHotKeysDisabled( True ) if Menu.TimeCompression != 0:<--change to 1? Menu.TimeCompression = 0<--change to 1?
__________________
[SIGPIC][/SIGPIC] BSTANKO6'S SH5 NAVAL ACADEMY http://www.youtube.com/channel/UCPbe...W2NArCA/videos DISCORD https://discord.gg/6tFeTSUmVc |
![]() |
![]() |
![]() |
|
|