Author Archives: Rubes

Changelog 2014-06-02

Summary

Back into the swing of things this past week. My entire focus has been on the Church items, a set of 11 items that change over time during the game, sometimes based on the player’s actions. Some of these items change by a quick swap of textures; others require complete changes of models and textures. In some cases, these are associated with other changes as well, such as to lighting or position. Up until now, I’ve only had to implement the base objects for Act 1, but now that I’ve moved beyond to Act 2, it was time for better organization. So I finally created an Excel file to track the various changes over time (model, texture, other things), which I can then implement [More...] Read the rest

Posted in Vespers | Leave a comment

Changelog 2014-05-26

Summary

Not much to report for the past two weeks. We’ve been dealing with the loss of a cherished family member here, so work has taken a back seat. We also spent some time out of town over the holiday weekend, so not much has been happening here lately. Things are beginning to return to normal this week, so hopefully there will be more to report next time. For now, I’ve been dabbling a bit with the new scripts for the Church items, mostly implementing the code to account for all of the changes in appearance that occur over the course of the game. Part of that involved going back to one of our old models, the fresco itself, and reconfiguring it so that we [More...] Read the rest

Posted in Vespers | Leave a comment

Changelog 2014-05-12

This week’s changelog covers more work transitioning from the first cutscene to Act 2, including the ability to skip the cutscene and advance directly to Act 2. It’s amazing how many different things you need to account for in those circumstances — stopping audio and animations, making sure all scheduled events are cancelled, and so on. I’m sure I missed something in there. I also now have separate scripts for all of the Church items, including datablock and object initialization, as well as doMethod scripts. This was done because the Church objects change from Act to Act, and it’s easier to separate them from the rest of the objects to keep better track of them. We also have a few new models to play with, [More...] Read the rest

Posted in Vespers | Leave a comment

Changelog 2014-05-05

=========
CHANGELOG
=========

One week period leading up to 2014-05-05:

– Continued reorganizing code to account for Act 2 material
– Continued to expand the objGame object to handle both Act and cutscene setups
– Created separate file for all keyMaps in the game, with associated methods
– Created new script to handle Act title text displayed at the start of each Act
– Reorganized some of the startup routines for better separation of concerns
– NPC doMethods are now all working for Act 2
– Prepared new set of Act 2-related work for NR

1 person likes this post.
Enjoyed this article? Subscribe to The Monk's Brew RSS feed.

[More...] Read the rest

Posted in Vespers | Leave a comment

Changelog 2014-04-28

=========
CHANGELOG
=========

One week period leading up to 2014-04-28:

– Continued reorganizing code to account for Act 2 material
– Created new game object (objGame) to handle some game initialization routines, variable initialization, and Act setups
– Reorganized the NPC startup and spawn routines to account for Act 2
– Moved setup routines from doScene() into objGame and AIPlayer for better organization
– Began introducing changes to the Church items for Act 2 with code reorganization
– Reorganized Acts to include 1.5 (1st cutscene), 2.5 (2nd cutscene), and 4.25/4.5/4.75 for the three stages of Act 4
– Working on adding new version of biteMatteo with collision box (NR)
– Began work on fourth devil arm (NR)

Be the first to like. [More...] Read the rest
Posted in Vespers | Leave a comment