View Single Post
Old 05-30-2005, 11:05 PM   #1 (permalink)
DasGuteA
Junior Member
 
Join Date: Feb 2005
Posts: 14
Default Odd Errormessage on starting a mod

So I started tweaking some things again and while I was trying to test them out via the -mod switch I get this error message...



First of all, I did not touch the Elven Warriors at all. Then I was figuring, that I messed something else up in the weapon.ini and replaced it with the original file. Same result.

This is the code it refers to:

Code:
DamageNugget                        ; A basic Nugget that just does damage
		Damage        = ROHAN_ELVEN_MELEE_DAMAGE_UPGRADE
		Radius        = 0.0
		DelayTime     = 0
		DamageType    = SPECIALIST
		DamageFXType  = SWORD_SLASH
		DeathType     = NORMAL
		RequiredUpgradeNames      = Upgrade_RohanForgedBlades
	End
and these the according entries in the gamedata.ini:

Code:
#define ROHAN_ELVEN_RANGE                            400
#define ROHAN_ELVEN_DAMAGE                            30 ;40
#define ROHAN_ELVEN_FIRE_UPGRADE_DAMAGE               30 ;40 
#define ROHAN_ELVEN_FIRE_UPGRADE_DAMAGE_FLAME         15 ;20
#define ROHAN_ELVEN_MELEE_DAMAGE                      30 ;was not used in BFME...added to weapon for patch 1.02
#define ROHAN_ELVEN_MELEE_DAMAGE_UPGRADE              60
I really canīt see what I am missing here and would be glad if someone could point me into the right direction.
DasGuteA is offline   Reply With Quote