Search found 420 matches

by alluton
July 10th, 2010, 5:55 pm
Forum: Delfador’s Memoirs
Topic: Scenario 7: Night in the Swamp
Replies: 29
Views: 38815

Re: Scenario Review: DM 7 - Night in the Swamp

1) What difficulty levels have you played the scenario on? easiest (2) How difficult did you find the scenario? (1-10) not very had to take few times again turns becose(i recruit only 2 shock trooper) (3) How clear did you find the scenario objectives? they were very clear (4) How clear and interest...
by alluton
July 7th, 2010, 3:55 pm
Forum: WML Workshop
Topic: How to do event that spawns units and then units speak?
Replies: 8
Views: 1308

Re: How to do event that spawns units and then units speak?

Well thank you you both. Hopefully soveireign macro does it:D
ps. thnx for trying to teach me dixie:D

actually unit spawsn right but i dont see it says any message
by alluton
July 7th, 2010, 2:06 pm
Forum: WML Workshop
Topic: How to do event that spawns units and then units speak?
Replies: 8
Views: 1308

Re: How to do event that spawns units and then units speak?

[event]
name=turn 4
[fire_event]
name=Peasants
[/fire_event]
[/event]

[event]
name=Peasants
type=Peasant
side=1
x,y=1,1
experience=15
[/event]

what goes wrong whit this one?
by alluton
July 7th, 2010, 11:05 am
Forum: WML Workshop
Topic: How to do event that spawns units and then units speak?
Replies: 8
Views: 1308

How to do event that spawns units and then units speak?

okey so lets say two peasant spawn to the game and then they say something and then my leader answers to them.

So how to do it?

ps. i tried to copy somekind of thing from under burning sun but cannot make it work:(
by alluton
July 7th, 2010, 7:32 am
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

THANK YOU IT WORKS NOW!!!
by alluton
July 7th, 2010, 6:37 am
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

Hey, do you know who you were dealing with? zookeeper! He's probably the most knowledgeable 'WML Wizard' around. If he tells you something and it doesn't work, you're probably doing something wrong. Hey i know that!. Anyway thnx for help sovereign #textdomain wesnoth-campaign_Rebellion [scenario] i...
by alluton
July 7th, 2010, 4:57 am
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

now i got some kind error message what says closing tag missing for tag scenario. in my opinion there is closing tag for that :D [scenario] id=Test name= _ "Test" map_data="{~add-ons/Rebellion/maps/Test.map}" experience_modifer=80 Turns=20 next_scenario=2_First_Battle {DEFAULT_SC...
by alluton
July 6th, 2010, 6:45 pm
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

can you tell me where does define scenario excatly belongs. #textdomain wesnoth-Rebellion [textdomain] name="wesnoth-Rebellion" path="data/add-ons/Rebellion" [/textdomain] [binary_path] path=data/add-ons/Rebellion [/binary_path] #textdomain wesnoth-Rebellion [campaign] id=Rebelli...
by alluton
July 6th, 2010, 5:35 pm
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

could tell me where these unclosed quetes are? ps.thank you for answers . Edit: i changed name and id to Test put still it says unknown scenario. there is scenario file once more #textdomain wesnoth-campaign_Rebellion [scenario] id=Test name= _ "Test" map_data="{~add-ons/Rebellion/map...
by alluton
July 6th, 2010, 4:25 pm
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

Actually i figuer it out myself that how to write units. Well actually i still got problem i will post it here in couple hours if cannot fix it. here is my new _main.cfg #textdomain wesnoth-Rebellion [textdomain] name="wesnoth-Rebellion" path="data/add-ons/Rebellion" [/textdomain...
by alluton
July 6th, 2010, 11:24 am
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

Re: dont see my single player campaign in campaign list.

okey _main.cfg

put you doesent answers quiestion:why it doesent show on campaign list?

Edit:it does shows now. Thank you very very much :D :D :D :D :D :D
by alluton
July 6th, 2010, 10:50 am
Forum: WML Workshop
Topic: dont see my single player campaign in campaign list.
Replies: 15
Views: 1727

dont see my single player campaign in campaign list.

I got campaign file in mygames/wesnoth.1.8/data/add-ons/Rebellion there is files maps and scenarios and main.cfg maim.cfg #textdomain wesnoth-Rebellion [textdomain] name="wesnoth-Rebellion" path="data/add-ons/Rebellion" [/textdomain] [binary_path] path=data/add-ons/Rebellion [/bi...
by alluton
July 5th, 2010, 9:41 am
Forum: WML Workshop
Topic: How to make scenario playable?(in single player atleast)
Replies: 16
Views: 2942

Re: How to make scenario playable?(in single player atleast)

7. Missing {~add-ons/Rebellion/scenarios} on the main file inside of #ifdef and #endif. It is very important to define your scenario. 9. As I said, you need "type= any unit-type " in the both [side] tags. (you might need "id" and "name" also.) If you fix those 1-9 corr...