-
Content Count
75 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by satyrsfaction
-
Haha, that's cool. I'll have to look for that. I called it Local Hero just to imply "street level" heroes who are based in a single city or neighborhood. The idea is you are a beginning hero who ends up saving the world (if you get that far). Hope you enjoy the game.
-
can that be done with the joystick movement instead of the fire button? How would I do that?
-
haha. no, never heard it -- but it might make good listening while playing.
-
Thats a good point. Ive been testing it on an emulator, and the keys make it easier to move through the costumes slower. Does anyone have any pointers on how to debounce the joystick?
-
Here's my new game called Local Hero -- I always wanted to make a game where you can create your own superhero, and this is my attempt. In this update (the second update today), I added tons of new costumes, for a total of 40, and fixed some bugs that were present in the first update. Just to offer some explanation: when you start, you'll have to select your powers. you have four choices in each of the three categories (offense, defense and misc.). after that you get to select a costume. right now there are 30 costumes to choose from. once you're done creating your hero you are taken to the map section of the screen. move around looking for crimes (the Xs), people in distress (the !s) and clues (the magnifying glasses). You need to collect clues in order to move further in the game, face more and more powerful threats, and eventually face the scarlet-robed boss villains. When you find a person in distress, you'll be taken to the other half of the screen and you will move through the doors until you find the person. when you rescue the person, you are healed slightly. When you find crimes, you will be taken to the right half of the screen again, this time there will be enemies to face using whatever powers you selected. the powers are as follows: ATTACK POWERS Blast: you shoot an energy blast to attack. Strong: you charge your opponent for a powerful hand-to-hand attack. Snare: you stretch your arms or shoot webs to trap your opponent. they will either eventually escape or exhaust themselves trying. Clone: you can create a clone of yourself which you can control, and which attacks any criminal it collides with. DEFENSE POWERS Armor: attacks do much less damage to you. Speed: you move faster in combat, making it easier to dodge attacks. Cloak: when you stand at the top of the combat area, the enemies won't see you and won't shoot. Dazzle: you confuse your enemies by some means, causing them to move slower and shoot less often, and sometimes even shoot each other. MISC. POWERS Fly: on the map area, you move faster and move over buildings unobstructed. Sense: you find crimes, clues, and distress more easily (from further away). Heal: you slowly gain back lost health. Shift: you can change your shape -- during the game you can select what power you want to use, but only one power at a time. Attacks also do less damage to you. (When you chose shift, whatever powers you chose for attack and defense are cancelled out, you can choose only what is available for the Shift power.) Thats it. Enjoy! Let me know about any bugs or suggestions you may have. Thanks. local_hero_4:28:20.bas.bin
-
well, what i was after was letting the player design their costume -- you would have a choice of boot color, pants color, etc. What I'll probably end up doing is just designing a bunch of outfits and letting the player choose. Not exactly what I wanted, but it would work.
-
but you CAN change them any time you want by assigning new values. I was interested in setting it up so the player could select his own colors for his sprite. Not sure how or if that is possible.
-
Is it possible to use variables when assigning colors to a sprite, like in a "playerXcolor" statement? I tried, and got weird results -- not the colors I intended.
-
I'm working on this game, a sequel to Text Adventure --- it works fine on Stella, but I'm told it has line count issues on real hardware. Any pointers on how to clean up the code? text_adventure2.bas text_adventure2.bas.bin
-
that worked perfectly! thanks.
-
OK, this is what I did -- and its still switching heroes too fast... what am I doing wrong? if switchselect then goto _restrainer goto sprites _restrainer if !switchreset then gosub _switchhero : goto sprites goto _restrainer _switchhero t = t + 1 : if t > var7 then t = 1 : gosub _sound2 bank5 return
-
I'm working on a game, and i want the player to be able to switch characters using the select switch. it changes the characters at lightning speed instead of one at a time. I tried using the reset restrainer, i don't know if I'm doing something wrong or if thats not what I should be using. any suggestions?
-
Everything wasn't fixed. Heres the new ultimate everything-fixed version. (3/22/20) text_adventure.bas.bin
-
OK, this is the ultimate final version! Everything is fixed, I hope. (3/21/20) text_adventure.bas.bin
-
Ugh. thats easily fixable though. any other glitches anyone finds, let me know. Thanks!!!
-
as of 3/20/20 this is the final version of Text Adventure! text_adventure.bas.bin
-
Thanks for using my game for your show -- I guess I didn't expect anyone to take it that seriously. haha. but the problem with the items staying with you when you die, I will fix. The Seer and Hero stay with you when you die. I changed the castle maze so you see only a little bit of it when you have the seer. If you don't have him, you see just black and it's almost impossible to get through the maze.
-
can I watch it after the fact?
-
Thank you! Then I guess this is the FINAL VERSION of Text Adventure. I'm already working on the sequel. text_adventure.bas.bin
-
ok, let me know if that helped. Thanks!!! text_adventure.bas.bin
-
i think i figured it out...my graphics bank was full....I deleted some of the playfields and it compiled.
-
I tried it and am still getting the error...I only started getting the error after I added all those lines in bank 6 and the corresponding lines in bank3. i checked and double checked but I don't see any simple errors.
-
hmm. thanks....but I put in the missing label and the error is still happening.
-
anyone know what this means? Found dasm version: DASM 2.20.13 Starting build of text_adventure2.bas batari Basic v1.5 (c)2020 /Users/mikeindovina/.vscode/extensions/chunkypixel.atari-dev-studio-0.3.7/out/bin/compilers/bB/2600basic.sh: line 42: 63710 Done preprocess$EXT < $1 63711 Segmentation fault: 11 | 2600basic$EXT -i "$bB" > bB.asm Compilation failed. Cleaning up files generated during compilation... text_adventure2.bas
-
Oh. der... haha. Thank you.
