• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Corn & Wheat Pack

Corn and wheat stalk, bundle & field. Stalks sway during the stand animation. All have birth and death animations.

Also a peasant (edit from Ujimasa Hojo's optimized version) and peon carrying corn and wheat instead of gold and lumber. The animation names are Gold for Corn and Lumber for Wheat.

This great icon by NFWar fits perfectly:
92814-0dc9e13db4efc16d351553388509906e.jpg


And this icon by maxor_gan:
91391-c96e7942ea2656c579c77ecdedd671dc.jpg


2020-03-17
- Added peasant & peon
- Items now correctly disappear at end of death animation
- Fields now correctly disappear at end of decay animation
- Fixed Bundles crazy rotation in Stand animations
- Added Fields & Wheat stuff
Previews
Contents

Bundle of Corn (Model)

Bundle of Corn (No Ribbon) (Model)

Bundle of Wheat (Model)

Bundle of Wheat (No Ribbon) (Model)

Corn Field (Model)

Corn Stalk (Model)

Corn Stalk 2 (Model)

Peasant carrying Corn/Wheat (Model)

Peon carrying Corn/Wheat (Model)

Wheat Field (Model)

Wheat Stalk (Model)

Reviews
General Frank
A wonderfully useful pack of agrarian goodies. Models work in-game and perform well. Great job.
Oh it already showed up here, I haven't submitted the changes yet xD
Yeah may be better, I'll put the scythe in all the animations.

Edit: updated, one problem though, the corn/wheat animations will play like normal animations, not sure how to fix that, except by renaming them gold/lumber.
Edit: renamed them to gold/lumber.
 
Last edited:
Level 5
Joined
Feb 14, 2014
Messages
20
Is there any chance you could give us a guide on how to implement a wheat harvesting system into the game?

So far I've changed lumber to wheat in all of the game constants and changed the model for trees to your wheat stalk model. Looks fine in the editor but as soon as the game starts all the wheat is invisible, cannot be harvested, but still effects pathing.

What am I missing?
 
Is there any chance you could give us a guide on how to implement a wheat harvesting system into the game?

So far I've changed lumber to wheat in all of the game constants and changed the model for trees to your wheat stalk model. Looks fine in the editor but as soon as the game starts all the wheat is invisible, cannot be harvested, but still effects pathing.

What am I missing?
I honestly have no idea, sorry. I never actually did anything with these models. It could be that trees have some specific animations related to harvesting that the wheat stalks are missing?
 
Level 5
Joined
Feb 14, 2014
Messages
20
It could be that trees have some specific animations related to harvesting that the wheat stalks are missing?
Trees have the following animations:
stand (1.000 s)
stand hit (0.300 s)
Birth (3.000 s)
death (1.500 s)
Spell EatTree (2.000 s) - You probably have no need for this one

Additionally, once the death animation ends the tree destructible becomes a (dead) version of itself, which is frozen at the end of the death animation (leaving a stump). If we're on the right track here it seems your model needs a stand hit animation and maybe needs to leave a 'stump' behind at the end of the death animation to be the (dead) variant? Perhaps the animation times also need to match with a trees?

I'm just guessing here, I'm going to test again using a different model to see my issue even has anything to do with your model at all.
 
Top