Showing Missions on World Map
- PaladinHeart
- Strider
- Posts: 747
- Joined: Sun Feb 02, 2003 5:28 am
- Contact:
Showing Missions on World Map
I tried to have the mission "uncovered" with the trigger but it doesn't show up when the condition is met. Where do I determine that mission_name_B01 is bunker01.mis?
There is a way to determine that mission_name_B01 shows up as Town Name in the campaign editor (with the missions text file). But I don't know how to tie mission_name_B01 with the actual mission's name. How do I do this?
Alternatively, is it a problem with my trigger? Do I have to mark the map as "visited"?
There is a way to determine that mission_name_B01 shows up as Town Name in the campaign editor (with the missions text file). But I don't know how to tie mission_name_B01 with the actual mission's name. How do I do this?
Alternatively, is it a problem with my trigger? Do I have to mark the map as "visited"?
- PaladinHeart
- Strider
- Posts: 747
- Joined: Sun Feb 02, 2003 5:28 am
- Contact:
I got it
I figured out that I had an entity messed up in my trigger. This was causing the area not to show up. Another problem is the "Uncover" Only uncovers the map such that the player can discover it.
I always liked the way maps were originally done in the fallout games. This will be quite a useful find.
Although I still don't know how to tie mission_name_B01 with the actual mission's file name.
Is it just that mission_name_MX and mission_name_BX always correspond to missionx.mis and bunkerx.mis respectively?
I always liked the way maps were originally done in the fallout games. This will be quite a useful find.
Although I still don't know how to tie mission_name_B01 with the actual mission's file name.
Is it just that mission_name_MX and mission_name_BX always correspond to missionx.mis and bunkerx.mis respectively?
- requiem_for_a_starfury
- Hero of the Wastes
- Posts: 1820
- Joined: Tue Oct 29, 2002 11:13 am
Re: Showing Missions on World Map
In the campaign.txt file I think, where it says Core Mission Definitions and Bunker Mission Definitions.[TBC]-PaladinHeart wrote:I tried to have the mission "uncovered" with the trigger but it doesn't show up when the condition is met. Where do I determine that mission_name_B01 is bunker01.mis?
"Format is path;name;radius;state;isBunker"
"state can be covered visited uncovered"
"campaigns/missions/core/bunker01.mis;mission_name_B01;25;covered;true".
If you can bear to hear the truth you've spoken
Twisted by knaves to make a trap for fools,
Twisted by knaves to make a trap for fools,
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Re: Showing Missions on World Map
Remember that when you enter the mission you want uncovered in the Action field it has to be done according to the "mission name", so if the mission file were named "mission01.mis" and you listed it as "mission_name_01" in the campaign text file you have to enter "mission_name_01" in the relevant field.requiem_for_a_starfury wrote:In the campaign.txt file I think, where it says Core Mission Definitions and Bunker Mission Definitions.
The Action that gets a mission to display along w/its name on the World Map is "Open Mission" (which also uses the "mission_name"). This will also let the player read the Mission Briefing on the General's Interface Screen while in a Bunker. (That screen, incidentally, is why you can't give a player a list of Objectives to accomplish while in a Bunker.)
Then, when the player has completed the mission, use the Action "Mission Complete" along w/"mission_name" to close out the briefing in the General's screen, and also to turn the mission's location gray on the World Map. If you for some reason want the player to still be able to read the Mission Briefing for a mission you will have to forego this trigger. (I'm considering doing this since the first mission briefing is the campaign's intro. Alternately I will include a HoloDisc somewhere so that the player can re-read the intro if he/she so desires.)
Cheers,
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- PaladinHeart
- Strider
- Posts: 747
- Joined: Sun Feb 02, 2003 5:28 am
- Contact:
Complicated
Sounds rather complicated. Its a good thing im doing an RPG rather than a complicated and well-balanced strategic campaign with squads :)
(that also lets me get away with no recruit pool, not to mention many other various things)
But that's not to say I won't be implementing these things in other ways. I always like to make full use of a game's editing tools in order to outweigh its shortcomings. For example I made a few lode runner maps some years back that required you to use the pick to make a pathway across gaps.
(that also lets me get away with no recruit pool, not to mention many other various things)
But that's not to say I won't be implementing these things in other ways. I always like to make full use of a game's editing tools in order to outweigh its shortcomings. For example I made a few lode runner maps some years back that required you to use the pick to make a pathway across gaps.
- requiem_for_a_starfury
- Hero of the Wastes
- Posts: 1820
- Joined: Tue Oct 29, 2002 11:13 am
Re: Complicated
I would have thought that using the FOT editor to create an RPG would be more complicated than making the squad based tactical combat game that it was intended for. : )[TBC]-PaladinHeart wrote:Sounds rather complicated. Its a good thing im doing an RPG rather than a complicated and well-balanced strategic campaign with squads :)
(that also lets me get away with no recruit pool, not to mention many other various things)
Lode Runner??????[TBC]-PaladinHeart wrote:But that's not to say I won't be implementing these things in other ways. I always like to make full use of a game's editing tools in order to outweigh its shortcomings. For example I made a few lode runner maps some years back that required you to use the pick to make a pathway across gaps.
If you can bear to hear the truth you've spoken
Twisted by knaves to make a trap for fools,
Twisted by knaves to make a trap for fools,
- PaladinHeart
- Strider
- Posts: 747
- Joined: Sun Feb 02, 2003 5:28 am
- Contact:
Lode Runner
Never played Lode Runner?
I like all sorts of puzzle games.
I like all sorts of puzzle games.
- requiem_for_a_starfury
- Hero of the Wastes
- Posts: 1820
- Joined: Tue Oct 29, 2002 11:13 am
Re: Lode Runner
Never even heard of it.[TBC]-PaladinHeart wrote:Never played Lode Runner?
I like all sorts of puzzle games.
If you can bear to hear the truth you've spoken
Twisted by knaves to make a trap for fools,
Twisted by knaves to make a trap for fools,
- PaladinHeart
- Strider
- Posts: 747
- Joined: Sun Feb 02, 2003 5:28 am
- Contact:
Lode Runner
That's odd, especially considering there is an old Lode Runner, another one made by Sierra some years ago (best one) and later some 3D Lode Runner games. I never really tried many other than the remake done by Sierra. You could make your own levels and stuff. It had a very easy to work with editor.
- requiem_for_a_starfury
- Hero of the Wastes
- Posts: 1820
- Joined: Tue Oct 29, 2002 11:13 am
Re: Lode Runner
Just had a look at Retro Remakes, it kind of looks familiar but then again that can be said about alot of games from that era. But the title doesn't ring any bells.[TBC]-PaladinHeart wrote:That's odd, especially considering there is an old Lode Runner, another one made by Sierra some years ago (best one) and later some 3D Lode Runner games. I never really tried many other than the remake done by Sierra. You could make your own levels and stuff. It had a very easy to work with editor.
If you can bear to hear the truth you've spoken
Twisted by knaves to make a trap for fools,
Twisted by knaves to make a trap for fools,