Log in

View Full Version : Need topic in the Dungeon



DrHaphazard
02-24-2003, 07:36
Yeah, i was hoping to ask a question about making historical maps in the Dungeon forum, but of course i cant post there. I'm guessing this is because of my juniorness.

So in any case, i was wondering what i can do to uh be transferred to that there forum.

Rob The Bastard
02-24-2003, 08:19
Yes, you need a promotion before you can post elsewhere...

So

Sit back, relax, converse with your peer's...and in next to no time you will have access to the dungeon.

In the meantime ask your questions...

DrHaphazard
02-24-2003, 08:44
Well then....here is the question in question...

I am making my first historical battle, you know just experimating. Everything works fine, even on a custom map i made EXCEPT that if my troops win the battle never ends. When the other army finally flees a window comes up that says Wait while the conflict is resolved... or something to that affect.

So if anyone knows off the top of their head whats wrong, let me know. OR perhaps they could take a look at my coding. I have compared it to the other historical battle files and i am stumped...

Code Sample
Predefined::false
Title::"You're an Ass"
Author::"DrHaphazard"
Rating::""
Description::"I slept wrong on my wrist 2 weeks ago and its unfair that you are making me play with my hands."
Conditions::"Look how bad im beating you"

IntroFMV::""
OutroFMV::""

MapName::"idiot"
Architecture::AT_WESTERN_EUROPEAN
Terrain::LUSH
BattleType::BATTLE_TYPE_HISTORICAL
Deployement::false
Season::summer
WeatherSequenceId::0

Player::"Fernando de Lara" 8 0 LOCAL "Lara" 0 false 23159 32289 180 PAGAN_CULTURE
Player::"Alfons I" 13 13 ARTIFICIAL "Aragon" 0 true 37771 37198 180 CHRISTIAN_CULTURE


//triggers
Trigger::1, BT_GENERAL DIED CAPTURED, factions 8, LABEL "Shutup about the brocoli"
Trigger::2, BT_INCAPACITATE, factions 13, LABEL "I dont care because you will recieve one anyhow"

//results
Result::1, alliances 13, style DEFEAT
Result::2, alliances 13, style VICTORY

//groups
Group::1, PRIMARY triggers 1 result_ids 1
Group::2, PRIMARY triggers 2 result_ids 2
[/QUOTE]

As you may be able to tell from some of my labels this is only an experimental deal. And yay for anyone who gets the references.

Well thats all.

Wellington
02-24-2003, 11:21
Do the following -

1) change the Lara player line to read 8 8 - you've put 8 0
2) add a FLED option to the trigger 1 - BT_GENERAL DIED CAPTURED FLED, ...
3) add a 3rd trigger for faction 8 incapacitate eg -
Trigger::3, BT_INCAPACITATE, factions 8, ...
and
Group::3, PRIMARY triggers 3 result_ids 1


A quick word of advice.

First, your example labels don't help ME solve YOUR problem Whilst a label such as Shut up about the brocoli may be amusing it tell's me NOTHING about what YOUR intention is for that line. Also it tells YOU nothing about your intention. Important when debugging problems.

Second, unless you have designed a new map called idiot (which I doubt) this tells me you have CHANGED THIS FILE BEFORE POSTING IT. In other words you may well have introduced error's by editing it before posting - see the point?

I nearly did'nt respond to this post for those 2 reasons - but I decided to help just because your new http://www.totalwar.org/forum/non-cgi/emoticons/biggrin.gif

Hope you follow what I'm saying. If you want problems solving then don't change the original source and try to assist anyone with INTENTIONS - rather than funnies

Welly

Gregoshi
02-24-2003, 15:53
Greetings and welcome DrHapharzard.

If you've any more problems, post'em. We'll move any necessary posts to the appropriate forum if need be until you are able to post there yourself.