Search found 627 matches
- December 4th, 2006, 4:26 pm
- Forum: Multiplayer Development
- Topic: Chronicles of Elvenmar MP Campaign
- Replies: 9
- Views: 2567
Hmm... I'd like to help, but I just started learning WML about one week ago and I'm also creating my own multiplayer campaign... I'm thinking of having the general player set-up as follow: Player 1: Eldarion (good player) Player 2: Laurentius / Asgarath (evil player) Player 3: Fjoergyn / other (Drak...
- December 1st, 2006, 3:52 pm
- Forum: WML Workshop
- Topic: CIB's Thread
- Replies: 5
- Views: 1177
- November 29th, 2006, 8:04 pm
- Forum: WML Workshop
- Topic: CIB's Thread
- Replies: 5
- Views: 1177
Re: CIB's Thread
If you leave out a starting position for side 2 in the map file, you can just do this to create a leader for that side into 10,12: [side] side=2 team_name=whatever no_leader=yes ... [unit] type=General canrecruit=1 x,y=10,12 ... [/unit] [/side] Thanks, that's exactly what I wanted =) If the transla...
- November 29th, 2006, 7:55 pm
- Forum: WML Workshop
- Topic: CIB's Thread
- Replies: 5
- Views: 1177
- November 29th, 2006, 7:16 pm
- Forum: WML Workshop
- Topic: CIB's Thread
- Replies: 5
- Views: 1177
CIB's Thread
Well, I am about learning WML, so I thought I'd make a thread for questions, talking about my projects and of course bragging about them =) Not sure, if this is the right section though... Anyways, in order to learn WML, I read a bit in the wiki help and then started editing the campaign "A hei...
- November 28th, 2006, 2:28 pm
- Forum: Users’ Forum
- Topic: How do i install a campaign?
- Replies: 12
- Views: 1802
- November 28th, 2006, 1:45 pm
- Forum: Users’ Forum
- Topic: How do i install a campaign?
- Replies: 12
- Views: 1802
- November 28th, 2006, 1:17 pm
- Forum: Users’ Forum
- Topic: How do i install a campaign?
- Replies: 12
- Views: 1802
Oh, thanks, it's really a multiplayer campaign. I'm German myself between :p But that campaign doesn't really work for me... The first troop's icon is not being shown and there is no music being played. But maybe that's cause I'm using 1.1.12, I'm going to try it out on 1.0.2 --edit-- Nope, still do...
- November 27th, 2006, 12:33 pm
- Forum: Users’ Forum
- Topic: How do i install a campaign?
- Replies: 12
- Views: 1802
- November 26th, 2006, 2:26 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Compile Error in Dev-Cpp
- Replies: 6
- Views: 2256
- November 25th, 2006, 6:31 pm
- Forum: Release Announcements, Compiling & Installation
- Topic: Compile Error in Dev-Cpp
- Replies: 6
- Views: 2256
- November 25th, 2006, 9:56 am
- Forum: Release Announcements, Compiling & Installation
- Topic: Compile Error in Dev-Cpp
- Replies: 6
- Views: 2256
Compile Error in Dev-Cpp
I'm trying to compile Wesnoth with Dev-Cpp and get a compile error here, which I'm unable to fix, since I don't really know much about C/C++... Referencing to while (font::line_width(*it, menu_font_size) > width() - 30 - 25) in file_menu.cpp: C:\Wesnoth\wesnoth source\src\widgets\file_menu.cpp In me...