Author Topic: The resistance  (Read 4090 times)

0 Members and 1 Guest are viewing this topic.

Offline MSR5

  • LV3 Member (Next: 100)
  • ***
  • Posts: 56
  • Rating: +0/-1
    • View Profile
The resistance
« Reply #15 on: December 02, 2007, 08:49:00 am »
thanks so much :gift:party3.gif
this should cut down the mem my menu takes up
i'll try to get out a demo of the game by the end of the month, but no guarantee  
Shinism shall dominate modern day society.  With your support the Shinist revolution can happen.  PM me for information.

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
The resistance
« Reply #16 on: December 02, 2007, 10:33:00 am »
Haha sweet, a new year's present  :Ptongue.gif Take your time, and don't rush anything.  
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)

vuurrobin

  • Guest
The resistance
« Reply #17 on: December 02, 2007, 12:40:00 pm »
QUOTE
this should cut down the mem my menu takes up


just make sure that you learn from it and that you understand the code, because you will need this stuff for more things than just the menu  ;)wink.gif

(thats why I didn't optimise it further, because I thought it would be to much in 1 time. well that and I didn't had time :Ptongue.gif )

to optimise it even further, chance this

:Y-16(A=34)+16(A=25
:Ans+32(Ans<23)-32(Ans>25->Y

into this

:Y-16((A=34)+(A=25
:Ans+32((Ans<23)-(Ans>25->Y


can't wait to try the demo

Offline MSR5

  • LV3 Member (Next: 100)
  • ***
  • Posts: 56
  • Rating: +0/-1
    • View Profile
The resistance
« Reply #18 on: December 02, 2007, 05:06:00 pm »
thanks for helping so much for the menus
progress so far

i have most of the needed pics for containing the parts for the tile map
they are 16 by 16
i have multiple ones for gs
i have the out lines for the to be maps on graph paper
the battle engine is now 15 percent done

i will keep posting updates every week
Shinism shall dominate modern day society.  With your support the Shinist revolution can happen.  PM me for information.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
The resistance
« Reply #19 on: December 02, 2007, 07:22:00 pm »
Cool! As for grayscale you may want to check out CDI's grayscale tutorial in Downloads->Our programs->TI programming tools sections. It may help a bit  
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline MSR5

  • LV3 Member (Next: 100)
  • ***
  • Posts: 56
  • Rating: +0/-1
    • View Profile
The resistance
« Reply #20 on: December 03, 2007, 01:27:00 pm »
thanks for the tutorial
i'am of to several hours of undisturbed programing time
Shinism shall dominate modern day society.  With your support the Shinist revolution can happen.  PM me for information.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
The resistance
« Reply #21 on: December 03, 2007, 03:46:00 pm »
QuoteBegin-MSR5+2 Dec, 2007, 13:49-->
QUOTE (MSR5 @ 2 Dec, 2007, 13:49)
i'll try to get out a demo of the game by the end of the month, but no guarantee  

 Please do!  I'm looking forward to this!  :Dbiggrin.gif

(Not to put any pressure on you..take your time if you need it)