Objects in map

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

Post Reply
gandalf
Posts: 157
Joined: August 24th, 2003, 4:15 pm
Location: Sweden

Objects in map

Post by gandalf »

How do you create them?
Is there some doc. about this?
Angband, the ultimate FPS game!
Soliton
Site Administrator
Posts: 1731
Joined: April 5th, 2005, 3:25 pm
Location: #wesnoth-mp

Post by Soliton »

"If gameplay requires it, they can be made to live on Venus." -- scott
gandalf
Posts: 157
Joined: August 24th, 2003, 4:15 pm
Location: Sweden

Post by gandalf »

But have a look at this (from Ford of Abez)

Code: Select all

{OBJ_TRIDENT_STORM 16 17 ford_trident}
What does that mean?
I understand what

Code: Select all

{FORD_GUARD 7 27}
means, since there is a

Code: Select all

#define FORD_GUARD X Y
just above, but where is the trident defined?
Angband, the ultimate FPS game!
User avatar
zookeeper
WML Wizard
Posts: 9742
Joined: September 11th, 2004, 10:40 pm
Location: Finland

Post by zookeeper »

gandalf wrote:just above, but where is the trident defined?
In data/items.cfg. Basically if you spot an odd macro that isn't defined anywhere in the campaign you're looking at, check the .cfg's in data/.
Post Reply