Search found 81 matches

by stupidjaguar
February 5th, 2008, 1:46 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

I'm not. I put

Code: Select all

map_data={~/data/campaigns/The_Raven_of_Ricas/maps/01_The_Expedition.map}
I didn't see how this wouldn't work. Unless I need to copy and paste all the terrain strings, etc. raw data directly into map_data...?
by stupidjaguar
February 5th, 2008, 1:32 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

All right. I uninstalled Wesnoth, and set the userdata directory aside, and everything else in C:\Program Files\Wesnoth I deleted. Then I deleted all the maps in the userdata directory, except for the one I posted. Thus there should no longer be any maps on my computer, except for one. I am now rein...
by stupidjaguar
February 5th, 2008, 1:10 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

Sorry Sapient. Here are my thoughts now: 1. I searched for wmllint. Now I know what it is, but I don't have Python installed, and I don't know how to get it. Thus, I don't think I can "run" it. 2. I know the map I posted has a header. That's exactly my problem: even though the map HAS a he...
by stupidjaguar
February 5th, 2008, 12:38 am
Forum: Mainline Campaign Development
Topic: The South Guard
Replies: 451
Views: 937457

YES!! THANK YOU SO MUCH. The post right above mine An error due to possible invalid WML occurred The error message is : A map without a header is not supported I was also asked to include the following error message: Condition '!(header_offset == std::string::npos || comma_offset < header_offset)' f...
by stupidjaguar
February 5th, 2008, 12:27 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

after googling a bit, wmllint seems to be the solution, but it fails to run if not installed in $PATH.
What are you talking about here? I'm not that much of a programmer.
by stupidjaguar
February 4th, 2008, 2:43 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

OK, here is my map. All I did to it after pulling it out of the editor/maps file is make it a .map file, only because this posting engine won't take it otherwise.
by stupidjaguar
February 4th, 2008, 2:37 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

wow! what a long error message. I see my error in there too, governor. Anyway Sapient I am posting the map in a minute
by stupidjaguar
February 4th, 2008, 1:59 am
Forum: Scenario & Campaign Development
Topic: Map Header problem
Replies: 18
Views: 4167

Map Header problem

Hello, I am a little frazzled right now. I am trying to write a campaign, mostly to teach myself more WML. However, I am getting WML errors that are frankly ridiculous. Here are the contents of stderr.txt: Battle for Wesnoth v1.3.14 Started on Sun Feb 03 17:55:40 2008 Checking video mode: 1024x768x3...
by stupidjaguar
February 3rd, 2008, 5:18 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

And another thing. If the header is the problem, the map should be rejected by the game entirely. I created the other map with map editor, that came with the windows binary for 1.3.14, and it works fine if I leave it in userdata/editor/maps and fire it up in multiplayer. So the multiplayer engine ac...
by stupidjaguar
February 3rd, 2008, 4:29 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

i don't see any difference except "border_size=1" and "usage=map" were switched. and they still didn't work. I am uploading my whole campaign file. I don't know what box at the end you are talking about, I am on Windows and I don't know what this unix style thing is.
by stupidjaguar
February 3rd, 2008, 4:09 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

it's still doing that... i fixed it and i still get the error message
by stupidjaguar
February 3rd, 2008, 4:00 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

My map as the editor created it has

border_size=1usage=mapCe

as the first line, and then it starts getting into the map. Is this the same thing?
by stupidjaguar
February 3rd, 2008, 3:55 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

The one that came with the window's binary for v. 1.3.14
by stupidjaguar
February 3rd, 2008, 3:53 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

I copied the map directly from the map editor. If the maps the map editor makes don't work, what do I do?
by stupidjaguar
February 3rd, 2008, 3:47 am
Forum: Scenario & Campaign Development
Topic: The Raven of Ricas - New Campaign
Replies: 11
Views: 2271

The Raven of Ricas - New Campaign

Hello. I am writing a new campaign, not really to post it on the forum but to teach myself how to write a campaign. However, I tried all my resources and looked in other program files, and I just don't seem to be able to load this. Here is the error I get (v. 1.3.14) An error due to possible invalid...