Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 5 Vote(s) - 3.4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do you make a cs?[LOCKED]
CarnivorousJelly Offline
Posting Freak

Posts: 1,196
Threads: 41
Joined: Dec 2012
Reputation: 80
#51
RE: how do you make a cs?[LOCKED]

Alright, so we can all stop yelling at each other now? :)

As for how to make a CS, let me see if I can explain it a bit (this is going to be super long, so spoiler tags everywhere):
Spoiler below!

  1. Make a folder (in C:\Program Files (x86)\Amnesia The Dark Descent\redist\custom stories) with the name of your Custom Story. If you don't have a name for your CS, that's okay. Just call the folder "MyCS" (I'll refer to this folder as MyCS from now on). You can re-name it later if you'd like.
  2. Add another folder inside MyCS titled "maps" (without the quotes) and drag your maps (along with any script files) in to this folder. Note: You cannot save new maps directly into this folder. Save them to the desktop, then drag them in.
  3. Create a new text file (with Notepad++ or Geany preferably). You're going to need something like this in it:
    <Main
        Name="MyCS"
        Author="Me"
        ImgFile="example.jpg" //can leave this blank (just "") for no image

        MapsFolder = "maps/"
        StartMap="startingmap.map"
        StartPos="PlayerStartArea_1"
    />
    Replace the text as needed, then save it as a .cfg (a configuration file)
  4. Place this new cfg file in MyCS (not in maps)
  5. You can also include a .lang file, titled "extra_english"
    <LANGUAGE>
        <CATEGORY Name="CustomStoryMain">
            <Entry Name="Description">
            Type a description here (use [br] to skip a line)
            </Entry>
        </CATEGORY>
        
        <CATEGORY Name="Inventory"></CATEGORY>

        <CATEGORY Name="Journal"></CATEGORY>

        <CATEGORY Name="Levels">
            <Entry Name="Next Map">Next Map's Name</Entry>
        </CATEGORY>

        <CATEGORY Name="Hints">
            <Entry Name="Broken Door">This door won't budge</Entry>
        </CATEGORY>

        <CATEGORY Name="LoadingText"></CATEGORY>
        
        <CATEGORY Name="Signs"></CATEGORY>

        <CATEGORY Name="Ending">
            <Entry Name="MainCredits">Thanks for Playing!</Entry>
        </CATEGORY>
    </LANGUAGE>

Anyways, that's all I can think of. You'll want to test lots and lots and lots. Test early, test often, and listen to constructive criticism ;)

Some Useful Links
A list of engine script functions
Your Computer's tutorials
Screenshot Criticism Thread

A note about the screenshot thread:
There's *ALWAYS* room for improvement in mapping, no matter how good you are, there's always something you can do better. If you don't feel comfortable posting a screenshot there, just take a look at the advice other people are given - learn from their experiences too!


[Image: quote_by_rueppells_fox-d9ciupp.png]
(This post was last modified: 07-16-2014, 08:44 PM by CarnivorousJelly.)
07-16-2014, 08:05 PM
Find
Hardarm Offline
Posting Freak

Posts: 891
Threads: 39
Joined: Apr 2011
Reputation: 43
#52
RE: how do you make a cs?[LOCKED]

if you want to be a better person in the internet post your troubles and your problems here
http://boards.4chan.org/b/

listen to boards of canada
07-16-2014, 08:06 PM
Website Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#53
RE: how do you make a cs?[LOCKED]

(07-16-2014, 08:06 PM)Robosprog Wrote: The thread is locked, we can't post here.

XD Yeah, it's weird how our posts are appearing since falconlover locked this thread!

(This post was last modified: 07-16-2014, 08:08 PM by Radical Batz.)
07-16-2014, 08:08 PM
Find




Users browsing this thread: 1 Guest(s)