Settings file in windower4 keeps resetting after its been saved when launching windower 4. I tried to install the windower4 folder in 3 different Places now, desktop, download folder and in programfiles. All results in the settings file beeing resat back to the way it was before i made the changes in it.
I also tried making the notepad file outside the windower folder and copying it in, running windower as admin aslo did not work.
Any ideas?
Thanks
Windower 4 Issues
Re: Windower 4 Issues
can't reproduce so not sure.
Try opening notepad as admin, then edit settings?
can give that a shot.
Try opening notepad as admin, then edit settings?
can give that a shot.
Re: Windower 4 Issues
usually caused by invalid paths in your config.
Bad:
C:\my path here\\fileName.exe
good:
C:\my_path_here\fileName.exe
good:
"C:\my path here\fileName.exe"
And I don't recommend putting anything in program files that an installer didn't explicitly put there btw.
Bad:
C:\my path here\\fileName.exe
good:
C:\my_path_here\fileName.exe
good:
"C:\my path here\fileName.exe"
And I don't recommend putting anything in program files that an installer didn't explicitly put there btw.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Windower 4 Issues
Dont know if this is of any help but this is now my settings.xml reads in the windower 4 folder
</profile>
<profile name="local">
<consolekey>Insert</consolekey>
<windowmode>Window</windowmode>
<width>1024</width>
<height>768</height>
<mipmaplevel>6</mipmaplevel>
<uiscale>1</uiscale>
<supersampling>2</supersampling>
<bumpmapping>true</bumpmapping>
<args>--local host --user usernamehere --pass passwordhere</args>
<executable>xiloader.exe</executable>
</profile>
</settings>
</profile>
<profile name="local">
<consolekey>Insert</consolekey>
<windowmode>Window</windowmode>
<width>1024</width>
<height>768</height>
<mipmaplevel>6</mipmaplevel>
<uiscale>1</uiscale>
<supersampling>2</supersampling>
<bumpmapping>true</bumpmapping>
<args>--local host --user usernamehere --pass passwordhere</args>
<executable>xiloader.exe</executable>
</profile>
</settings>
Re: Windower 4 Issues
Thanks for the replies.
Turns out it was just a > missing off the end of </settings
Turns out it was just a > missing off the end of </settings
Re: Windower 4 Issues
Since my current issue is related to the same program but different error i hope people don't mind if i continue on here
Anyway whenever i try to login to my server with Windower it's having problems resolving the server name now i've checked the settings.xml file for Windower and the lan_config file for the server itself any suggestions?
Edit: Forget this post i had it set to attempt to connect to somewhere else instead of localhost
Anyway whenever i try to login to my server with Windower it's having problems resolving the server name now i've checked the settings.xml file for Windower and the lan_config file for the server itself any suggestions?
Edit: Forget this post i had it set to attempt to connect to somewhere else instead of localhost