DjSimplicity
Junior Member
Posts: 28
Threads: 5
Joined: Nov 2011
Reputation:
0
|
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? It still wont show up in the game
And yes, i filled in the blanks.
|
|
11-10-2011, 07:59 PM |
|
Obliviator27
Posting Freak
Posts: 792
Threads: 10
Joined: Jul 2011
Reputation:
66
|
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 |
|
DjSimplicity
Junior Member
Posts: 28
Threads: 5
Joined: Nov 2011
Reputation:
0
|
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
i don't know what i'm doing that is wrong
|
|
11-10-2011, 09:40 PM |
|
Obliviator27
Posting Freak
Posts: 792
Threads: 10
Joined: Jul 2011
Reputation:
66
|
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 |
|
DjSimplicity
Junior Member
Posts: 28
Threads: 5
Joined: Nov 2011
Reputation:
0
|
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 |
|
Statyk
Schrödinger's Mod
Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation:
241
|
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 |
|
DjSimplicity
Junior Member
Posts: 28
Threads: 5
Joined: Nov 2011
Reputation:
0
|
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 |
|
Statyk
Schrödinger's Mod
Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation:
241
|
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 |
|
GreyFox
Member
Posts: 162
Threads: 23
Joined: Jul 2011
Reputation:
2
|
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 |
|
DjSimplicity
Junior Member
Posts: 28
Threads: 5
Joined: Nov 2011
Reputation:
0
|
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 |
|
|