Campaign: Invasion of Arendia
Moderator: Forum Moderators
If they took all the swamp fortications before the player it would be a bit more annoying. The forts let you mix in some raindancers, which are the only units beside Reth that really phase the wraiths. But I think the best option would be to pump up the enemies' incomes. Right now they're starting to run out of units (relatively speaking) around turns 12-15.
I was going back through the earlier scenes, and I assume you want Sir guane in Turlin's Fall to recruit Arendians? Right now he's recruiting Loyalists. Also, Arendian Captains are invisible for me at the moment--at least the A-Captian leaders in Midnight Raiding and Enemy of my Enemy have no images.
I was going back through the earlier scenes, and I assume you want Sir guane in Turlin's Fall to recruit Arendians? Right now he's recruiting Loyalists. Also, Arendian Captains are invisible for me at the moment--at least the A-Captian leaders in Midnight Raiding and Enemy of my Enemy have no images.
Yes, Sir Guane should recruit Loyalists, are all of the units on the map Arendian? If so then I forgot to upgrade the recruit list, but did the units, if not then I didn't save in that version.
the captain should have an image, try checking weather there is the same spelling in the unit.cfg file and the image file.
I'll probably give the undead some starting units so that they get there first and more gold, it is meant to be a defencive scenario afterall.
again I would upload fixes by my school server is very annoying.
ps, sorry if I mention that too much, I'll try to cut down on it.
the captain should have an image, try checking weather there is the same spelling in the unit.cfg file and the image file.
I'll probably give the undead some starting units so that they get there first and more gold, it is meant to be a defencive scenario afterall.
again I would upload fixes by my school server is very annoying.

ps, sorry if I mention that too much, I'll try to cut down on it.
It's just the recruit list; all the units on the map are Arendian.Yes, Sir Guane should recruit Loyalists, are all of the units on the map Arendian? If so then I forgot to upgrade the recruit list, but did the units, if not then I didn't save in that version.
And you're right, it's a spelling issue. "A-Captin.png." Sorry, thought I'd checked for that.
-
- Posts: 15
- Joined: January 2nd, 2006, 4:10 am
the thing is that it works fine on mine, so I don't know why it doesn't work...
are you downloading from the 1.1 server, or the 1.0.2 server?
are you downloading from the 1.1 server, or the 1.0.2 server?
sorry, only just noticed this, what do you mean?Xan wrote: Strange... image_defensive should be converted by it. Maybe you could post that section out of stderr?
-
- Posts: 15
- Joined: January 2nd, 2006, 4:10 am
Pretty sure it's the 1.1 server.
I haven't seen the exact address mentioned anywhere "official", but campaigns.wesnoth.org:15003
was mentioned in another thread somewhere else, and there's only two campaigns on that - Arendia and... some other one.
Anyway, I'll figure it out I am sure, then I'll let you know.[/quote]
I haven't seen the exact address mentioned anywhere "official", but campaigns.wesnoth.org:15003
was mentioned in another thread somewhere else, and there's only two campaigns on that - Arendia and... some other one.
Anyway, I'll figure it out I am sure, then I'll let you know.[/quote]
-
- Posts: 15
- Joined: January 2nd, 2006, 4:10 am
Detritus2099: must be a 1.1 thing, but all my unit files are 1.1 formatted thanks to Xan, and the attack tags have been changed in the same way that they were changed in 1.1, it is most likely broken code, but I wouldn't count on it, was this a one off, or is it a regular occurence.
Xan: I went over ever file, carfully ticking them off on a list to make sure that they were all updated. I would have done that mulitple file thing, but my dad who said that it was possible, would tell me how as he wasn't sure that your program supported it.
Frame: could you list which ones get errors, because they don't in mine...
Xan: I went over ever file, carfully ticking them off on a list to make sure that they were all updated. I would have done that mulitple file thing, but my dad who said that it was possible, would tell me how as he wasn't sure that your program supported it.
Frame: could you list which ones get errors, because they don't in mine...
-
- Retired Terrain Art Director
- Posts: 1113
- Joined: November 29th, 2003, 11:40 pm
- Location: Norway
I compiled latest svn trunk (rev9791), removed all the other usermade campaigns and ran this again. Got the following errors:Ranger M wrote:Frame: could you list which ones get errors, because they don't in mine...
On the Difficulty selection screen:
error display: could not open image 'neutral-poacher.png'
error display: could not open image 'neutral-trapper.png'
Scen 1:
error config: unit B-Assassin uses an image_defensive tag, which is deprecated
error config: unit Blonde Kid uses an image_defensive tag, which is deprecated
error config: unit B-Brigand uses an image_moving tag, which is deprecated
error config: unit Brunette Kid uses an image_defensive tag, which is deprecated
error config: unit B-Footpad uses an image_defensive tag, which is deprecated
error config: unit B-Fugitive uses an image_defensive tag, which is deprecated
error config: unit B-Outlaw uses an image_defensive tag, which is deprecated
error config: unit B-Raider uses an image_moving tag, which is deprecated
error config: unit Redheaded Kid uses an image_defensive tag, which is deprecated
error config: unit B-Rogue uses an image_defensive tag, which is deprecated
error config: unit B-Thief uses an image_defensive tag, which is deprecated
error config: unit Naga Fighter uses an image_defensive tag, which is deprecated
error config: unit Naga Myrmidon uses an image_defensive tag, which is deprecated
error config: unit Naga Warrior uses an image_defensive tag, which is deprecated
error config: unit Naga Spellwarrior uses an image_defensive tag, which is deprecated
error config: unit Naga Warrior Mage uses an image_defensive tag, which is deprecated
Scen 2:
error display: could not open image 'neutral-thug.png'
error display: could not open image 'portraits/Jack.jpg'
Stopped playing there because I can't see the enemy units since the images aren't found.
I have found the problem!
Xan, your program doesn't upgrade the things in the female tag, which is why the only units with image_defencive tag problems are ones with female versions. (with the exception of the Redhead, blonde and Brunette kids, I didn't use Xan's program on them because it didn't work, although they don't need a image defencive, so you can just edit that out.)
the only other deprecated tag problem is the movement one, which only happens on the Brigand and the raider, this is because all of the others don't have them, just remove it for now, and I'll post a fix in the next version.
as for the missing images, check what the thug image is called in your directory, and then change the relevant bit in the unit.cfg file. The jack portrait isn't detected because i borrowed it from the northern rebirth, but It turned out that it wasn't licenced under GPL, so I removed it, this shouldn't affect gamplay as it only appears in the dialogue, if it does, just copy any .jpg file, and rename a new version in the portraits folder Jack.jpg.
Xan, your program doesn't upgrade the things in the female tag, which is why the only units with image_defencive tag problems are ones with female versions. (with the exception of the Redhead, blonde and Brunette kids, I didn't use Xan's program on them because it didn't work, although they don't need a image defencive, so you can just edit that out.)
the only other deprecated tag problem is the movement one, which only happens on the Brigand and the raider, this is because all of the others don't have them, just remove it for now, and I'll post a fix in the next version.
as for the missing images, check what the thug image is called in your directory, and then change the relevant bit in the unit.cfg file. The jack portrait isn't detected because i borrowed it from the northern rebirth, but It turned out that it wasn't licenced under GPL, so I removed it, this shouldn't affect gamplay as it only appears in the dialogue, if it does, just copy any .jpg file, and rename a new version in the portraits folder Jack.jpg.
It didn't work? What happened?Ranger M wrote:Xan, your program doesn't upgrade the things in the female tag, which is why the only units with image_defencive tag problems are ones with female versions. (with the exception of the Redhead, blonde and Brunette kids, I didn't use Xan's program on them because it didn't work..
"It is time people learned about their failures and my successes."