RevEng Posted July 16, 2019 Share Posted July 16, 2019 Super glad you're still plugging away at this. The 7800 needs it. This is the kind of game that makes other console owners envious. 6 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted August 22, 2019 Author Share Posted August 22, 2019 Having read the news about DracIsBack I just wanted to say I had hoped to get a demo out before now, and I want to apologise for the delays. He among others have kept me motivated and I intend to complete this project no matter how long it takes. 8 Quote Link to comment Share on other sites More sharing options...
RevEng Posted August 22, 2019 Share Posted August 22, 2019 Delays happen. You've chosen a complex and stunning game design, and life happens, with waxing and waning of hobby time+will. I'm glad to hear you're committed to finishing SotA. I've written before about the community benefiting from your game, but I also want that "the best game I could make is now sitting on my shelf" sense of accomplishment (and relief!) for you. 2 1 Quote Link to comment Share on other sites More sharing options...
TailChao Posted August 22, 2019 Share Posted August 22, 2019 You've taken no money nor made any promises regarding schedule. If the delay is to ensure you're satisfied with your work, that's nothing to apologize for. 4 1 Quote Link to comment Share on other sites More sharing options...
gambler172 Posted August 22, 2019 Share Posted August 22, 2019 Hi Smitty you have all time,you need.I am sure,it will be great ? 2 1 Quote Link to comment Share on other sites More sharing options...
SlidellMan Posted August 27, 2019 Share Posted August 27, 2019 Never give up, you have something that has a certain kind of charm. 4 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted August 31, 2019 Author Share Posted August 31, 2019 Thanks everybody for the kind words. A small update: As part of getting more of the enemy animations in the game I was dissatisfied with the way it would reset an animation when an enemy changed state which is something I'd previously considered acceptable. I've rewritten how that's handled (and fixed all the bugs I introduced in the meantime) so that now it all looks smoother, including on the enemies it didn't really matter for. I've freed up RAM used by various counters which I'm going to keep free in case I want to use it for anything else, but if not it means I can easily adjust a couple of things to allow more objects per map. I've cleaned up how the map data is loaded which is another thing I've been meaning to do for a while. It now indirectly grabs the data from lists rather than having code to load the specific data for each map which is nice and means I can squeeze a few extra maps in. It seems to be the case that when it's been a tiring day I start tweaking the titlescreen some more and today is another one of those days. I wanted a bit more of a dynamic looking sky so I played around with the colours. It's interesting to me looking back at the screenshots of how it used to look in comparison, and going from parallax scrolling to a pseudo 3D textured plane to a voxel heightmap. 13 Quote Link to comment Share on other sites More sharing options...
imstarryeyed Posted September 1, 2019 Share Posted September 1, 2019 This game looks so great, I am glad you are working on it. These latest screens look really good! 3 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted September 2, 2019 Author Share Posted September 2, 2019 This evening I've been using Voxolotl to try and get some speech in place. I'm not sure what demons live inside this thing but they're very picky about the timings of certain sounds, if I lower the speed of a long sound too far it flips out and if I have too many short sounds it also doesn't like it. I was going to have it say "The Spire of the Ancients" but the vox-imps decided that including the word 'The' would break '-ncients' so I cut that out. I've managed to get something I like, but I'm tweaking the parameters before I add it to the game. It's a pain that I can't actually save the data to the vox because of the size limit so I've been taking photos of the screen instead, but that's also been a handy reference for when I need to undo a change that the speakjet sprites disagree with. 4 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted September 3, 2019 Author Share Posted September 3, 2019 After my last update I tried to squeeze in a flicker effect for the windows on the titlescreen but alas while the timings work in emulation they don't on hardware. Not a big loss, I'll cut it out again. I did some more playing around with the Atarivox and I'm fairly happy with the results. I've attached a recording direct from the Atarivox saying "Spire of the Ancients" with both the default parameters and after some tweaking to make it sound as good as I can get it. It's surprisingly hard to find examples online of the sort of speech it can put out seeing as most recordings of games using the Atarivox are recorded either on hardware without it or on an emulator that of course can't emulate it. Rather conveniently the credits screen on startup is there just long enough for the Atarivox to boot on PAL before it dramatically (comically?) declares the game's title so that's a plus. Something I've had in mind for a while is to have the Atarivox play one of the preset 'biological' sounds at random times with random settings to create something of a soundscape to compensate for the 7800's relatively weak sound. Additionally I intend to have some of the enemies speak, but I'll have to see if that causes problems when multiple phrases fire off at once. I'm torn as to whether I should add speech for things like picking up items, and if so should it just say "Got a lantern" or something like "This lantern could be useful", because the former seems immersion-breaking and the latter feels like putting words in the player's mouth. Any thoughts? Spire Vox.wav 5 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted September 7, 2019 Author Share Posted September 7, 2019 Thanks to a epiphany I've made a few adjustments that mean the NTSC version now runs as fast as the PAL version. I'm targeting 30/25 FPS as it is because there's just a lot to process each frame, but the NTSC version was getting slow down on top of that so the actual speeds were closer to 15/25 FPS. There's a big chunk of code I've not changed for a long time that runs each frame to check the players position and direction then get the relative wall and enemy positions ready for drawing, but if the player isn't moving or turning it doesn't need to check the walls or change which map locations are being checked. I was already keeping track of a 'redrawWalls' flag to avoid copying the wall graphics each frame so I added a check in the 'checkMap' code too. I was reusing RAM for the checkMap code for temp variables throughout the rest of the game, but as I freed up some RAM back when I shrank the amount needed for the map (and then added sound buffers in its place) I was able to separate the temp data from the checkMap data meaning I can assume that it's correct without re-running a load of calculations. I'm planning to make a few small rewrites in assembly for efficiency which should save a few extra cycles and hopefully reduce the chance of slowdown elsewhere. 3 Quote Link to comment Share on other sites More sharing options...
Jinks Posted September 7, 2019 Share Posted September 7, 2019 I laughed a bit but thats the way avox is to me it is kind of comical. Adds alot to robot or space shooter games. Check out the astroblaster title screen for some cool voice without the avox. Pretty sure you would have to stop all your animation while it was talking tho.. 1 Quote Link to comment Share on other sites More sharing options...
+sramirez2008 Posted September 7, 2019 Share Posted September 7, 2019 Yup, the Vox sorta reminds me of the Cylons from Battlestar Galactica. 1 Quote Link to comment Share on other sites More sharing options...
RevEng Posted September 7, 2019 Share Posted September 7, 2019 Super stoked about your epiphany! I agree with your reasoning about the problems with the two forms of phrasing. In your example I'd vote for neither, as I'm not a fan of the voice saying stuff that's obvious; it gets tiresome after a while. I'd prefer a short "oooh", "nice", or "sweet", to a literal transcription of what the item is or what's happening. Another thing to keep in mind, on the part of the listener, intelligibility seems to go down when the phrase gets longer, so it's best to stick to three words or less. It seems that when a single word is a bit ambiguous sounding, you can often resolve it by context a few seconds later. But if you have a longer phrase with too many ambiguous words, your brain gives up. One approach I really like, which you alluded to, is using the vox for sound effects. In Salvo (I really need to do another game, if only so I can use another example in my posts) the player says "ow ow ow" when dying, and the humanoids shriek with a pitch-changing "Eeeee!" when killed. I think in your game having some enemies say gibberish in their native tongue would be cool, so long as the gibberish varied. Some breath or fricative sounds would be good for less humanoid enemies. Food items could be accompanied with "nom nom" or "mmmm", depending on how silly you want to get. On the general topic of sound design, if the game is going to have some kind of proximity alert, it would be great to model it on a heartbeat that gets faster as the enemy is closer. This was used to great effect in the movie Aliens, and would fit nicely here, I think. I think it could be a bit more subtle than a beep though. As always, I invite you to take or ignore my unsolicited ideas. Its your game, and you should be follow your own muse. I'm loving what you're doing so far, so that muse isn't steering you wrong. 3 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted September 7, 2019 Author Share Posted September 7, 2019 Thanks RevEng for your perspective on this; I think being presented with an alternate view helps define my own. Having thought about it I think I will do things differently to your suggestions and my current thoughts on the matter are below. I have a 32 phoneme limit in Voxolotl! for writing the speech, and I'm not sure what my final buffer size in RAM will be for building speech said by enemies (done in RAM so the volume can be modified on the fly). That means in general phrases can't be too long even if I wanted to, but I will be aiming to have a few things longer than a couple of words. I want to give the AtariVox every chance to shine and for SotA to be the game that people think of to showcase its capabilities so I want to include a lot of speech throughout and for it to be a notable enhancement to the game. There won't be a lot of items to pick up in the game so each one is a reward (maybe with the exception of keys) so I think I will have the 'player' say something to make it a more memorable milestone. Part of my role as the developer will be to make sure that all the speech is understandable, I may fail at that but I should try. 3 Quote Link to comment Share on other sites More sharing options...
SlidellMan Posted September 11, 2019 Share Posted September 11, 2019 Hey, if you need a monster designer, I could help. 1 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted September 29, 2019 Author Share Posted September 29, 2019 I thought it was about time for another update; NTSC only for the current build because a few things need to be updated for PAL. There's still a lot to get in place before it's really a proper demo, but it shows the direction things are moving in. At present you can get as far as the 'Watchman's Hut' map by finding the key to open the door (you have to be holding the key in one of your hands for the door to open). Off the top of my head the changes are (besides the maps): The single Atarivox phrase on the title screen (will need to add more and get the save system working again later) In game music. Currently a single track and the sound priorities will need adjusting later. If another brief snippet plays such as the secret chime it will automatically restart the map's music track Rain that shows off the particle effects nicely. There's a westerly wind so the rain falls differently depending on where you look. A nifty lightning effect. It's been oddly difficult to get a sound that's both loud and low to best represent thunder. Fixed the positioning of torches Fixed a graphical bug that has been annoying me for some time where the colour of the objects you look at will briefly be the colour of what you were previously looking at when you turn Introduced and fixed a crash when looking at doors. That was a fun day of troubleshooting. Probably broke a lot of things I don't know about yet. (I do know that side views of doors are broken already) SotA NTSC.a78 SotA NTSC.bin SotA NTSC.bin.CC2 6 1 Quote Link to comment Share on other sites More sharing options...
gambler172 Posted September 29, 2019 Share Posted September 29, 2019 Hi Smitty looks really good.thanx for sharing. greetings Walter 1 1 Quote Link to comment Share on other sites More sharing options...
RevEng Posted September 29, 2019 Share Posted September 29, 2019 Wow! Sweet rain, and that responsive in-game music freaks me out when the tempo picks up! As Water said, it looks really good. 1 1 Quote Link to comment Share on other sites More sharing options...
sodarun Posted September 29, 2019 Share Posted September 29, 2019 so far this looks and plays amazing, great work SmittyB 1 Quote Link to comment Share on other sites More sharing options...
Trebor Posted September 30, 2019 Share Posted September 30, 2019 Rain and lightning...Nice! Joining the pile of the looking and sounding great crowd. Love the prelude that has been added as well; sets up the atmosphere perfectly. Just by reading it, I'm already engaged and haven't even reached the real action yet. 3 1 Quote Link to comment Share on other sites More sharing options...
SlidellMan Posted October 8, 2019 Share Posted October 8, 2019 I really like the music you composed, Smitty. Dreary and fitting. 1 1 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted October 9, 2019 Author Share Posted October 9, 2019 Thanks, I'm quite proud of it seeing as I've not composed anything before. Composed probably isn't accurate though as I get a rough idea of a tune, use a keyboard to match the sounds in my head to an actual musical scale, code it in slowly, and then find that I've botched the timings but like how it sounds anyway. I had to read up on some basic music theory before I could even attempt it. It should pay off though as I have plenty of space ROM for music tracks. Meanwhile I'm working on getting more maps together and have fixed a couple of small bugs. I now have my first 2 examples of walking between maps seamlessly. After the 'watchman's hut' you come out to something of a hub area, and one path you can take changes to 'graveyard passage' as you walk through, and then again when you reach 'blighted mausoleums'. The downside is that the connected areas must use the same wall and floor colours otherwise the sudden colour change is jarring, but the same happens with different light levels though I won't have much control over that so I'll just live with it. 6 Quote Link to comment Share on other sites More sharing options...
+SmittyB Posted October 23, 2019 Author Share Posted October 23, 2019 Another small milestone passed. After a few days of puzzling over an infuriating bug which turned out to be caused by an 'inx' a few lines before where it should have been I now have password/HSC/Savekey saving working properly. I had the bare bones of saving briefly in a previous build but it had a few bugs which I've fixed and I can now obscure the data by shuffling the bits around. For my sanity while testing I've added the ability to reset the saved password to all zeroes by holding select and reset when powering on. 7 1 Quote Link to comment Share on other sites More sharing options...
gambler172 Posted April 19, 2020 Share Posted April 19, 2020 Hi Smitty any news??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.