| 21 Nov 2011 09:38:52 am by Aes_Sedia5 |
[Arcade Game contest Entry] PacMan by Aes_Sedia5 |
Quote |
| As of right now Pacman is my planned game. This may change but it probably won't. Pacman will not only amaze my mother (Silly reason I know) but it is also a chance for me to practice new found knowledge. If I finish Pacman in time I will probably make another game, or at least start one, but as of now this game is totally undecided... |
| 21 Nov 2011 09:44:50 am by KermMartian |
|
Quote |
| What language will you be writing Pacman in, and for what calculator? |
| 21 Nov 2011 07:41:23 pm by Aes_Sedia5 |
|
Quote |
I am writing it for the Ti 83+-TI 84+(se) series. I am using Extended basic. Mostly using the DCS libs. There may be one ASM program in there just to change the homerun state.
I actually have a problem.... The Real(2 command for tilemapping is having issues.
(as I cannot use my code I will post a similiar block of code)
For reference of others. Here is the site of the Tilemapping commance
| Code: |
Real(2,0,1,1,1,1,0,1,0,1,1,3
//Also tried
Real(2,0,0,0,8,8,0,10,0,6,1,3
//I also tried adding an 8 and a 1 at the end of both for tile size and LCD update. I always get ERR:ARGUMENT..
|
|
| 21 Nov 2011 08:44:58 pm by KermMartian |
|
Quote |
Are you sure that the hybrid BASIC ParserHook from Doors CS is running? An argument error often implies that the hook isn't actually running. You can check by seeing what det([[42]]) returns. If it's 0, then Celtic III is installed. If it's 1337, then Doors CS has properly-installed hooks. If it's 42, then no extra hooks are running. This information is also described here:
http://dcs.cemetech.net/index.php?title=DCSB_Libs |
| 21 Nov 2011 08:47:42 pm by Aes_Sedia5 |
|
Quote |
| I tried that. I get 42 as an answer. I tried re enabling the DCS hook. And still nothing. Is it possible it is not supported on the Ti NSpire? |
| 21 Nov 2011 08:56:16 pm by KermMartian |
|
Quote |
| Aes_Sedia5 wrote: |
| I tried that. I get 42 as an answer. I tried re enabling the DCS hook. And still nothing. Is it possible it is not supported on the Ti NSpire? |
Make sure that you're running it from a program; it won't do anything from the homescreen. I'm also seeing if I can get another Nspire user to check. |
| 21 Nov 2011 08:58:22 pm by qazz42 |
|
Quote |
| that is strange, aes, because I got DCS libs to work perfectly fine on my Nspire... for TI-Mail, it was required... what OS do you have? |