Results 1 to 10 of 19

Thread: Worms PowerServer Mod Beta 0.98b compatible with COD2 1.0?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private CaptainSlow's Avatar
    Join Date
    Nov 2014
    Posts
    76
    Thanks
    38
    Thanked 28 Times in 23 Posts
    Quote Originally Posted by Tally View Post
    Okay, I was able to do this on my laptop. I've made it 1.0 compatible.

    Download it from here:

    DOWNLOAD

    Changelog:

    1. Added gametype serverinfo menus from 1.3.

    2. Added _teams.gsc from 1.3 because there are lots of calls to new functions in the gametype files.

    3. Added _menus.gsc from 1.3 to handle the serverinfo menus.
    Awesome, thank you so so much!!!
    I'll now try and see whether I can implement the anti-namechangers code into this as well (http://killtube.org/showthread.php?2...ll=1#post12558)

    One more question tho: I've only enabled settings in the .cfg that should not require a client-side download. However, when I join the server, it forces me to download the file. Is this normal behavior?

    Many thanks!

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by CaptainSlow View Post
    Awesome, thank you so so much!!!
    I'll now try and see whether I can implement the anti-namechangers code into this as well (http://killtube.org/showthread.php?2...ll=1#post12558)

    One more question tho: I've only enabled settings in the .cfg that should not require a client-side download. However, when I join the server, it forces me to download the file. Is this normal behavior?

    Many thanks!
    COD2 will always download what the client needs. Because there are image and menu files you require, it does indeed require a download. This is unavoidable because Powerserver is not a server-side-only mod.

    It is possible to split the mod into those parts which can remain purely server-side, and those that require a client download. I'll split it for you, and while I am at it, add the anti-name changer mod as well.

  3. The Following User Says Thank You to Tally For This Useful Post:

    CaptainSlow (14th September 2015)

  4. #3
    Private CaptainSlow's Avatar
    Join Date
    Nov 2014
    Posts
    76
    Thanks
    38
    Thanked 28 Times in 23 Posts
    Quote Originally Posted by Tally View Post
    COD2 will always download what the client needs. Because there are image and menu files you require, it does indeed require a download. This is unavoidable because Powerserver is not a server-side-only mod.

    It is possible to split the mod into those parts which can remain purely server-side, and those that require a client download.
    Many thanks for your reply.

    Ah okay, then I've misinterpreted the ReadMe, which I thought stated that the mod can also be run sever-side. Sorry, my bad!

    I won't be using any of the images stuff (mines, smokes/nades etc). Do you think it would be possible to split it up? I believe the menu file can also be left out if I understood the cfg correctly:
    Code:
    // Force Auto-Assign
    // Requires **CLIENT-SIDE** for the menu options to disappear,
    // but it will work without it clientside anyway.
    set scr_force_autoassign 1


    EDIT: I see you've edited your post. Awesome! thanks so much, looking forward to it!
    Last edited by CaptainSlow; 14th September 2015 at 20:18.
    Slow and Steady wins the race

Posting Permissions

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