Everybody look at me 'cause I'm sailin' on a BOAT |
The USB ports on my computer all stopped working a month or so ago, which meant I couldn't use my tablet, so I wasn't able to make any snazzy new maps (which has basically hindered all gameplay/story-related progress, because I need to map the next lot of towns and dungeons). I decided to plot out some puzzles instead, one of which being a boat-riding minigame where you dodge the rocks coming towards you as you ride back to shore.
The mechanics are all pretty much finalised, as well as most of the graphics in the screenshot above, except for the background. Don't worry about the little 'steps' window in the corner—that's just for debugging purposes and doesn't show up in the real game. I made that boat solely with a mouse, so I'm pretty stoked about that. Needs a wee bit of a touch up, because the post at the front is still fuzzy, but I'm happy about it. It should also technically be a sailboat, but a. sails are hard to draw, and b. if there's a sail in the way, you can't see the cute wee characters. I'm sure people can suspend disbelief enough. If not, well, I'm sure they won't like that people can do magic because of special pieces of rock either.
For those that are interested, the mechanics are fully scripted (rather than evented in the editor). It could probably do with a bit of an overhaul, because I can see ways to improve the code (even only a month later), but for now it works fine.
Weapons and shards and gems, oh my! |
It does what it says on the box |
The description for the item scrolls, hence why it looks all wonk |
Don't know whether to quote the song from The Black Dahlia Murder or Suicide Silence |
I found a script that could read what the player had set in the F1 menu (which is stored in an external dll), except that it would throw an error if the player had never opened the F1 menu and confirmed the controls (in any VXAce game). SO, I then dug around and found a lovely input script by GaryCXJk that gives you the tools to change the inputs to any keyboard key, and I used that to build the controls menu. The player can change the keys to any key from selection of keys, and the same key can't be used for multiple buttons. You can set up to three keys for each button. You can also restore the keys to the default settings as well. JUST LIKE A BOUGHT ONE.
Anywho, that's pretty much all the interesting stuff I've been working on, and it's taken me about a week just to write this blog post. I should probably do regular updates on my main game page as well, but I never know whether to just copy over the posts from here, or if I should write a whole 'nother blog. And, as you know, I struggle to update one as it is.
No comments:
Post a Comment