Results 1 to 4 of 4

Thread: Script files

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Script files

    So what is supposed to go into a script.txt file so I can use my own mod?

    I've been searching for three hours and I can't find an example script or a "mod manager". The only script I've seen is the preferences script and it makes no mention of pack files.

  2. #2

    Default Re: Script files

    You can't find it because it doesn't exist. The reason, you have not added any mod yet.
    C:\Documents and Settings\(your user name)\Datos de programa\The Creative Assembly\Empire\scripts\
    Create here a file:
    user.empire_script.txt

    Or put the file I just have uploaded. You have to delete all mods written on it and put your own mods.
    Use my own user script for have a example.
    Last edited by Isabelxxx; February 13, 2010 at 10:53 AM.

  3. #3

    Default Re: Script files

    That's what I was looking for

    syntax is "mod <modpack>.pack"

    gracias por todo

  4. #4

    Default Re: Script files

    One thing more:
    Script can not have any spaces on names:
    File:
    modhjk 12.pack
    Script:
    mod modhjk 12.pack;

    ----->CTD


    File name modified:
    modhjk_12.pack
    Script:
    mod modhjk_12.pack;

Posting Permissions

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