Joined: 17 Nov 2005, 02:43 Location: Raegquitting Spring on 04/24/12
I have a suggestion that I think will vet a lot of support from other gamedevs, and that is that I would like springsettings.cfg to be printed out at the end of infolog, properly commented as to the beginning and the end of it of course. Would be wonderful for troubleshooting.
will never happen. we will also never use google accounts/auth for the forum and the lobby (and don't try to tell me you did not want to ask that next).
ask for both files (cfg file location is in infolog) or make some auto report tool that packs them together and sends them to you (btw, we have that plus much much more already, ask zydox).
Joined: 17 Nov 2005, 02:43 Location: Raegquitting Spring on 04/24/12
hoijui wrote:
will never happen. we will also never use google accounts/auth for the forum and the lobby (and don't try to tell me you did not want to ask that next).
Actually that's a good idea that I've never thought of, but in The same sentence, fuck you, eat a Dick. I'm tired of you being a Fucking douchebag out of nowhere for no good reason.
Lolsmoth, who has trouble even getting infologs from his reporters is going to get springsettings.cfg too. Lolz.
hmmmm could one do this via a widget/gadget printing out the necessary data at startup? Could one not print it out into a different file along with any other details?
Joined: 17 Nov 2005, 02:43 Location: Raegquitting Spring on 04/24/12
Well apparently only knorke qt and I see the value in this. That's fine.
Switching directions... How easy is the pastebin Ali to work with? Ideally for me, I could have an option on the launcher that basically sends the most recent infolog to pastebin, that would be nice.
@AF, now that you mention it, it may be doable. I'm not sure if lua has access to root install dir tho (because of the widget/gadget that lurker posted ages ago). Maybe that isn't relevant anymore.
Joined: 22 Feb 2006, 01:02 Location: cheap kitchen
didnt support the idea, was just trying to prevent the thread going in the same direction as "lobby protocol aka porn porn" ---
Quote:
ask for both files (cfg file location is in infolog) or make some auto report tool that packs them together and sends them to you (btw, we have that plus much much more already, ask zydox).
I think that is best. What if somebody needs ctrlpanel.txt, script.txt or other files? You can not just pack everything into infolog. Also if infolog is spammed with settings stuff, what file would you use to catch lua errors?
combining files is also possible with with .bat files that you so love , I think it is something like copy infolog.txt+springsettings.cfg combined_file.txt
reading springsettings.cfg by Lua works too:
Code:
function widget:Initialize() fh = io.open("springsettings.cfg","r") while true do line = fh.read(fh) if not line then break end Spring.Echo (line) end end
That is with springsettings.cfg next to spring.exe Did not test if you have it in "my documents\" or elsewhere. Ideally you would first read infolog.txt to get the location of springsettings.cfg, it says "using default configuration source "C:\Spiele\spring-0.82.7.1\/springsettings.cfg""
We can easily work out what you want in sasi, Forb. The functionality to put all relevant files in a zip and upload that somewhere is already present in SL.
Users browsing this forum: No registered users and 1 guest
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 post attachments in this forum