I can't even build a windows game, I tried to translate a earlier topic about using Save as to create a vis file but there is no option, also downloading a microsoft libary which I already haveThis is strange because I exported for Windows one of my games and everything works flawlessly.
for me its stuck looking for a vis file I created years ago, eGame is showing this 'C:\Users\nige\Desktop\zep\soundtest.vis' which I can't changecould you try opening your project file with an editor and searching/editing for this filename? (make backup first)
I'm just looking now to see if I can delete the reference
I just tried a different game and that worked lol
I found another bug:eh? You mean it's not recognizing the \n to drop lines in write part of the script & is including them in the config.ini itself? If that's the case, then Simon will have to look into that as it should automatically parse \n into a line break.a getProperty() functions has problems in VS5RC0.in my case where i use the getProperty("system_language") it returns nothing.Also the config.ini read/write script from the wiki is not working anymore because the line == "someentry = somevalue" doesn't get recognized anymore. I guess because it has to beline == "someentry = somevalue\n" to fix this...
its not recognizing the line in the read functionShould still work fine. You sure you haven't accidentally typed a character in somewhere or edited something or changed the name of a condition or value which is causing it to return some error, which in turn is causing it to stop executing the script/function?
if line == "fullscreen = yes" then ... end