MS 1.35 Newbie Tutor Enhancement for Edana

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
I may have made that look more complicated than it is. 8)



Just use the HNIS-Edit Wizard to make an installer (very simple), and tack the above code onto the end of it, compile, and you pretty much have a complete installer.



In fact, if you don't need your installer to find a specific registry defined folder (like the Half-Life mods folder), NSIS can be used by any moron with just its built in zip wizard. No additional code required.

__________

“Never piss off a Unitarian, as he may burn a question mark on your front lawn.” – Garrison Keillor

Saint Thoth
 

J-M v2.5.5

BANNED
BANNED
Joined
Feb 26, 2005
Messages
5,675
Reaction score
1
Age
35
Location
Nijmegen, the Netherlands.
I have yet another problem: My auto-restarter isn't working. When my server crashes the stupid "Program made an error, send report or not" screen pops up and when you remove the error screen it restarts.



My restarter batch file looks like this:

Code:
@echo off

title MS DS #2 restarting utility

:hlds

echo (%time%) MS DS #2 has started.

start /wait hlds.exe -console -game ms -port 27015 +map edana +maxplayers 10

echo (%time%) MS DS #2 crashed, restarting...

goto hlds



Can somebody tell me why it isn't fully auto-restarting?



EDIT: Nevermind I figured it out. Had to disable error-report sending.
 
Top