Asterai's Qube thingies

What does every footman need? A matching armored horse, of course.

16 Likes

I really like them especially the mythical armour one and the beige armour one because it looks so much like a messenger scout of spy

of course… :smile:

you matched the horse attire to the units very nicely… i wasnt sure how horse armor would “read”, but that looks just about perfect…

Cool, now we definately need mounted combat.

what program did you use if you don’t mind me asking…

Qubicle Constructor Home Edition for modeling, a student copy of 3ds Max for animating.

Common horse markings for head and legs.


The way I’ve made these, I’m pretty sure I can apply these white markings as a template onto any solid color horse quickly and easily. The black you see is a placeholder marking out where the head goes, not intended to be what this would look like on a real case.

4 Likes

Horse mane and tail styles:


Big ears and whisk tails for donkeys, mules, and zebras:
And a sneak peek at some other stuff I’m fiddling with.

4 Likes

monkeys and weasels? oh, it’s a party now! :smile:

love all your model variations … have you been able to import them into the game, with random “parts”?

SPICE WEASELS!!!

1 Like

No, sadly, not yet. I took a run at figuring out how to do that yesterday and couldn’t find what I needed. I could probably import horses as, say, tree replacements, but as actual moving critters? With model variations? Not yet.

I also made some birch trees, so I’ll try setting those up as overrides and mixins later, that being the simplest and most explicit example we have of a mod. Make sure I understand everything there.

Speaking of, YOU read everything in here. If someone else has figured out critter import OR part variations (not just whole model replacements, like we do with the trees), could you point me to their threads?

I may need to make this a part of the world of Stonehearth. What do weasels leave behind when they die? Not weasel meat, silly, weasel SPICE. If you keep domesticated weasels and sweep out their pens, you get weasel spice; you can also raid the dens of wild weasels. They’re particularly fond of weasel trees, whose nuts can be processed into spice. Or… something.

A good start is to look how they do it with humans. In stonehearth/entities/humans

male_1.json:

{
   "type" : "entity",
   "mixins": "stonehearth:mixins:base_human", 
   "components": {
      "render_info" : {
         "animation_table" : "file(/data/rigs/humans/skeletons/male.json)"
      },
      "model_variants": [
         {
            "models": [
               {
                  "type": "one_of",
                  "items": [
                     "file(head_1.qb)",
                     "file(head_2.qb)",
                     "file(head_3.qb)",
                     "file(head_4.qb)",
                     "file(head_5.qb)",
                     "file(head_bald.qb)",
                     "file(head_old_1_blonde.qb)",
                     "file(head_old_1_brown.qb)",
                     "file(head_old_1_sandy.qb)",
                     "file(head_old_2_blonde.qb)",
                     "file(head_old_2_brown.qb)",
                     "file(head_old_2_sandy.qb)",
                     "file(head_young_1_blonde.qb)",
                     "file(head_young_1_brown.qb)",
                     "file(head_young_1_sandy.qb)",
                     "file(head_young_2_blonde.qb)",
                     "file(head_young_2_brown.qb)",
                     "file(head_young_2_sandy.qb)"
                  ]
               },            
               "file(body.qb)"
            ]
         }
      ]
   }
}

You could specify the part you want to vary. Then ‘type: one_of’ and the qb-files like in the json.

I’d love to see a spoiler of that. :stuck_out_tongue_winking_eye: Is it just a reskin or your own model? I’ve had no sort of luck trying to make trees. . . [quote=“Asterai, post:50, topic:524”]
sweep out their pens, you get weasel spice
[/quote]
This idea scares me. . . and sounds unsanitary :fearful: :wink:

New model. I’ll get a pic up tonight, can’t access it from here.

Sweetness. :slight_smile: Maybe/hopefully you’ll be my spark of inspiration. No pressure. :sweat_smile:

I have no idea why you would consider weasel spice unsanitary. It is an ingredient in many of my people’s traditional dishes, and integral to our culture. How dare you. /jk

Birches!


Log (far left) not to scale.
Hard to see against a white background >.<

2 Likes

I really love these birches but i think they are bit too light and maybe have some trees with different amount of leaves on them but nice start and birches are my favourite kind of tree

The trees look very neat, But I gotta ask, Why did you design them in that particular way? I went ahead and did a google search for Birch Trees and…

… None of them seem to look that way, Appearing like there are two trees stacked on top of eachother.

There isn’t anything wrong with the trees, I’m just a little curious about what reference you had for your trees.