SRCDS Steam group


SRCDS - Steam_api.dll
#1
BASIC INFO
Server OS: Windows 7 64-bit
Processor: Intel Core i3 3.20ghz
Ram: 4gb
Game(s): Team Fortress
Start Up Command:
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
goto orangebox
start /wait srcds.exe -console -game tf +map cp_badlands +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Admin Mods: Sourcemod

INSTALLING INFO
Full Install Command:
Code:
c:\HLServer\hldsupdatetool -command update -game tf -dir c:\HLServer
and Yes I tried with -verify_all

The Problem: [Image: c779d701064ec0497cb14d6e8c631051.png?1342530503] [Image: 37a45e0d11ae8e8ddd865cc387e0c70b.png?1342530509]

I tried putting the steamclient.dll from Steam to orangebox/bin
Reply
#2
Remove the steamclient.dll file from the orangebox folder. It's not needed.

- Edit it the start up batch file you created and use the following contents in the file:

@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait c:\HLServer\srcds.exe -console -game tf +map cp_badlands +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds


Let us know how it goes.
About Me:
I help people who at least try to help themselves. Please use the "Search" button before posting a new topic.
If you post, give us the info we need from the "READ ME FIRST" sticky at the top of each thread!

I'm here to share my experiences to help others. If I'm wrong about something, don't hold it against me, educate me.
I not perfect and try to learn from every failure, yours and mine.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)