Author Topic: The Massacre  (Read 19011 times)

0 Members and 1 Guest are viewing this topic.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
The Massacre
« Reply #30 on: January 19, 2007, 09:20:00 am »
its been progressing slow but progressing because of the recent midterm deluge from my high school if you know what I mean. Anyways I have been working on a search camera and other things like adding to the NPC system. I am expecting to put up some small updates this weekend and then maybe some bigger ones next weekend but believe me this project will never die

note: Jon and I have never been in bad terms on my side
another note:Let's try to stay away from personal stuff in this forum thread as it is strictly game talk
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
The Massacre
« Reply #31 on: January 19, 2007, 02:15:00 pm »
i'M sry i didnt meant to be bad, I was just worried, in case a fight would happen at one point, I am glad the thing with the game was solved. Now back to game discussion I'm glad it's not dead :)smile.gif

Offline Jon

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 278
  • Rating: +0/-0
    • View Profile
The Massacre
« Reply #32 on: January 19, 2007, 04:54:00 pm »
Hmm, a camera sounds like a cool idea.  What do you have so far?  One possible concept would be backing up the current tilemap coordinates, so you could use the same camera routine to return to the original place and continue gameplay.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
The Massacre
« Reply #33 on: January 20, 2007, 04:23:00 pm »
Well I actually have technically had this screenshot for 2 weeks or so but I could get into my hotmail account and after downloading IE7 which didnt work and hotmail doesnt work with FF I had to reinstall Windows 3 times just to get IE6 back anyways here's the screenshot

user posted image
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
The Massacre
« Reply #34 on: January 20, 2007, 04:32:00 pm »
nice  :king:king2.gif
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

CureDesu

  • Guest
The Massacre
« Reply #35 on: January 20, 2007, 04:39:00 pm »
Looks good.  Are those black bars/blocks supposed to be there, or is the emulator displaying it wrong?

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
The Massacre
« Reply #36 on: January 20, 2007, 04:41:00 pm »
i think they are going to be NPC's? :???:confus.gif
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
The Massacre
« Reply #37 on: January 20, 2007, 04:44:00 pm »
Yeah they are supposed to be TEST NPC's and actually that routine for NPC's will not be used but its in there for now
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
The Massacre
« Reply #38 on: January 20, 2007, 05:21:00 pm »
yeah i need to get a NPC routine for my game.  <_<dry.gif
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
The Massacre
« Reply #39 on: January 20, 2007, 07:39:00 pm »
its actually very simple in basic just use your hit detection routine. Make a flag to distinguish an NPC in your matrix map data like 12.2 where .2 shows it is an NPC not just a tile. And then in your hit detection routine write some code like fpart(matrixnum and go from there
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
The Massacre
« Reply #40 on: January 21, 2007, 03:21:00 am »
o i never thought of that. Thanks man  :)smile.gif
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55943
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
The Massacre
« Reply #41 on: January 21, 2007, 05:09:00 am »
wow amazing as always! but why does map scroll so fast? O_Oshocked2.gif

Offline Jon

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 278
  • Rating: +0/-0
    • View Profile
The Massacre
« Reply #42 on: January 21, 2007, 05:34:00 am »
That's because it is going tile-by-tile, but once it has to recall an appvar each time (there's a chance we will be storing external maps in appvars) it will be slowed to a much less frantic pace.    %)rolleyes2.gif

Liazon

  • Guest
The Massacre
« Reply #43 on: January 21, 2007, 07:07:00 am »
you could just use saferams and the "malloc" trick

Offline Jon

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 278
  • Rating: +0/-0
    • View Profile
The Massacre
« Reply #44 on: January 21, 2007, 07:22:00 am »
QUOTE
you could just use saferams and the "malloc" trick


what's the malloc trick?