Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dinhotheone

Pages: 1 ... 3 4 [5] 6 7 ... 28
61
Art / more random art!
« on: December 31, 2007, 12:17:00 pm »
why do you need funds for an animation?  

62
idk what the situacion is, but portfoward.com says you need a static IP to setup prot fowarding. they may be trying to help noobs who cant do it themselves by giving you a stitic ip off the bat. thats the only legitamate reason i can see for them giving you a static ip...but then again, ive never heard of this before.

63
TI Z80 / ninja warrior
« on: December 31, 2007, 11:58:00 am »
now that the code is layed out do you understand it all? i can see it easier but then ive been working on it for a long time so i already knew the gist of the code. is the layout + comments on calc making it easier/seeable or do i need to be more indepth with my comments?

64
TI Z80 / ninja warrior
« on: December 31, 2007, 11:42:00 am »
QuoteBegin-Radical Pi+31 Dec, 2007, 17:36-->
QUOTE (Radical Pi @ 31 Dec, 2007, 17:36)
= operations, and all other 'tests' for that matter, always produce a binary result.

i probably did something dumb like E=3 + E->E (supposed to mean (E=3)+E->E) at one point, misinterpreted the result, and then never questioned it...

like here: I+(I<0)+not(F)(sub(Str1,54abs(I)+N+P,1)=" ")(I≥0)-not(not(F→I

65
TI Z80 / ninja warrior
« on: December 31, 2007, 11:34:00 am »
QuoteBegin-Radical Pi+31 Dec, 2007, 17:24-->
QUOTE (Radical Pi @ 31 Dec, 2007, 17:24)
c1-->
CODE
ec1:(sub(Str1,54I-53+N+P,1)=" →D
:(sub(Str1,54I-55+N+P,1)=" →Ec2
ec2
I might be mistaken, but on these two lines you could remove the opening parenthesis. Why are they even there?

EDIT:c1
-->
CODE
ec1:P+(P≠38 and DN=12 and max(T={3,6,8→Pc2
ec2
Reordering FTL- of two bytes :Ptongue.gif

 yup, i was wrong. but i coulda sworn those parenthesis were necessary...i thought that to make an = opration into a binary value, you needed parenthesis. i tested it and it still works

66
TI Z80 / ninja warrior
« on: December 31, 2007, 11:20:00 am »
well heres a new update, file in first post. this group includes a commented version that runs slow as hell but is decently documented. i removed the syntax errors of the levels program as well. im gona post the engine code here to see if anyone can optimize. this version doesnt use f-vars. also, consider that a challenge, i really dont think anything will be found in the way of optimization, but then again... im very sure i could be wrong. edit: yup, wrong

c1-->
CODE
ec1:ClrHome
:0→P
:2→N:1→I
:24→T
:0→F
:Repeat PN=570 or I=8
:real(8)
:Ans→T
:F+(I≥0)6/(2-(sub(Str1,54abs(I)+N+P,1)="U"))(max(T={4,7,8}))not(F)(sub(Str1,54abs(I)+N+P,1)≠" →F
:If I≥1:Then
:sub(Str1,54I-53+N+P,1)=" →D
:sub(Str1,54I-55+N+P,1)=" →E
:Else
:1→D
:1→E
:End
:P+(P≠38 and DN=12 and max(T={3,6,8→P
:N-(max(T={2,5,7}) and EN>1)+(max(DT={3,6,8}) and ((P=38 and N<15) or N<12→N
:F(I≤1)+F(I>1)(sub(Str1,54abs(I)+N+P-108(I>1),1)=" →F
:I+(I<0)+not(F)(sub(Str1,54abs(I)+N+P,1)=" ")(I≥0)-not(not(F→I
:F-not(not(F→F
:Output(1,1,sub(Str1,1+P,16)+sub(Str1,55+P,16)+sub(Str1,109+P,16)+sub(Str1,163+P,16)+sub(Str1,217+P,16)+sub(Str1,271+P,16)+sub(Str1,325+P,16)+sub(Str1,379+P,16
:If 3.5≥abs(4.5-I:Then
:Output(I,N,"N
:End
:End
:Return
c2
ec2

variable explanantions: P-x value of screen in teh whole map
N- x value of ninja in the screen
I- y value of ninja in screen
F- momentum in the y direction. this variable changes when you jump. if tthis value is 3 then you will move up 3 spaces during the next 3 frames unless you hit something above you.
T-holds keypress

anybugs you notice or optimizations are appreciated. and being that this is a bare bones engine, xlib detection is not gona ever be in it. it will be in an overlying program that calls the engine later on. the code isnt that bad now that ive looked over it, the only thing is that this is probably the fourth version of the code. ive goten optimization ideas 3 times that ive applied to the entire program so some of the functions of code sequences may be a bit hard to understand but i think i explained it all in the commen program.

also if you want to compare source coder code to the calculator code:
P=PV
N=N
I=I%
T=PMT
F=FV

67
News / New Year release: MCOG RPG v2.00
« on: December 31, 2007, 09:38:00 am »
awesome, i cant wait to play this, 68mb isnt that big :)smile.gif, downloading...

68
Miscellaneous / Happy... New Year 2008!
« on: December 31, 2007, 09:07:00 am »
its 3pm over here lol

69
TI Z80 / ninja warrior
« on: December 30, 2007, 08:53:00 pm »
do you have xlib enabled? it will go right and jump if not due to key detection stuff. it works perfect on my calc. my msg was a bit confusing but the version i have up now needs xlib. thats another thing i need to do, xlib detection...

70
TI Z80 / ninja warrior
« on: December 30, 2007, 06:15:00 pm »
well, i have been having an on again off again relationship with this game for about 2 years now. a while ago i found elfprince's 2d sidescroling engine and i basically overhauled it so that instead of emulating a 2d sidescolling engine, it actually is a 2d sidescrolling engine. basically his game stuck on 7th rank, you could move left and right regaurdless of what is on the level in your way and when you jumped it would move you up, then back down to the 7th rank. i took it and made it so that you can land on stuff, collision detection, actual jumping, ability to leave screen above, extra high jump for certain tiles... in short i made it usable for anyone wanting to make a game. im gona re release this in a bit as a fully fledged game but im gona release a "beta" now because if i dont im never gona let this progress. this beta includes the engine "sidescro", a level editor "lvled" a few levels "levels" and a blank level with which to start your level editing "newstr" these are all programs and i will explain each.

Sidescro
the basic engine uses a string for a level, your a little n that you move around jumping and stuff. left right and up are movement. (move left, right and jump) this program requires xlib so that you can jump horizontally. the controlls suck which is another thing that i will atempt to remedy in a future version. anyhelp in this area would be nice, all my efforts have been failures.

leveled, this is a basic level editor, make sure there is a level in str1 by running newstr or pulling a level out of levels. move around and press y= to chose why symbol to put in, i think 2nd is put in, and alpha erasses,

levels:
this is like a level pack, since this is where the levels are at run it and press0, . or - maybe 1 and 2 are also viable options. it will send the level to the string and give you a message saying you ahve succesffully created a syntax error due to my half-assing of this part or the beta.

newstr: run it and it clears str1..well it sets the dimension of str1 to the necessary length to put into leveled or the engine. engine wont work without correct amount of stuff in the string, well it may, but not well.

Other things. i feel bad that i asked for your help above, i really need it but i fear that i am sending you into an abyss of terribly complex code. i use finance vars as well as exceedingly long logic structures with no documentation. this may change later on. also this version does not have the ability to jump real high on certain tiles like i had said before. i think i have the version on sourcecoder over at cemetech but the fact that it doesnt handle finance vars with any level of success means that it may be a while before i can get that version ready for download. also, this is a group file, idk how that'll work for you 83ers but if you know it wont work and know how it will work for you guys, ill certainly do it.

any suggestions are welcome,  use the code if you want idk how your supsed to handle credit when i modified some elses thing but ill probably find out before it matters anyway.

also, this is not me putting everything neetly together to show to the world finnaly, this is me trying to force myself to man up and work on this. there should be progress and i apologize for the massive intro of text.

try it out, enjoy it. there are different ways to beat the levels, im planning on making that important in some way later on. good luck

newfile:

71
TI 68K / Tabula Rasa
« on: December 29, 2007, 09:15:00 pm »
i like mmorpg's just fine, there will probably be private servers in a little while if the game is that good, i may try one of those.

72
TI 68K / Tabula Rasa
« on: December 29, 2007, 08:40:00 am »
looks cool, not gona buy it though.

73
News / Merry Christmas and Wycattoty everyone!
« on: December 28, 2007, 06:27:00 pm »
QuoteBegin-grendel+24 Dec, 2007, 16:57-->
QUOTE (grendel @ 24 Dec, 2007, 16:57)
Indeed. Merry Christmas, Happy Hanukkah, Happy Kwanzaa, Happy Winter Solstice, Happy New Year, Gle
74
TI Z80 / Implicit: Graphic Engineer
« on: December 28, 2007, 11:30:00 am »
good work, ill defenitely keep this handy.

75
Computer Usage and Setup Help / help w/ comp building
« on: December 28, 2007, 11:28:00 am »
vista takes up more resources, it also changed everything to a more friendly aka harder for me to use style. it also is incompatible with alot or software. its buggy. have you used office 07? think of going from 06-07 is like Xp to vista. they changed everything and often not for the better.

Pages: 1 ... 3 4 [5] 6 7 ... 28