/* Why you crying? */

Profile
Wyoming, USA
Adventures of Goblinson Crusoe
1,239 comments
45 followers
453 entries
Advertisement
JTippetts
November 16, 2013
Heuristics


As a first whack at the combat pathfinding heuristics, I built a heuristic function that assigns a cost of Distance for an open tile, Distance-1 for a resource node, Distance+10 for a tile with a different-faction destructible, and Distance+20 for a tile with a same-faction destructible. And it wor…
2,145 views
JTippetts
November 14, 2013
Pathfinding
Now that I've started fleshing out the combat AI in earnest, things are starting to get a little bit trickier. AI is one of those fields that is pretty nebulous and highly domain specific. One of the tricky parts of what I'm facing now is pathfinding.

Pathfinding is superficially easy. It is not dif…
1,655 views
JTippetts
November 12, 2013
Barricades and Buttons


Goblinson Crusoe now has the ability to use wood planks to construct a wooden barricade. Wooden barricades have 1000 life, and are extremely resistant to all forms of damage except Siege and Fire (against which they have a -100 vulnerability). With this ability, he can now fort up and hunker down.

I…
2,251 views
JTippetts
November 10, 2013
Tiny Bombards


Implemented the first (test) summonable: a siege weapon called a Tiny Bombard, which is a bombard cannon. It copies stats right now from other mobs (easy enough to change) but ultimately, siege machinery will be used to deal Siege-type damage against structures. Siege damage will typically be fairl…
2,091 views
JTippetts
November 09, 2013
Aggro!
Aggro!



I've decided that I need to implement an aggro system. The turn-based scheduler works by giving each unit in turn a chance to move, and the camera follows the active unit, zooming around the map. While other units are moving, the player is idle. This means that if the map is heavily populated…
3,423 views
JTippetts
November 06, 2013
Inventory display
Did a quick and dirty resource inventory listing widget:



Also added a health readout to the character panel. I'm getting near to the end of my list of "mandatory" UI widgets to implement, before I settle back into the gameplay. These are things I kind of needed. The forms you see here will probably …
1,644 views
JTippetts
November 05, 2013
Animation workflow
The last couple of days I took a brief hiatus from coding. Spent the time doing a new re-topo of the GC model, and building a new IK-enabled rig to do animation more easily. Visibly, he doesn't look much different, but gone are some of the weird deformations when he animates, and gone as well is th…
3,615 views
Advertisement
JTippetts
November 02, 2013
Loot sparklies!


Had to break down and add some sparklies to loot chests. I was losing them in the darkness, and without a mini-map system in yet (that reminds me; TODO: Add minimap) it's easy to forget a loot chest or two. The sparklies don't cast light, they just use additive blue particles to mark a location in …
1,720 views
JTippetts
October 31, 2013
Roasted Goblin Flanks
Today was sort of a goofing-off kind of day:



This early in the game, it's tempting to start coding up a whole bunch of skills and crafting recipes, but it's sort of a mistake. This phase is what they call building a vertical slice: a small gameplay "area" where you can test out everything the game h…
1,855 views
JTippetts
October 30, 2013
Refactored the Spellbooks and Containers


So, I went ahead and refactored the spellbooks and containers/workbenches UI. I initially had made it possible to have more than one workbench open, but I kind of just don't see the point. The containers as they were weren't very useful, without descriptions, so I modified the player UI so that onl…
1,431 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
14 Followers
klg71
Generalist
57 Entries
2 Followers
ApochPiQ
Generalist
628 Entries
45 Followers
15 Entries
14 Followers
johnhattan
Programmer
1,277 Entries
50 Followers
Advertisement