View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 03-16-2011 , 05:16   Re: [CS:S] Hide and seek - Version 1.4.0
Reply With Quote

How to add maps:
  1. Install Notepad++. (Any other editor with adjustable encoding settings will work either)
  2. Open an existing map config file in sourcemod/configs/hide_and_seek/maps and copy it's content to a new file called the same as the map you want to support. E.g. fy_iceworld.cfg
  3. Make sure, your file is using the ANSI as UTF-8 encoding, to support special chars.

  4. Add your models relative to the models/ path exluding the .mdl suffix.
    1. Download BSPSource and decompile the map.
    2. Open up the map in Hammer and check for the props laying around.
    3. Double click a prop and check it's model. (You may need to disable Smart Edit)
    4. Copy the path to your config file and add a name
  5. If you add an additional language to any of your model names in the file, you have to add it to all models listed in there. Otherwise people who use that language will be unable to see the untranslated models.
Hope this has been clear.
__________________

Last edited by Peace-Maker; 03-16-2011 at 05:18.
Peace-Maker is offline