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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My custom story will not show up in the game!
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#11
RE: My custom story will not show up in the game!

You forgot to say where is the folder that contains the map.
This is a good example of the CS settings cfg.
Spoiler below!

PHP Code: (Select All)
<Main 
    ImgFile 
"background.jpg" 
    
Name "A Forgotten Memory" 
    
Author "SomethingRidiculous" 
    
    
MapsFolder "maps/" 
    
StartMap "afm_intro.map" 
    
StartPos "PlayerStartArea_1" 
/> 
DON'T USE THIS -- DON'T USE THIS -- DON'T USE THIS
PLEASE USE THE TEMPLATE BELOW INSTEAD


This is the template:
Spoiler below!

PHP Code: (Select All)
<Main 
    ImgFile 
"backgroundimage.jpg" 
    
Name "CustomStoryName" 
    
Author "AuthorName" 
    
    
MapsFolder "maps/" 
    
StartMap "mapname.map" 
    
StartPos "PlayerStartArea_1" 
/> 


"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 08-07-2014, 09:05 AM by PutraenusAlivius.)
08-07-2014, 09:04 AM
Find


Messages In This Thread
RE: My custom story will not show up in the game! - by PutraenusAlivius - 08-07-2014, 09:04 AM



Users browsing this thread: 1 Guest(s)