Skip to content

Commit d4dff03

Browse files
committed
more asset fixes
1 parent 9da0fd1 commit d4dff03

7 files changed

Lines changed: 537 additions & 588 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ wurst.dependencies
55
objectEditingOutput/
66
/archive
77
/.vscode
8+
/wc3data

wurst/_wurst/assets/Abilities.wurst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ public class Abilities
371371
static constant stormBoltMissile = "Abilities\\Spells\\Human\\StormBolt\\StormBoltMissile.mdx"
372372
static constant stormBoltTarget = "Abilities\\Spells\\Human\\StormBolt\\StormBoltTarget.mdx"
373373
static constant sunderingBlades = "Abilities\\Spells\\Human\\SunderingBlades\\SunderingBlades.mdx"
374-
static constant t_HydraliskImpact = "Abilities\\Weapons\\HydraliskImpact\\T_HydraliskImpact.mdx"
375-
static constant t_MeatwagonMissile = "Abilities\\Weapons\\MeatwagonMissile\\T_MeatwagonMissile.mdx"
374+
static constant t_HydraliskImpact = "Abilities\\Weapons\\HydraliskImpact\\HydraliskImpact.mdx"
375+
static constant t_MeatwagonMissile = "Abilities\\Weapons\\MeatwagonMissile\\MeatwagonMissile.mdx"
376376
static constant talkToMe = "Abilities\\Spells\\Other\\TalkToMe\\TalkToMe.mdx"
377377
static constant targetArtLumber = "Abilities\\Spells\\NightElf\\TargetArtLumber\\TargetArtLumber.mdx"
378378
static constant tauntCaster = "Abilities\\Spells\\NightElf\\Taunt\\TauntCaster.mdx"

wurst/_wurst/assets/Environment.wurst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public class Environment
4747
static constant northrendsky = "Environment\\sky\\northrendsky\\northrendsky.mdx"
4848
static constant outland_sky = "Environment\\sky\\outland_sky\\outland_sky.mdx"
4949
static constant prologuesky = "Environment\\sky\\prologuesky\\prologuesky.mdx"
50-
static constant rain = "Environment\\weather\\rain.mdx"
5150
static constant skylight = "Environment\\sky\\sky\\skylight.mdx"
5251
static constant smallbuildingfire0 = "Environment\\smallbuildingfire\\smallbuildingfire0.mdx"
5352
static constant smallbuildingfire1 = "Environment\\smallbuildingfire\\smallbuildingfire1.mdx"

wurst/_wurst/assets/Objects.wurst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ public class Objects
116116
static constant shimmerweed = "Objects\\InventoryItems\\Shimmerweed\\Shimmerweed.mdx"
117117
static constant smallFlameSpawn = "Objects\\Spawnmodels\\Human\\SmallFlameSpawn\\SmallFlameSpawn.mdx"
118118
static constant startLocation = "Objects\\StartLocation\\StartLocation.mdx"
119-
static constant t_HumanLargeDeathExplode = "Objects\\Spawnmodels\\Human\\HumanLargeDeathExplode\\T_HumanLargeDeathExplode.mdx"
120-
static constant t_HumanSmallDeathExplode = "Objects\\Spawnmodels\\Human\\HumanSmallDeathExplode\\T_HumanSmallDeathExplode.mdx"
121-
static constant t_OrcLargeDeathExplode = "Objects\\Spawnmodels\\Orc\\OrcLargeDeathExplode\\T_OrcLargeDeathExplode.mdx"
122-
static constant t_OrcSmallDeathExplode = "Objects\\Spawnmodels\\Orc\\OrcSmallDeathExplode\\T_OrcSmallDeathExplode.mdx"
119+
static constant t_HumanLargeDeathExplode = "Objects\\Spawnmodels\\Human\\HumanLargeDeathExplode\\HumanLargeDeathExplode.mdx"
120+
static constant t_HumanSmallDeathExplode = "Objects\\Spawnmodels\\Human\\HumanSmallDeathExplode\\HumanSmallDeathExplode.mdx"
121+
static constant t_OrcLargeDeathExplode = "Objects\\Spawnmodels\\Orc\\OrcLargeDeathExplode\\OrcLargeDeathExplode.mdx"
122+
static constant t_OrcSmallDeathExplode = "Objects\\Spawnmodels\\Orc\\OrcSmallDeathExplode\\OrcSmallDeathExplode.mdx"
123123
static constant thunderLizardEgg1 = "Objects\\InventoryItems\\ThunderLizardEgg\\ThunderLizardEgg.mdx"
124124
static constant tome1 = "Objects\\InventoryItems\\tome\\tome.mdx"
125125
static constant tomeBlue1 = "Objects\\InventoryItems\\tomeBlue\\tomeBlue.mdx"

wurst/_wurst/assets/Sounds.wurst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6370,7 +6370,7 @@ public class Sounds
63706370
static constant wispYes3 = "Units\\NightElf\\Wisp\\WispYes3.wav"
63716371
static constant witchDoctorCastAttack1 = "Abilities\\Weapons\\WitchDoctorMissile\\WitchDoctorCastAttack1.wav"
63726372
static constant witchDoctorDeath = "Units\\Orc\\WitchDoctor\\WitchDoctorDeath.wav"
6373-
static constant witchDoctorMissileHit = "Abilities\\Weapons\\WitchDoctorMissile\\WitchDoctorMissileHit.wav"
6373+
static constant witchDoctorMissileHit = "Abilities\\Weapons\\WitchDoctorMissile\\WitchDoctorMissileHit1.wav"
63746374
static constant witchDoctorMissileHit2 = "Abilities\\Weapons\\WitchDoctorMissile\\WitchDoctorMissileHit2.wav"
63756375
static constant witchDoctorMissileHit3 = "Abilities\\Weapons\\WitchDoctorMissile\\WitchDoctorMissileHit3.wav"
63766376
static constant witchDoctorPissed1 = "Units\\Orc\\WitchDoctor\\WitchDoctorPissed1.wav"

0 commit comments

Comments
 (0)