"You need renguard...", but i have [message #115418] |
Sun, 19 September 2004 01:56 |
localhost
Messages: 2 Registered: September 2004
Karma: 0
|
Recruit |
|
|
Hello.
I use Win2k and i have the known problems with Renguard ("Buffer Overrun").
I found, I write the following *.BAT file to help myself:
echo off
cls
goto start
:start
c:\games\Renegade\game.exe +connect 81.92.166.90:4300 +NetPlayerName l0calh0st
if "%ERRORLEVEL%" == "0" (
goto :end
)
goto :start
:end
pause
This will start Renguard until it has no Error.
But this way is just to connect to the "Renegade Community Server" with the Nickname L0calh0st.
So i wrote a programm in C++, what is writing this *.BAT file and executing it.
Renguard starts properly, but the Server sais: "You need Renguard to play on this server!".
What can i do to prevent that??
|
|
|