|
Post by VectorX on Apr 25, 2014 11:54:18 GMT -5
If you meant Ville, ZSB was just a bonus game. I don't think he ever had any plans to make it any bigger than it was/how it ended up.
|
|
|
Post by 50tbrd on Apr 25, 2014 16:40:57 GMT -5
Someone should extract the game from the source code. Thrust is still kind of difficult.
|
|
|
Post by mikiex on Apr 26, 2014 2:27:47 GMT -5
Someone should extract the game from the source code. Thrust is still kind of difficult. Its easy to mod the sourcecode, there is an line that's commented out , so delete the first ; of that line and run the batch file that comes with the source and you can make a bin to play it. Though when you die it returns to Thrust... there might be another line to fix that.. it would be easy to fix anyway as the code is so clearly written ;jsr Zzap_Start ;uncomment while debugging bonusgame
|
|
|
Post by mikiex on Apr 26, 2014 2:28:47 GMT -5
If you meant Ville, ZSB was just a bonus game. I don't think he ever had any plans to make it any bigger than it was/how it ended up. Yeah , its a shame as I really like the 2600 game (apart from being rubbish at it )
|
|
|
Post by 50tbrd on Apr 26, 2014 11:50:57 GMT -5
Someone should extract the game from the source code. Thrust is still kind of difficult. Its easy to mod the sourcecode, there is an line that's commented out , so delete the first ; of that line and run the batch file that comes with the source and you can make a bin to play it. Though when you die it returns to Thrust... there might be another line to fix that.. it would be easy to fix anyway as the code is so clearly written ;jsr Zzap_Start ;uncomment while debugging bonusgame I'm just a puny mortal. I tried just deleting the first line and itr didn't work.
|
|
|
Post by mikiex on Apr 26, 2014 13:35:32 GMT -5
Its easy to mod the sourcecode, there is an line that's commented out , so delete the first ; of that line and run the batch file that comes with the source and you can make a bin to play it. Though when you die it returns to Thrust... there might be another line to fix that.. it would be easy to fix anyway as the code is so clearly written ;jsr Zzap_Start ;uncomment while debugging bonusgame I'm just a puny mortal. I tried just deleting the first line and itr didn't work. Lol not the line just the semi colon at the start of that line in the thrust . asm file
|
|
|
Post by 50tbrd on May 1, 2014 21:23:18 GMT -5
|
|
|
Post by binarystar on May 2, 2014 4:00:31 GMT -5
I wanted to do a conversion of kamikazi/astro invader but decided there was too much to draw onscreen. Fun (if frustrating) game.
|
|
|
Post by 50tbrd on May 4, 2014 20:49:10 GMT -5
|
|
|
Post by VectorX on May 4, 2014 21:40:03 GMT -5
Vector-like graphics too (of course)
|
|
|
Post by christophertumber on May 5, 2014 9:56:41 GMT -5
Vector-like graphics too (of course)
|
|
|
Post by 50tbrd on May 5, 2014 10:20:22 GMT -5
There has been a beta for that game. It's pretty good but will probably never be completed. My next project is a dual stick controller just for that game.
|
|
|
Post by VectorX on May 5, 2014 12:16:48 GMT -5
^Any excuse to mess around with tools/make new hardware, eh?
|
|
|
Post by christophertumber on May 5, 2014 14:18:43 GMT -5
There has been a beta for that game. It's pretty good but will probably never be completed. My next project is a dual stick controller just for that game. Two words: Mad Planets Another word: Tron Two more: Ikari Warriors Also: Victory Road Heavy Barrel Gondomania Time Soldiers Xybots Any way of slapping an interface on these bad boys with some buttons? Apparently there's also a Happs equivalent: na.suzohapp.com/all_catalogs/joysticks/50-5618-00
|
|
|
Post by christophertumber on May 5, 2014 16:01:07 GMT -5
My next project is a dual stick controller just for that game. How will this work? (What is the input mapping?) Two joysticks in a single housing plugged into both controller ports? Or the second joystick mapped to the buttons? There aren't a lot of existing games that could be modified to support this since most of the originals use Asteroids style controls. Maybe Berzerk? I remember a Robotron clone in the works back in the day but Google seems to suggest it's DOA. Any other candidates I'm not thinking of?
|
|