Jump to content

Ute

Members
  • Content Count

    163
  • Joined

  • Last visited

Everything posted by Ute

  1. My dad purchased all of his software, which consisted of a Word Processor and a Data Base program, I don't remember the names. The only software I ever purchased was when I could save enough with my paper route to afford the $30 - $50 cost of a single game. I remember specifically purchasing Movie Maker, Ghostbusters, and Frogger. I had several friends with A8's, We shared all of our disks and cartridges. Some disks were copy protected and we could figure out how to copy them until middle school - Our art teacher had an Atari 800. He knew a lot more than us, so naturally he helped us and gave us many, many games. First time I had a working copy of Bruce Lee was from him, and he showed us how to use a hex editor. Naturally we spent many hours searching for text in games and changing said text to swear words, our names, etc. So after that we had a huge collection of copied games and software. Other friends had C64's and some had Apple 2e's, and I have to say they had just as much pirated software as the rest of us. Similar stories for the ST and Amiga I owned later, only at that point they had Pirate BBS's. But I also purchased more software at that point because I had a real job.
  2. You can try the extreme fix in the video above if you have the means. You can fix small cracks with Acetone, it melts the plastic back together. But it's also easy to accidentally drip it on parts your not gluing and damage them or make it look funny. Sounds like it may be to brittle? B&C sells ST cases, but you have to email Bruce and talk to him directly. Last time I talked with him they were around $40 USD
  3. I saw an ST on ebay that had been Hydro dipped with Carbon Fiber, it looked ok. Something like this, except on an ST case and without the high gloss:
  4. It makes sense. If the collision is based on the Black shape(GRAFP2 or GRAFP3 shape, can't remember which), Yamo may not be jumping high enough for the pony tail to touch the ladder tile, or perhaps not enough overlap to trigger a collision - Possibly you lowered the pony tail from its original height? Sorry, in the post above I was only thinking about horizontal collisions, and specifically only about P2P and P2M.
  5. It's using Player<->Missile detection, so I think it should be fine, even if you want to change the size.
  6. Oh that's weird. I only posted 1 video. I did edit the post, I wonder if I screwed something up?
  7. I hope Fantomas doesn't mind, here are the bytes. Display are reversed from the bytes. PM110: .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $04 ;..#..... .byte $08 ;...#.... .byte $0C ;..##.... .byte $78 ;...####. .byte $7C ;..#####. .byte $38 ;...###.. .byte $7E ;.######. .byte $FE ;.####### .byte $FF ;######## .byte $81 ;#......# .byte $00 ;........ .byte $44 ;..#...#. .byte $6E ;.###.##. .byte $E7 ;###..### .byte $C3 ;##....## .byte $66 ;.##..##. .byte $E7 ;###..### PM111: .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $00 ;........ .byte $60 ;.....##. .byte $78 ;...####. .byte $3C ;..####.. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $38 ;...###.. .byte $7E ;.######. .byte $FE ;.####### .byte $FE ;.####### .byte $FC ;..###### .byte $FD ;#.###### .byte $FD ;#.###### .byte $FF ;######## .byte $E7 ;###..### .byte $C3 ;##....## .byte $66 ;.##..##. .byte $E7 ;###..### PM112: .byte $08 ;...#.... .byte $08 ;...#.... .byte $04 ;..#..... .byte $04 ;..#..... .byte $85 ;#.#....# .byte $8D ;#.##...# .byte $89 ;#..#...# .byte $FF ;######## .byte $FF ;######## .byte $FF ;######## .byte $FE ;.####### .byte $7E ;.######. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $00 ;........ .byte $00 ;........ .byte $44 ;..#...#. .byte $6C ;..##.##. .byte $6C ;..##.##. .byte $44 ;..#...#. .byte $44 ;..#...#. .byte $6C ;..##.##. .byte $C6 ;.##...## PM113: .byte $39 ;#..###.. .byte $FD ;#.###### .byte $FF ;######## .byte $FD ;#.###### .byte $7D ;#.#####. .byte $7D ;#.#####. .byte $39 ;#..###.. .byte $7F ;#######. .byte $7F ;#######. .byte $7F ;#######. .byte $FE ;.####### .byte $7E ;.######. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $6C ;..##.##. .byte $40 ;......#. .byte $40 ;......#. .byte $6C ;..##.##. .byte $06 ;.##..... PM114: .byte $00 ;........ .byte $60 ;.....##. .byte $70 ;....###. .byte $D0 ;....#.## .byte $F0 ;....#### .byte $F8 ;...##### .byte $78 ;...####. .byte $38 ;...###.. .byte $3C ;..####.. .byte $6C ;..##.##. .byte $6C ;..##.##. .byte $2C ;..##.#.. .byte $78 ;...####. .byte $60 ;.....##. .byte $04 ;..#..... .byte $04 ;..#..... .byte $6C ;..##.##. .byte $EC ;..##.### .byte $CE ;.###..## .byte $6E ;.###.##. .byte $26 ;.##..#.. .byte $62 ;.#...##. .byte $42 ;.#....#. PM115: .byte $04 ;..#..... .byte $7C ;..#####. .byte $7C ;..#####. .byte $F8 ;...##### .byte $F8 ;...##### .byte $F8 ;...##### .byte $78 ;...####. .byte $78 ;...####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $7C ;..#####. .byte $3C ;..####.. .byte $FE ;.####### .byte $FC ;..###### .byte $3C ;..####.. .byte $3C ;..####.. .byte $7C ;..#####. .byte $EC ;..##.### .byte $CE ;.###..## .byte $6E ;.###.##. .byte $26 ;.##..#.. .byte $62 ;.#...##. .byte $42 ;.#....#. PM116: .byte $00 ;........ .byte $06 ;.##..... .byte $0E ;.###.... .byte $0B ;##.#.... .byte $0F ;####.... .byte $0F ;####.... .byte $1E ;.####... .byte $3C ;..####.. .byte $3C ;..####.. .byte $6E ;.###.##. .byte $6E ;.###.##. .byte $7C ;..#####. .byte $3E ;.#####.. .byte $06 ;.##..... .byte $20 ;.....#.. .byte $20 ;.....#.. .byte $36 ;.##.##.. .byte $37 ;###.##.. .byte $73 ;##..###. .byte $76 ;.##.###. .byte $64 ;..#..##. .byte $46 ;.##...#. .byte $42 ;.#....#. PM117: .byte $20 ;.....#.. .byte $38 ;...###.. .byte $3C ;..####.. .byte $1C ;..###... .byte $18 ;...##... .byte $18 ;...##... .byte $18 ;...##... .byte $3A ;.#.###.. .byte $3A ;.#.###.. .byte $7C ;..#####. .byte $7C ;..#####. .byte $3C ;..####.. .byte $FF ;######## .byte $7D ;#.#####. .byte $3C ;..####.. .byte $3C ;..####.. .byte $18 ;...##... JumpYamo.mp4
  8. In two player mode the person who controls the Yamo can climb up and down ladders and jump as well.
  9. In post #217 I already stated the XEX was NOT intended to run on real hardware. Please use the ATR if you want to run on real standard hardware. As far as future versions releases, there may be more demo/teasers released as an XEX, but we cannot guarantee any final versions will be an executable. More than likely they be a disk image(ATR) because of size constraints from such things as loading screens, music, more levels, etc. However, if you are hell bent on using an XEX on real hardware with a standard load configuration, then there are other efforts that could be done, like releasing a 130XE/Entended Memory version - But that is also a lot of extra effort, so there would have to be a lot of demand.
  10. Initially there won't be a direct conversion. One day(I hope) we will do a %100 conversion. This will probably either need a hard refactor of the game engine, or start a new one from scratch. I was thinking soft sprites myself, but open to suggestions. Anyone is welcome to help.
  11. The definition of 3D would be something that makes computations for width, height, and depth - or something that computes the X, Y, and Z axes. Typically this involves many calculations and the use of connected polygons to create shapes. A printer makes use of the X and Y Axis and prints a very convincing picture that looks like it has depth. But that doesn't make it a 3D printer.
  12. Yes it was but for no specific reason, continuity mostly. The original boot screen was done in Antic Mode E, so we just reused the same idea, with most of the elements from the original screen. The biggest difference being more color on screen and Bruce's face is from an actual picture. The one above is the PAL screen shot, NTSC is a tiny bit narrower.
  13. Thanks for testing and checking those out Doc.
  14. The XEX version was never intended to run on real hardware. I would suggest one of the ways The Doc mentioned, RespeQt, or SIO2SD. The ATR uses a custom boot loader we made, and it SHOULD run just fine on real hardware, - I emphasize should because I have no way to test it myself right now(My Atari's are put away while I sheet rock my basement), but it is not that different from other images I have made that do run. It may need to be padded out to 90k. But all of that is beside the point, this was just a little demo release with bugs and other problems and wasn't really intended to be official or anything. The only reason we put a boot screen on it was because Solaris104 asked. Someday it might get fixed, bugs and all, but that is probably a ways down the road. I can't speak for Fantomas, but with what very little precious time I do get to work on this project I would prefer to spend it on BL2, ROF, Etc.
  15. Thanks Paul. Hopefully this one is a bit better. We would like to save the nice screens by Philsan, Jose, and others for BL2, ROF, etc. EelEcurb.xex
  16. Ok, this is the best we can do on short notice. Press any console key to begin - except reset. Eelecrub.xex
  17. And in case anyone is interested, here is the source. It's ugly in spots and there is some code duplication. Eelecrub.asm
  18. Kind words, Thank you! Fantomas and I both really like a lot of scenes and elements from BL2 and ROF, I particularly like the moon and its lake reflection on one of the night screens from ROF. We would like to make both if possible. BL2 is more work with the biggest challenge probably being the soft sprites, BL2 screens are also 8 pixels higher than the Atari screens, so we are trying to strategically remove 8 lines from each screen without it being noticeable. But we are working more on BL2 at this point. Another option could be to just start with elements from both BL2 and ROF and make something completely unique for Atari Age. And then there are other things we would like to add such as a Player 2 controllable Ninja, a Yamo that actually chases Bruce up ladders like the C64 version, a difficulty setting, etc. While disassembling Ron's original code it became clear the he did most things to save space and be more efficient. Most of his code is table driven, he uses RLE to store level data, and only uses three character sets for the entire game(Technically 4 fonts, 2 fonts for the wizard screen). I assume he used ANTIC 5 for the same reason: 480 bytes/screen. Thanks for the kind words Paul! We love it too, and will continue to work on it as time/life permits. Yeah that's the idea. More of a demo/poc than anything while we work on BL2 and a couple of other ideas, but hopefully it's enjoyable as well All that said, we welcome all comments, ideas, and help!
  19. I've used painters blue tape to cover them, then use a razor knife to carefully cut around the lens, and them remove the remaining tape - If that makes sense. I've also just painted over them and then scraped the paint off very lightly with a razor blade / Exacto blade.
  20. Screen shows the Rainbow Atari logo - Wouldn't that be TOS 1.04 or at least a custom made version of it?
  21. I second what Peter said - Go with the UltraSatan Vs. Gotek. Goteks are cheaper, but UltraSatan is SO much faster and much more convenient, plus boot time seems instant compared to the Gotek. Gotek is also a pain to change disks, although it is easier with with the OLED. For speed alone the UltraSatan is worth the extra money.
  22. Hey Guys, Fantomas and I are still working on converting the BL2 graphics. It's been challenging to get the colors right. I think we both have a new respect for Kelly Day who did the original graphics. In the mean time we wanted to put out a little test demo. There are some known issues: On one particular level a lamp has a chance of killing you, on another level you can get stuck until you kill yourself, and one map will start you in an area that may make you repeat a few levels if you die. There is no intention to fix these any time soon(or at all) since we want to concentrate our efforts on BL2 and ROF/Atari Age Version, and this is just a test/demo. Also the XEX seems to be finicky on Altirra requiring to first pause and then un-pause the program once it loads. EDIT: These haven't been tried on real hardware. Eelecurb.xex Eelecurb.atr
  23. That is so cool! I had no idea they sold them at Radio Shack back in the day.
  24. I was scratching my head wondering if I had missed some major hardware difference by Atari. Makes sense, thanks for the info guys.
×
×
  • Create New...