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
[SOLVED]Help please: map not showing up
DjSimplicity Offline
Junior Member

Posts: 28
Threads: 5
Joined: Nov 2011
Reputation: 0
#11
RE: Help please: map not showing up

(11-10-2011, 07:48 PM)Unearthlybrutal Wrote: Try this to your .cfg file:





<Main
Name="Episode IV: A New NOPE"
Author="Dennis Falck"
ImgFile=""
StartMap="00_newlife.map"
StartPos=""
/>




And this to your .lang file:




<LANGUAGE>
<CATEGORY NAME="CustomStoryMain">
<ENTRY NAME="Description">Nope, nope, nope, nope, nope.</ENTRY>
</CATEGORY>
</LANGUAGE>


Works with that? Smile
It still wont show up in the game Sad
And yes, i filled in the blanks.


11-10-2011, 07:59 PM
Website Find
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#12
RE: Help please: map not showing up

<Main
Name ="Episode IV: A New NOPE"
Author ="Dennis Falck"
Mapfolder ="maps/"
Startmap ="00_newlife.map"
Startpos ="PlayerStartArea_1"
/>

------

extra_english.lang
<LANGUAGE>
<CATEGORY NAME="CustomStoryMain">
<ENTRY NAME="Description">Nope, nope, nope, nope, nope.</ENTRY>
</CATEGORY>
</LANGUAGE>
-----------

00_newlife.hps
void OnStart()
{

}
void OnEnter()
{

}
void OnLeave()
{

}
-----------

Try that. Capitalization is vital.

11-10-2011, 09:30 PM
Find
DjSimplicity Offline
Junior Member

Posts: 28
Threads: 5
Joined: Nov 2011
Reputation: 0
#13
RE: Help please: map not showing up

(11-10-2011, 09:30 PM)Obliviator27 Wrote: <Main
Name ="Episode IV: A New NOPE"
Author ="Dennis Falck"
Mapfolder ="maps/"
Startmap ="00_newlife.map"
Startpos ="PlayerStartArea_1"
/>

------

extra_english.lang
<LANGUAGE>
<CATEGORY NAME="CustomStoryMain">
<ENTRY NAME="Description">Nope, nope, nope, nope, nope.</ENTRY>
</CATEGORY>
</LANGUAGE>
-----------

00_newlife.hps
void OnStart()
{

}
void OnEnter()
{

}
void OnLeave()
{

}
-----------

Try that. Capitalization is vital.
Still nothing Sad
i don't know what i'm doing that is wrong Sad


11-10-2011, 09:40 PM
Website Find
Obliviator27 Offline
Posting Freak

Posts: 792
Threads: 10
Joined: Jul 2011
Reputation: 66
#14
RE: Help please: map not showing up

Make sure the maps folder is called

maps

and not

Maps

as well as the map name being correct.

If there are any complications, you can add me on Skype or Steam (Obliviator27) and we can work this out when we're both online.

11-10-2011, 09:59 PM
Find
DjSimplicity Offline
Junior Member

Posts: 28
Threads: 5
Joined: Nov 2011
Reputation: 0
#15
RE: Help please: map not showing up

(11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is called

maps

and not

Maps

as well as the map name being correct.

If there are any complications, you can add me on Skype or Steam (Obliviator27) and we can work this out when we're both online.
Thanks, i'll add you on skype.
Btw, i got it to show up in the game now, but after i click on it and the "OK" button the game crashes :/

11-10-2011, 10:51 PM
Website Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#16
RE: Help please: map not showing up

(11-10-2011, 10:51 PM)DjSimplicity Wrote:
(11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is called

maps

and not

Maps

as well as the map name being correct.

If there are any complications, you can add me on Skype or Steam (Obliviator27) and we can work this out when we're both online.
Thanks, i'll add you on skype.
Btw, i got it to show up in the game now, but after i click on it and the "OK" button the game crashes :/
something is wrong in the .hps... Could be a missing quotation, wrong capitalization, etc. post the entire script of the map you're first going into, here.

11-11-2011, 01:35 AM
Find
DjSimplicity Offline
Junior Member

Posts: 28
Threads: 5
Joined: Nov 2011
Reputation: 0
#17
RE: Help please: map not showing up

(11-11-2011, 01:35 AM)Statyk Wrote:
(11-10-2011, 10:51 PM)DjSimplicity Wrote:
(11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is called

maps

and not

Maps

as well as the map name being correct.

If there are any complications, you can add me on Skype or Steam (Obliviator27) and we can work this out when we're both online.
Thanks, i'll add you on skype.
Btw, i got it to show up in the game now, but after i click on it and the "OK" button the game crashes :/
something is wrong in the .hps... Could be a missing quotation, wrong capitalization, etc. post the entire script of the map you're first going into, here.
void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}


11-11-2011, 01:40 AM
Website Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#18
RE: Help please: map not showing up

(11-11-2011, 01:40 AM)DjSimplicity Wrote: void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}
Wow... lol Okay, then this tells me your spawn could be screwed up. Check it in the level editor AND in your custom_story_settings.cfg... Check ALL capitalizations. If this doesn't work, check to see if an entity is bugged in the map. For example, a chair in a wall.

11-11-2011, 02:32 AM
Find
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#19
RE: [SOLVED]Help please: map not showing up

whats your map name, and you .hps name? are they both in the maps folder?

sorry if thats been asked. I don't have alot of time to read all replys

-Grey Fox

Current Project
Forgotten
11-11-2011, 04:57 AM
Find
DjSimplicity Offline
Junior Member

Posts: 28
Threads: 5
Joined: Nov 2011
Reputation: 0
#20
RE: Help please: map not showing up

(11-11-2011, 02:32 AM)Statyk Wrote:
(11-11-2011, 01:40 AM)DjSimplicity Wrote: void OnStart()
{

}

void OnEnter()
{

}

void OnLeave()
{

}
Wow... lol Okay, then this tells me your spawn could be screwed up. Check it in the level editor AND in your custom_story_settings.cfg... Check ALL capitalizations. If this doesn't work, check to see if an entity is bugged in the map. For example, a chair in a wall.

I have fail checked everything now.. Twice. Still it doesn't start.


(11-11-2011, 04:57 AM)GreyFox Wrote: whats your map name, and you .hps name? are they both in the maps folder?

sorry if thats been asked. I don't have alot of time to read all replys

-Grey Fox
They have the exact same name, they are both in the maps folder.
No problem, i don't mind.

(This post was last modified: 11-18-2011, 12:16 AM by DjSimplicity.)
11-18-2011, 12:14 AM
Website Find




Users browsing this thread: 1 Guest(s)