What exactly does it do/can you do with it? I tried setting "showConsole" to 1, but it didn't do anything.
Does anyone know what it does?
Offline
[Global] DeferUpdate=1 ShowConsole=0 DynamicConsole=0 ReduceCPUUsage=0 ReduceCPUInBackground=0 3ButtonMouse=0 1ButtonMouse=0 UseDirectSound=1 PriorityBoost=1 B3DXUsesOpenGL=1 CaseSensitiveFileMode=0 EnableAltF4Quit=0
INI files are mainly settings files. These were the contents of mine. Of course I never edited mine, so this could be the default.
Offline
I remember I found this tag in "Bingo.ini" from Bingo:
ImageFile="Bingo.image"
When I tried to use it for other purposes, it didn't seem to work, so IDK.
Offline
When I was testing out Scratch 1.4 Beta I accidentally deleted the INI file and mistakenly reported to the Scratch team that the camera didn't work. Simply restoring said file completely solved the problem, so the file obviously has some sort of use.
Offline
ihaveamac wrote:
Code:
[Global] DeferUpdate=1 ShowConsole=0 DynamicConsole=0 ReduceCPUUsage=0 ReduceCPUInBackground=0 3ButtonMouse=0 1ButtonMouse=0 UseDirectSound=1 PriorityBoost=1 B3DXUsesOpenGL=1 CaseSensitiveFileMode=0 EnableAltF4Quit=0INI files are mainly settings files. These were the contents of mine. Of course I never edited mine, so this could be the default.
Yeah, I realized that. Editing it doesn't do anything though.
Offline
EnableAltF4Quit=0
- Changing 0 to 1 would let you quit with Alt+F4
Offline
Alt-F4 still works with it set to 0.
I think the ini file may have something to do with this.
Offline
ScratchFrameMorph startup contains code that reads startup files...
Offline
Yeah, I kind of assumed that. I tried restarting Scratch and it didn't do anything either.
Offline
Try choosing World menu => open => Scratch
Offline