+OLD CS1 Posted July 6, 2016 Share Posted July 6, 2016 The main reason I am writing this in BASIC is so I can put it on cartridge... Hopefully paired with the TE2 GROM so that I can use the wicked speech capabilities available in that sucker... No kidding! If you do find a way to do that, I would love to leech off your accomplishment. I spent a very long time developing the speech codes for one of my games only to find I could not use them in XB, only in TE2! Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 6, 2016 Author Share Posted July 6, 2016 I have the concept. I have preliminary architecture. Just need help with implementation. It will require the UberGROM board and a GROM dump of TE2. We will discuss further as the game gets closer. Quote Link to comment Share on other sites More sharing options...
+Lee Stewart Posted July 6, 2016 Share Posted July 6, 2016 No kidding! If you do find a way to do that, I would love to leech off your accomplishment. I spent a very long time developing the speech codes for one of my games only to find I could not use them in XB, only in TE2! I believe you can do it in XB. You need to load the Text-to-Speech package that was released into the public domain BITD. Of course, it looks like the package takes up about 24KiB of space. That doesn't leave much room for the user program! I don't suppose anyone has the source code for SETUP, XLAT and SPEAK. I've been looking for it for awhile to no avail. ...lee Quote Link to comment Share on other sites More sharing options...
+adamantyr Posted July 6, 2016 Share Posted July 6, 2016 If you want an example of a BASIC program using the TE2 cartridge, just get "TI-Trek" from the Game Shelf. As for direct conversion, so far my experience has been it's best to write it as an assembly routine called from XB. Speech data, even compressed, takes up a lot of space. (200-1500 bytes for a few seconds) Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 6, 2016 Author Share Posted July 6, 2016 Yea, I have been doing some playing on TE2 speech. Check out my T.O.M Bot 3000 video on YouTube. Quote Link to comment Share on other sites More sharing options...
Tursi Posted July 6, 2016 Share Posted July 6, 2016 I believe you can do it in XB. You need to load the Text-to-Speech package that was released into the public domain BITD. Of course, it looks like the package takes up about 24KiB of space. That doesn't leave much room for the user program! I don't suppose anyone has the source code for SETUP, XLAT and SPEAK. I've been looking for it for awhile to no avail. ...lee I don't have the source but I've been working on reverse engineering it on and off, I'm about 60% done. The ultimate goal for my work was to make it run from bank-switched ROM so it could be included on cartridges, but until I'm finished that's not a promise. Quote Link to comment Share on other sites More sharing options...
+OLD CS1 Posted July 6, 2016 Share Posted July 6, 2016 My approach was to use the phonems provided by TE2. I suppose the "Text-to-Speech" package can handle those, but XB by itself cannot, correct? Quote Link to comment Share on other sites More sharing options...
+Lee Stewart Posted July 6, 2016 Share Posted July 6, 2016 My approach was to use the phonems provided by TE2. I suppose the "Text-to-Speech" package can handle those, but XB by itself cannot, correct? Correct. ...lee Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 7, 2016 Author Share Posted July 7, 2016 Got quite a bit of conversion work done on this game. I am now in the Force lock-on code segment and it is a doozie... It needs total restructure and simplification. I took the simple premise of locking onto and moving an object and created 4 extremely dense chunks of code that comingle with other movement routines, swap and copy temporary variables, and all this with little to no comments. I will HOPEFULLY get to start coding again and peogressing forward with the game soon... Once I have unscrewed the pooch. I had forgotten how much I liked this game premise though... Looking forward to finishing it! Quote Link to comment Share on other sites More sharing options...
1980gamer Posted July 7, 2016 Share Posted July 7, 2016 good to see you back Opry99er. You got active on the Intellivision forum and then vanished! Good to see you in either forum 1 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 7, 2016 Author Share Posted July 7, 2016 Had a ton of stuff going on with family/work, etc... Easing back into the saddle now. Quote Link to comment Share on other sites More sharing options...
wolfy62 Posted July 7, 2016 Share Posted July 7, 2016 Welcome back Opry, thanks again for the Bowling league!!! Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 7, 2016 Author Share Posted July 7, 2016 Hey wolfy!! It was a blast. I am glad to be back. I need to hop on over to the Inty side and take care of some unfinished business. Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 11, 2016 Author Share Posted July 11, 2016 Finally figured out what by A=B and B=A lines were doing in the Force lock section. Should go pretty smoothly from here on in. Level-specific condition handling is next. May need to restructure some character sets to allow for sweeping range checks for tiles, but even if I have to do one-offs of all legal tiles, it's not like there is a huge speed requirement or anything. Low and slow, as they say. Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 12, 2016 Author Share Posted July 12, 2016 100% converted now! I hit a snag where I was translating to TIdBiT from two different BASIC listings... one was the correct one, and one was an older listing. Took forever to debug because I had changed the loop parameters in my READ statements to incorporate more DATA statements, and didn't get that part quite right in the conversion. It's pretty hard to CALL COLOR(9,26,114)!!! I've got the basics on Level 2 completed. I should have two full levels with all condition-handling done this week sometime. After that, it's just level design. All framework is in place now, and I have structure back in my life. 2 Quote Link to comment Share on other sites More sharing options...
Iwantgames:) Posted July 16, 2016 Share Posted July 16, 2016 Sweet! Glad to see it back on track looking forward to playing it when its done Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 17, 2016 Author Share Posted July 17, 2016 More progress... Force counter is debugged and tweaked. Scoring engine is in place. Level 2 is now beatable. Level 3 is ALMOST there, but not quite just yet. I have to reposition some tiles due to some design challenges. Level 3 was designed by Buck, and it is beautiful... But it is difficult to get the puzzle element I want oit of level 3 with this design... Anyway, once level 3 is complete, I will probably put out a demo for you guys to try out. Will likely be the final demo prior to the cassette release. 3 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 19, 2016 Author Share Posted July 19, 2016 3 level demo is complete and in play-testing now!! Expect a release tomorrow, and be sure to clear a few minutes of your day to become a true Jedi!! 1 Quote Link to comment Share on other sites More sharing options...
Iwantgames:) Posted July 20, 2016 Share Posted July 20, 2016 Awesome! Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 20, 2016 Author Share Posted July 20, 2016 May need to delay the demo release a day... Have some little changes I want to make before putting it out there for you guys. Hopefully I will have some time tonight to finish. We shall see. Quote Link to comment Share on other sites More sharing options...
+jedimatt42 Posted July 20, 2016 Share Posted July 20, 2016 3 level demo is complete and in play-testing now!! Expect a release tomorrow, and be sure to clear a few minutes of your day to become a true Jedi!! Damn, I thought I already was a true Jedi. There just always seems to be something more to learn. Looking forward to it! -M@ 2 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 20, 2016 Author Share Posted July 20, 2016 You may be a Jedi... But youll never know for sure until you traverse the Gauntlet. 3 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 21, 2016 Author Share Posted July 21, 2016 Demo now available for download http://atariage.com/forums/topic/255071-jedi-gauntlet-demo/ 1 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted July 22, 2016 Author Share Posted July 22, 2016 Since all mechanics are in place (other than minute condition-handling code per level) I have but to design the remaining levels and tune some minor things and the game will be done. Thanks to adamantyr's help, we have been able to crunch the code some and free up some bytes for level data. It looks like 7 levels will be the max, but I should be able to play the story out with that number. The 'manual' will be a short-story rather than a typical manual... There will be clues in the story that will help the player with some of the puzzles in the game. Levels 4 and 5 are already done as far as design goes, it is just data entry at this point. 6 and 7 are going to have to be changed a bit from my original intent, as I had hoped to get 9 levels for the story, but no worries... We will shoe horn it in there. 1 Quote Link to comment Share on other sites More sharing options...
Opry99er Posted August 4, 2016 Author Share Posted August 4, 2016 Still needing to code in the data for the two new levels... I started work on the Hoth level, but work has eaten my soul for the last week. Should have the game pretty close to done if I can get 4-5 uninterrupted hours of TI time. Then it's off to the presses. 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.