Jump to content

TI99Kitty

Members
  • Posts

    191
  • Joined

  • Last visited

About TI99Kitty

  • Birthday 05/01/1969

Profile Information

  • Custom Status
    Playing "Parsec" and shedding on the furniture
  • Gender
    Female
  • Location
    I'm right here! (waves) Can't you see me?

Recent Profile Visitors

5,854 profile views

TI99Kitty's Achievements

Chopper Commander

Chopper Commander (4/9)

15

Reputation

  1. I'm not sure if there's an updated torrent file out there anywhere, and it's not on any tracker anymore. If your BT client is DHT-compatible, however, you don't need a tracker. I'm sure there's been new files added to the WHT site (as well as redundant files being removed) since the torrent was originally offered, anyway. I seem to remember several people talking about cleaning the site up, awhile back.
  2. FWIW, whenever I turn on Bittorrent, I seed the WHT torrent. Since torrents are moving away from centralized trackers, peers are still able to connect to seeds and download (even without a tracker). I turned on BT just now and saw 1 peer, but he/she never connected, so I turned it off again, since I'll be shutting down the 'puter soon.
  3. Had to add this one, since it has taken up so much of my time (since I got my 360, which I swore I would NEVER buy!): (sorry about the size -- I forgot how to do thumbnails... >_< )
  4. So it does actually work on a CV with the expansion module? I don't have an actual Atari console, but I *do* have a ColecoVision, and was hoping to read that it works with Expansion Module #1 before I request to be put on the waiting list.
  5. Hi, all. Sorry about the delay since my last post -- real life has been very demanding of me lately, and TI stuff has had to take the back burner. One of these days, I hope to resume work on this project... In the meantime, I just had a flash of inspiration: To free up character sets for other graphics (or text), instead of using the joystick input to pick which character(s) will be used for the sprites (to show the change in direction), why not just change the character definitions? That way, instead of defining 36 characters for each color of the the player's sprite, I only have to use 4. That takes me from 72 characters down to 8, freeing up 64 characters for other things. I could even leave most of the original code intact; except for the CALL PATTERN statement, which would become a CALL CHAR statement (with some modification, of course). The definition string for the sprite character data would be stored in an array, so the CALL CHAR would look something like CALL CHAR(64,CH$(Z)) where "Z" would be a number generated from the X and Y from the CALL JOYST command. Any thoughts?
  6. If a picture of a woman in her underwear is offensive, I can always remove it. (shrugs)
  7. I would add Disney and Paramount to that list, as they are companies that have actively pursued legal action people who put up fansites for copyrighted works (in fact, when Paramount made their "Star Trek" site a paysite in the mid-90's, they tried to shut down any fansite that had "Star Trek"-related material on it, and sued many of those sites' administrators). With Coleco, I would think you could just contact the current holder of the trademark to ask permission. Opcode Games has done it, and apparently they are fairly easy to work with, as long as you don't do anything that "damages" their image (like making pornographic versions of Coleco games, for instance). M Network was Mattel's label for porting Intellivision games over to Atari and ColecoVision consoles, so I would assume that the copyright/trademark is owned either by Mattel or INTV.
  8. I remember that happening when I would edit a single line on the original machine, when the program started getting really large. "EDIT 2330" Wait almost a minute. Make the change and press enter. Wait almost a minute. "RUN" Wait over a minute. ^_^ Also, if you're only editing one line, and not making changes to any of the other lines of the program (or the sequence), just copy/paste the line that changed. It's a lot faster that way.
  9. I've never heard of a special Goodwill store like this... I wonder if they're shipping most of the gaming stuff to NC?!! The Goodwill near my apartment has its electronic stuff separate from everything else (except the TV's), and you have to ring up purchases in that section separately from any other purchases. IIRC, the receipt said "Computer Works" instead of "Goodwill." Other than that, the receipts I got from both parts of the store were identical, in the way they were laid out and the fonts they used. Maybe it's something they're doing to help keep the stuff that can actually make them some money apart from the stuff that just gets thrown willy-nilly onto shelves and into giant "dump tables."
  10. The only ports I've played are for the Intellivision, ColecoVision and the TI. In fact, I have the CV and TI versions. While the actual screens on the CV may be more faithful to the arcade version, it seems to me that the graphics, sound and gameplay are better on the TI. In fact, this was one of the games I pointed people to, when they made any comments about me getting a "real" video game machine like the CV. The other two, for the record, were "Donkey Kong" and "Defender."
  11. If you can find scans of them online (like at MobyGames), you can print them up at home. I did that for the ColecoVision "Mouse Trap" overlays, then used stick-on laminate -- the stuff that comes in a roll, as it's cheaper -- to finish them (and to protect the ink from dampness). They came out nice and sturdy. ^_^
  12. thank you for the info on the lables

  13. Okay, most of the time I've wasted spent on this so far has been spent trying to get the graphics less sucky looking not too far from what I had envisioned. I swiped borrowed the sprite movement routine from "Honeycomb Rapture," and when I get further along, I plan to add keyboard support (for those of us who still play games on our IRL consoles) to the routine. Before I put up the code-so-far, I'll give a little bit of background: The movie that inspired this little game was hardly a blockbuster. In fact, from what I remember at the time, the studio hardly promoted it at all. I remember movie trading cards, and that's about it. Actually, I think they may have been embarrassed by it. Really, it wasn't as good as it could have been (like this game will probably wind up being, LOL), despite an excellent cast. Still it was an entertaining way to waste a couple of hours, and it's always had a special place in my heart. I like to think that, if the studio had released a video game of the movie, it would have been something like this, only it would have sucked a lot less better. 100 CALL CLEAR :: CALL SCREEN(2) :: RESTORE 5000 109 REM ** SETUP GRAPHICS ** 110 FOR CD=1 TO 18 :: READ CH,CH$ :: CALL CHAR(CH,CH$) :: NEXT CD 120 FOR CH=64 TO 96 STEP 4 :: READ CH$ :: CALL CHAR(CH,CH$) :: NEXT CH 130 FOR CH=104 TO 136 STEP 4 :: READ CH$ :: CALL CHAR(CH,CH$) :: NEXT CH 140 CALL COLOR(5,9,1,6,6,1,7,15,1) 149 REM ** SETUP VARIABLES ** 150 DAY=1 :: REP=0 :: TOK=1 :: ROM=0 :: TS=0.125 199 REM ** SETUP GAME SCREEN ** 200 CALL SCREEN (6) :: DISPLAY AT(10,10):"&%; :%""$>!" 210 FOR DE=1 TO 1500 :: NEXT DE 220 CALL CLEAR :: CALL SCREEN(2) 230 DISPLAY AT(2,1) SIZE(10):":%.";REP :: DISPLAY AT(2,14):"I" :: DISPLAY AT(2,23) SIZE(6):"$""> ";DAY 240 CALL SCREEN( 245 FOR R=5 TO 23 :: CALL HCHAR(R,2,81,30) :: NEXT R 250 CALL HCHAR(3,3,65,TOK) :: C=30 260 FOR HD=1 TO ROM:: CALL HCHAR(3,C,66) :: C=C-1 :: NEXT HD 270 CALL SPRITE(#1,80,6,92,124,#2,120,9,92,124) :: CALL MAGNIFY(2) 279 REM ** KEEP PLAYER ON PLAYFIELD ** 280 CALL POSITION(#1,XPOS,YPOS) 290 IF XPOS>175 THEN CALL LOCATE(#1,175,YPOS,#2,175,YPOS) :: GOTO 310 300 IF XPOS<32 THEN CALL LOCATE(#1,32,YPOS,#2,32,YPOS) 310 IF YPOS<10 THEN CALL LOCATE(#1,XPOS,10,#2,XPOS,10) 320 IF YPOS>240 THEN CALL LOCATE(#1,XPOS,240,#2,XPOS,240) 329 REM ** PLAYER INPUT ** 330 CALL JOYST(1,X,Y) 340 CALL MOTION(#1,-Y*2.5,X*2.5,#2,-Y*2.5,X*2.5) 350 CALL PATTERN(#1,Y*3+X+80,#2,Y*3+X+120) 360 GOTO 280 4999 REM ** TEXT CHAR DATA ** 5000 DATA 33,0010383810100010 5010 DATA 48,0038444C54644438 5020 DATA 34,003844447C444444 5030 DATA 35,0038444040404438 5040 DATA 36,0078242424242478 5050 DATA 37,007C40407840407C 5060 DATA 38,003C40405C444438 5070 DATA 39,0038101010101038 5080 DATA 42,0044485060504844 5090 DATA 43,00446C5454444444 5100 DATA 44,00446464544C4C4C 5110 DATA 45,0038444444444438 5120 DATA 46,0078444478404040 5130 DATA 58,0078444478504844 5140 DATA 59,007C101010101010 5170 DATA 60,0044444444444438 5180 DATA 61,0044444428281010 5190 DATA 62,0044442810101010 5199 REM ** GRAPHICS CHAR DATA ** 5200 DATA 00080002F0305010007CAA7C28100000006CFEFE7C381000 5210 DATA 00240000183C5A18 5220 DATA 001000400F0C0A08080AFC5F7CB41C24 5230 DATA 004022F0F0224000 5240 DATA 18183C5A00002400FFFFFFFFFFFFFFFF 5250 DATA 0002440F0F440200 5260 DATA 105030F002000800 5270 DATA 185A3C1800002400 5280 DATA 080A0C0F40001000 5300 DATA 24302D3C0A0F0000 5310 DATA 24DBBD5A24000000 5320 DATA 240CB43C50F00000 5330 DATA 060A150E0E150A06 5340 DATA 000000245ABDDB24 5350 DATA 6050A87070A85060 5360 DATA 00000F0A3C2D3024 5370 DATA 000000245ABDDB24 5380 DATA 0000F0503CB40C24 "Rep" stands for "Reputation," and is the scoring method used in the game. When the player's Reputation reaches a certain level, it triggers on of several boss battles, inspired by events from the movie. The boss battles will likely give me the most difficulty, so I'm saving them for last. "Day" is the current level (or screen). The shields (or "tokens") on the left side of the screen will be used for special attacks (or for continuing, if you get killed). The hearts on the right side may be used for a subplot, if I have the space (and the energy) to work it in. If not, I'll probably use them for a "health bar." Next on the agenda is to make the graphics for the playing field. I will most likely be using the majority of the allowed character sets to create the background and sprites for the challenges the player will face, as well as icons to represent different moves the player can activate by using the fire button.
×
×
  • Create New...