FDS Will Not Turn Off! [message #454325] |
Mon, 12 September 2011 10:26 |
|
Xpert
Messages: 1588 Registered: December 2005 Location: New York City
Karma: 0
|
General (1 Star) |
|
|
I have a few moments where when I try to shutdown the FDS, it will come back up and restart itself after closing. The only way for me to completely kill it, is end it in the Task Manager.
I even have AutoRestart disabled for the server.
Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.
Part time streamer - https://twitch.tv/gg_wonder
|
|
|
Re: FDS Will Not Turn Off! [message #454326 is a reply to message #454325] |
Mon, 12 September 2011 10:27 |
|
sla.ro(master)
Messages: 610 Registered: September 2010 Location: Romania
Karma: 0
|
Colonel |
|
|
try use server.exe (if you have it already renamed) or rename server.dat into server.exe and run it.
would stop auto-restarting.
Creator of Mutant Co-Op
Developer of LuaTT
|
|
|
|
Re: FDS Will Not Turn Off! [message #454333 is a reply to message #454332] |
Mon, 12 September 2011 10:52 |
|
sla.ro(master)
Messages: 610 Registered: September 2010 Location: Romania
Karma: 0
|
Colonel |
|
|
Jerad Gray wrote on Mon, 12 September 2011 20:44 | I don't suppose that the new fds has some obscure folder in the
C:\Users\UserName\Documents\ dir, like Renegade does, in which case it could be reading to auto restart from there?
|
new fds doesn't use documents folder, fds_root\Renegade\FDS
correct me if im wrong..
Creator of Mutant Co-Op
Developer of LuaTT
|
|
|
|
|
|
|
|
Re: FDS Will Not Turn Off! [message #454373 is a reply to message #454325] |
Mon, 12 September 2011 16:19 |
StealthEye
Messages: 2518 Registered: May 2006 Location: The Netherlands
Karma: 0
|
General (2 Stars) |
|
|
I'm not too happy with this either; but it seems to be according to the Microsoft's recommended practices. It's generally a good idea to follow these. The better way would be to split it up over AppData (for stuff that is not likely to be of interest to the user) and the My Documents folder (or one in My Games, maybe; it is probably a better location, but not sure whether there are any specific guidelines/constraints to that dir).
I think you can set those folders by making a paths.ini with the following contents (example shows default values):
[paths]
RegBase = Westwood
RegClient = Renegade
RegFDS = RenegadeFDS
FileBase = Renegade
FileClient = Client
FileFDS = FDS
UseRenFolder = true for server, false for client
I'm not exactly sure what all the the entries mean (I can make some guesses, but you can probably make the same ). If UseRenFolder is false, it will store the values in my documents.
BlackIntel admin/founder/coder
Please visit http://www.blackintel.org/
[Updated on: Mon, 12 September 2011 16:20] Report message to a moderator
|
|
|
Re: FDS Will Not Turn Off! [message #454410 is a reply to message #454373] |
Mon, 12 September 2011 23:52 |
|
sla.ro(master)
Messages: 610 Registered: September 2010 Location: Romania
Karma: 0
|
Colonel |
|
|
i don't see whats wrong with storing stuff on documents, me i have over 30-40 games who stored there their files and all is fine.
most games does store files in documents or/and appdata.
Creator of Mutant Co-Op
Developer of LuaTT
|
|
|
Re: FDS Will Not Turn Off! [message #454422 is a reply to message #454373] |
Tue, 13 September 2011 02:29 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
StealthEye wrote on Tue, 13 September 2011 00:19 | I'm not too happy with this either; but it seems to be according to the Microsoft's recommended practices. It's generally a good idea to follow these. The better way would be to split it up over AppData (for stuff that is not likely to be of interest to the user) and the My Documents folder (or one in My Games, maybe; it is probably a better location, but not sure whether there are any specific guidelines/constraints to that dir).
I think you can set those folders by making a paths.ini with the following contents (example shows default values):
[paths]
RegBase = Westwood
RegClient = Renegade
RegFDS = RenegadeFDS
FileBase = Renegade
FileClient = Client
FileFDS = FDS
UseRenFolder = true for server, false for client
I'm not exactly sure what all the the entries mean (I can make some guesses, but you can probably make the same ). If UseRenFolder is false, it will store the values in my documents.
|
Specifically, you want to set UseRenFolder to true to make it save the data to the same folder as Renegade is installed to. If its set to false it goes into My Docs instead.... personally I wanted it to go to appdata but apparently people are too braindead to find screenshots if they go there....
Leave the other settings as specified above, or don't create an entry for them (it should default to the correct values). For example, to save files to the install folder instead of my docs you could create a paths.ini with the following content;
[paths]
UseRenFolder = true
And it *should* work. Can't check the code at the moment as I am at work. Might be useful to add this as an option to the installer... if enabled it would create a paths.ini as above to override the 'write to my docs' crap.
IMPORTANT: If you have renegade installed to program files and you do the above some things will not work properly unless you explicitly grant your account (read: not the generic administrators group) read/write access to the folder.
EDIT;
For the record, I DETEST things writing crap all over the my documents folder... game data files are NOT DOCUMENTS!!! I end up hiding all the stupid random folders that get spewed out there all the time so I don't have to sift through them all the time when looking for my actual documents amongst all the garbage.
EDIT 2: FYI, paths.ini goes in the data folder. Just thought I would clarify that.
[Updated on: Tue, 13 September 2011 02:31] Report message to a moderator
|
|
|
|
|