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 - Munchor

Pages: 1 ... 304 305 [306] 307 308 ... 424
4576
Axe / Re: Appvariables for Highscores
« on: December 19, 2010, 06:49:43 am »
Je parle français aussi, pas de problème, mais dans ce forum nous devons parler anglais, parce que il ya des forums pour le français dans Omnimaga.

Anyways, I was given this code, looks really code:

Quote from: ScoutDavid
Quote from: shmibs
here is a good was to deal with highscore appvars:

place this at the beginning of your program:
Code: [Select]
:"appvNAME"→Str1
:GetCalc(Str1)→θ
:!If θ
:UnarchiveStr1
:GetCalc(Str1)→θEnd
:!If θ
:GetCalc(Str1,[desired size])→θEND

this first checks to see if appvNAME exists in RAM. if not, it attempts to unarchive appvNAME. if it is not found in the archive, the appv is created and made [desired size] bytes long. the pointer to the beginning of appvNAME is stored in theta, so accessing/storing is as easy as {θ+[n]} or S→{θ+[n]}

at the end of your program simply add
:Archive Str1
for safe-keeping

I gotta try that too!! Oh my god, it looks good, thank you!

At cemetech, i'll try it right away!

4577
That's really bad, I couldn't possibly imagine such ads here in Ominaga :(

4578
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 18, 2010, 05:44:29 pm »
Here is a list of the programs that worked and did not work:

Worked:

Ndless Demo
NESpire
Block Dude
Trapped
Chip's Challenge
Calc84's Console

Crash:

gbc4nspire
mViewer
ndshell

Also, I have had some odd things happen after running an Ndless program while using the touchpad.  First, once the arrow keys stopped working after running a program, and second, it froze on the home screen once.  Both of these issues were fixed with a reboot.  I have not had any of these problems while using the clickpad.

This is really good!!! I am now installing OS 2.1, so that I can install ndless right after :D

4579
Axe / Re: r'ed stuff
« on: December 18, 2010, 05:40:18 pm »
I type normal r, since I can't do the upper r in the calculator :S

They are two totally different tokens, so you have to use r. It's under 2nd+[ANGLE] > 3, as nemo said.

That explains it all :)

4580
Axe / Re: r'ed stuff
« on: December 18, 2010, 05:37:40 pm »
I type normal r, since I can't do the upper r in the calculator :S

4581
Miscellaneous / Re: So who's gonna be around during holidays?
« on: December 18, 2010, 02:29:35 pm »
Ah ok well I'M glad there will at least still be some people around. I was worried I would be all alone around here D:. Lots of people were saying things such as "I'm trying to get a demo/release ready before break because I won,t be able to release anything in public afterward", which implied they would be gone for all break long.

Xeda :'( Don't make me remember of him :'(

4582
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: December 18, 2010, 02:14:35 pm »
The first unstable development version is now available for developers! http://ourl.ca/8160/148895
It currently only supports OS 2.0.1 non-CAS.

Compatibility with Touchpad models has not yet been tested, I would be interested by any feedback. If it works, programs run on a Touchpad will use the Clickpad key layout and will be difficult to use.

I have a touchpad right next to me, want me to test it?

4583
TI-BASIC / Re: Using asm( inside a program?
« on: December 18, 2010, 02:08:57 pm »
Code: [Select]
If the assembly program isn't that large you can even have it all in the same program:

[code]:Input "PRGM?",Str1
:If Str1="ASM3"
:Then
:AsmPrgm
:HEX CODE
:End
[/code]

:D

You can't do that. Programs are either ASM or BASIC, not a combination. Running that program would give you a syntax error at the AsmPrgm, since it's not actually a command.

Really? had no idea. Sorry, then :S

4584
Axe / Re: Full Normal Slow?
« on: December 18, 2010, 01:51:52 pm »
The processor can only run at 6MHz or 15MHz (with 15MHz not being available on the 83PBE). There is no "Slow" speed mode available.

It is impossible to make one? How bad... It is rarely useful, but still useful :)

4585
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:37:48 pm »
I may also check the code of other Axe games :)

4586
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:24:39 pm »
I don't see why, you just have do do {H} and {H+1}

check if that's not an other part of your game who fails.

It isn't, actually, I am letting 2 bytes in my code and it works fine, it will not be like that in the final version, though :/

4587
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:21:41 pm »
ah... much people will get same score  ;D

so do
Code: [Select]
0->{H}r
instead of the loop

They won't. My problem is that it does not correctly read the appvar!! That's my problem :(


4588
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:18:15 pm »
we cannot get a score better than 255?  :P

You can but you need to play for about 4 hours and I don't want to even make it possible

4589
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:15:55 pm »
yes because your code created a 8 bytes appvar when you need only 4 bytes. After that i did nothing.

You also made it 2 bytes for each highscore and I only want 1 :S

4590
Axe / Re: Appvariables for Highscores
« on: December 18, 2010, 01:13:47 pm »
really? i only changed the code of the picture to make it more optimized, nothing else. Check if you made an error...

You did change the loop and made parentheses optimizations, I think :S

Pages: 1 ... 304 305 [306] 307 308 ... 424