Code Search for Developers
 
 
  

HowToUse.txt from POL-distro scripts at Krugle


Show HowToUse.txt syntax highlighted

Last Updated - 6:45PM June-15-2006
By Austin

This file includes instructions for how to retrieve 
the distro code while it is in development. 

This guide is for users of Windows.

-----------------------------------------------------------------------
!!! NOTICE !!!

Please be aware that this is a live deveopment environment.
Things will change and at times a script may not compile.
Do not use it for a live shard because of the above mentioned reasons.

Any issues, comments, compliments:
Post to the 'POL Distro Dev' board at http://www.polserver.com

!!! NOTICE !!!
-----------------------------------------------------------------------

[ TORTOISE SVN ]
* First you will need the TortoiseSVN client.
  The purpose of this program is to keep the files up to date for you.

* Download the latest ".msi (Windows installer)" file.
  http://tortoisesvn.sourceforge.net/

* Install the program to where you normally install stuff and reboot when it asks.

* NOTE: <###> Refers to a version number. 
  Example: 095 096 097 098 (currently 095, 096 and 097 are available)
  
  To retrieve all distro versions, omit /releases/<###>
  Example: https://svn.sourceforge.net/svnroot/pol-distro/

* Create a folder called "Distro-<###>" and right click it.
  Example: Distro-096
* Select "SVN Checkout" 

* For the URL of the repository enter
  https://pol-distro.svn.sourceforge.net/svnroot/pol-distro/releases/<###>
  Example: https://pol-distro.svn.sourceforge.net/svnroot/pol-distro/releases/097
  
  Click [okay]

* It will begin downloading the files for the disto.

* When it has completed retrieving the files, click [okay]

* In the future you can right click here and select "SVN Update" to retrieve the latest files.

[ <###> CORE ]
* Download the latest POL <###> core at:
  http://releases.polserver.com/

* Save it next to the "Distro-<###>" folder.
  
* Extract the following files from the zip file to the "Distro-<###>/distro" folder:
POL.EXE
UOCONVERT.EXE
UOCONVERT.CFG

* Extract the following files from the zip file to the "Distro-<###>/distro/scripts" folder:
ECOMPILE.EXE

* Extract all of the .em files from the zip file to the "Distro-<###>/distro/scripts/modules" folder:
   *.EM FILE EXAMPLES:
    BASIC.EM
    BASICIO.EM
    BOAT.EM
    CFGFILE.EM
    FILE.EM
    HTTP.EM
    MATH.EM
    NPC.EM
    OS.EM
    POLSYS.EM
    UNICODE.EM
    UO.EM
    UTIL.EM

* Double click "StartHere.bat" and follow the menus.
* Start with realms. 
  - Copy the client files over.
  - Run "UO convert" on them.
 
* Compile all scripts

* Start POL



See more files for this project here

POL-distro scripts

The default distribution of scripts for the POL server project.

Project homepage: http://sourceforge.net/projects/pol-distro
Programming language(s): ASP,Pascal
License: other

  releases/
    095/
      Distro/
        client/
          prof.txt
          readme.txt
        config/
          animxlate.cfg
          armrdesc.cfg
          armrzone.cfg
          bannedips.cfg
          boats.cfg
          bookstorage.cfg
          bowcraft.cfg
          circles.cfg
          cloths.cfg
          cmds.cfg
          colors.cfg
          combat.cfg
          console.cfg
          days.cfg
          equip.cfg
          equip2.cfg
          food.cfg
          golocs.cfg
          gzone.cfg
          innlocation.cfg
          insertsound.cfg
          itemdesc.cfg
          lootgroup.cfg
          menus.cfg
          movecost.cfg
          mrcspawn.cfg
          multis.cfg
          names.cfg
          nlootgroup.cfg
          npcdesc.cfg
          npcequip.cfg
          repsys.cfg
          servers.cfg
          servspecopt.cfg
          sets.cfg
          skills.cfg
          spawngroups.cfg
          spawnregions.cfg
          speechgroup.cfg
          spells.cfg
          stacking.cfg
          starteqp.cfg
          startloc.cfg
          teleporters.cfg
          use_stuff.cfg
          watch.cfg
          wepndesc.cfg
          xlate.cfg
        data/
          ds/
            spawnregion/
            sysbook/
              staticbooks.1.txt
          accounts.txt
          datastore.txt
          guilds.txt
          items.txt
          multis.txt
          npcequip.txt
          npcs.txt
          objects.txt
          pcequip.txt
          pcs.txt
          pol.txt
          resource.txt
          storage.txt
        dbghelp/
          dbghelp.dll
        devpkg/
          core95/
          testfileaccess/
          testing/
        docs/
          basicem.html
          boatem.html
          builtintextcmds.html
          cfgfileem.html
          commands.txt
          configfiles.html
          datafileem.html
          escriptguide.html
          events.html
          fileem.html
          filenames.txt
          gumps.html
          httpem.html
          index.html
          mathem.html
          nodes.txt
          npcem.html
          objref.html
          osem.html
          performance.html
          picture_gump_finish_1.png
          polsysem.html
          privilages.html
          scripttypes.html
          unicodeem.html
          uoem.html
          utilem.html
        license/
          crypt/
        misc/
          world.dor.dat
        pkg/
          foundations/
          items/
          npcs/
          skills/
          systems/
          template/
          tools/
        regions/
          fish.cfg
          light.cfg
          ore.cfg
          regions.cfg
          resource.cfg
          weather.cfg
          wood.cfg
        scripts/
          ai/
          console/
          control/
          include/
          items/
          misc/
          textcmd/
          util/
          www/
          ECOMPILE.BAT
          NPCKeeper.src
          basic.em
          basicio.em
          boat.em
          boneControl.src
          cfgfile.em
          datafile.em
          devenv.bat
          doRes.src
          ecall.bat
          ecompile.cfg
          ecompile.cfg.example
          file.em
          http.em
          itemRes.src
          math.em
          npc.em
          os.em
          polsys.em
          start.src
          storageWipe.src
          unicode.em
          uo.em
          util.em
        bugs.txt
        changes.old
        core-changes-old.txt
        core-changes.txt
        core-docs.txt
        distro-changelog.txt
        grouped-core-changes095.txt
        howto-connect.txt
        pol.cfg
        readme.txt
        upgrade-notes-095.txt
    096/
      Distro/
      TextEditors/
    097/
      Distro/
      TextEditors/
  tools/
    phpTools/
    svn/
  HowToUse.txt