Internet Explorer may not be fully supported. The CSP Team recommends you to download FireFox or Google Chrome. Thank you!

+ Reply to Thread
Page 1 of 7
1 2 3 ... LastLast
Results 1 to 10 of 66
  1. #1
    Lead Programmer amogan's Avatar
    Join Date
    Sep 2008
    Posts
    274

    CSPromod BETA 1.04 Hotfix



    Without further ado here is the anticipated but slightly delayed patch to get CSPromod running again.
    We would have liked to release it concurrent with the CS:S update but things didn't go as planned.

    Anyway if you have 1.04 already installed all you need is this ~7.38MB hotfix .zip archive, extract it to your SourceMods/ folder, restart Steam and you're good to go again.
    Server hosts also only need this single patch (it contains the Linux .so as well). Also there is a slight inconvenience with setting up a CSPromod 1.04 server as of now: read about it here! Also make sure to backup your server.cfg if needed.

    If however you do not have CSPromod installed you will first need to download and install or extract the full 1.04 release and then apply the patch on top of that.

    After extracting the patch CSPromod BETA 1.04 will run off the "Source SDK Base 2006". It will download automatically if you don't have it installed yet. Also make sure to restart Steam!
    This hotfix also contains a few other bug fixes and updates that we made prior to our Source Engine 2007 port. The full list of patch notes as usual are in our official changelog.

    In case you would like to host the 1.04 hotfix or if you encounter any problems please contact amogan@cspromod.com or post in the forums.

    Enjoy your weekend!

  2. #2
    Lead Programmer amogan's Avatar
    Join Date
    Sep 2008
    Posts
    274

    To All GameServer Hosts

    With this new hotfix CSPromod is running off of AppId 215. In srcds -game content this would be "episode1". But you still need "Counter-Strike Source" content in order to host a server.
    Note: This also means you should use the command line versions of srcds not the Steam version.
    Here is one way to set up your server (I'm using a Linux server in this example, it is all very similar on Windows):

    On a clean install you could first get episode1 and then CS:S files, then move the cstrike folder up to the episode1 content and install cspromod + hotfix next to it.
    Code:
    cd srcds
    wget http://www.steampowered.com/download/hldsupdatetool.bin
    chmod +x hldsupdatetool.bin
    echo "yes" | ./hldsupdatetool.bin
    ./steam -command update -game episode1 -dir .
    ./steam -command update -game "Counter-Strike Source" -dir .
    mv orangebox/cstrike/ .
    wget http://cspd2.divo.net/cspromod_b104.zip
    unzip cspromod_b104.zip
    rm cspromod_b104.zip -f
    wget http://i2.divo.net/i2/cspromod_b104_hotfix.zip
    unzip cspromod_b104_hotfix.zip
    rm cspromod_b104_hotfix.zip -f
    ./srcds_run -game cspromod +map csp_dust2
    If you already have a Counter-Strike Source server you can skip downloading it again of course and just copy or move the cstrike directory up one level.
    Note that if you move it out of the orangebox folder you can not run a CS:S server from that directory anymore.

    For Linux specifically there seems to be an issue with an outdated libsteamvalidateuseridtickets_i486.so which thankfully can be fixed by copying or moving over the libsteamvalidateuseridtickets.so from CS:S:
    Code:
    mv orangebox/bin/libsteamvalidateuseridtickets.so bin/
    Don't hesitate to ask questions if you run into any problems. Visit the server admin forum section or contact me at amogan@cspromod.com

  3. #3
    Member
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    418
    =) 123456789

  4. #4
    nice. this is super awesome

    Edit: still not working for me =/
    Last edited by phreaK; 07-09-2010 at 06:04 PM.

  5. #5
    QA Tester esk's Avatar
    Join Date
    Aug 2008
    Location
    New Jersey, United States
    Posts
    226
    yay secret msg ftw

  6. #6
    Member Schypher's Avatar
    Join Date
    Dec 2009
    Location
    Portugal
    Posts
    86
    It didn't work for me :/

    Edit: Problem solved
    The problem was that i was running the oldest shortcut instead running it trough the steam.
    Last edited by Schypher; 07-09-2010 at 06:07 PM.

  7. #7
    QA/Community Manager
    Join Date
    Aug 2008
    Posts
    1,912
    Quote Originally Posted by Schypher View Post
    It didn't work for me :/
    restart steam

  8. #8
    QA Tester esk's Avatar
    Join Date
    Aug 2008
    Location
    New Jersey, United States
    Posts
    226
    yea it really isn't that hard, install 1.04 regular, then overwrite with the newer files..and restart steam

  9. #9
    Quote Originally Posted by esk View Post
    yea it really isn't that hard, install 1.04 regular, then overwrite with the newer files..and restart steam
    did this twice

  10. #10
    Programmer
    Join Date
    Aug 2008
    Location
    New York, USA
    Posts
    217

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts