Results 1 to 8 of 8

Thread: [COD2][Request]Tutorial print hello world to screen/load gsc script's on server

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Hi,

    iw_07.iwd and iw_15.iwd (patch 1.2/1.3) contain all the stock script files

    maps/mp/: map script files
    maps/mp/gametypes: gametype script files

    What you are looking for are located in gametypes folder.
    For example, take a look in tdm.gsc at the function spawnPlayer() and _healthoverlay.gsc

    Printing a message, is possible with iprintlnbold.

    Edit: do not change stock iwds.
    Otherwise you will get impure client when joining most servers.

    Create a new zip file with .iwd extension with the same folder structure e.g. z_mod.iwd: maps/mp/gametypes
    IWD file name order overrides files in other iwds.
    For example, iw_15.iwd overrides iw_07.iwd.
    Last edited by Mitch; 13th April 2020 at 12:13.

  2. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (13th April 2020)

Tags for this Thread

Posting Permissions

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