Posts

Showing posts from June 24, 2018

ResidualVM: Week 6

Image
Not much update this week. The conversation log menu is still under review at this point, but it should be merged very soon. The recent plan is to finish some small things left that are related to all the newly implemented menus. I have included all of them in the  project  on ResidualVM's GitHub page. Right now I have finished implementing two of them: Task 1: Improve the debug console. Basically, this is a task about fixing issues. There is a debug console, which I have shown in week 1, provided in ResidualVM's The Longest Journey , where a number of commands are provided for users to look at the game's data and probably mess up with it. In the previous implementation, the console will crash if the user types improper commands in improper locations. Fixing this is not that hard, just add a bunch of checking beforehand and you are done with it. Task 2: Add the version info text in the main menu. The lacking of the version info text was aware of weeks ago. I ju