Monsters Beta. :)

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

err the maximum.... I keep my ram clear.
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Looks like mabey I used too many gotos. :P Will fix this in next version also try doing a garbage collect. Go to the catalog and then to the g section should be there. :)
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

ok.... (ti84SE) should have more ram anyways.
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

True I guess I over did on the gotos will fix soon. :P
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

ok good. is there any code that can be optimised so that the guy moves faster because he moves pretty slow...
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

I am not good at optimizing so yes there is lots of optimizing to do. :P But the maps should run fast if you do a garbage collect!! :D
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

You want me to go through and optimize what I can?
Shaun
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

No not really but I will post stuff here to see if you can modify it dont go through the code though. :P Dont want you to see some of my secrets. :wink:

LOL like I have any secrets. :roll:
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Your programs arn't locked...
Shaun
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Yep I know no need to the game is gona be open source!! :) So I dont really care if you steal the code as long as you give me credit. :D

Anyways could someone optimize this...

ÃÂÂ
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Some really simple stuff first:
If áMAP(1)=5:Then
If 5=áMAP(1:Then

If [A]((Y/8)+T,(X/8)+S+1)=58:Then
If 58=[A]((Y/8)+T,(X/8)+S+1
Then


Just stuff like that saces a little

If Y=0 and T=0
If Y=0 and not(T

If [A]((Y/8)+T+2,(X/8)+S+1)=0 or [A]((Y/8)+T+2,(X/8)+S+1)=26 or [A]((Y/8)+T+2,(X/8)+S+1)=10:Y+8üY
Y+*([A]((Y/8)+T+2,(X/8)+S+1)=0 or [A]((Y/8)+T+2,(X/8)+S+1)=26 or [A]((Y/8)+T+2,(X/8)+S+1)=10üY

Because of how often these kinds of statements come up, that should save quite a bit, and instead of lables, it mgiht be a good idea to use many subprograms (like Kevin does)...
Shaun
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Not a good Idea to use sub programs. :no: Inless its for a battle system or for the menu if you use flash gordan than it will go slower and slower each time you use it. :P

Whats with all the emoticons??? thanks for the new code I will try to add it today!! :)
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Oops... if you have

Code: Select all

8)
Without the code command, you get a 8)
Shaun
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

LOL You could do it this way.... :D

Code: Select all

If áMAP(1)=5:Then
If 5=áMAP(1:Then

If [A]((Y/8)+T,(X/8)+S+1)=58:Then
If 58=[A]((Y/8)+T,(X/8)+S+1
Then

If Y=0 and T=0
If Y=0 and not(T

If [A]((Y/8)+T+2,(X/8)+S+1)=0 or [A]((Y/8)+T+2,(X/8)+S+1)=26 or [A]((Y/8)+T+2,(X/8)+S+1)=10:Y+8üY
Y+*([A]((Y/8)+T+2,(X/8)+S+1)=0 or [A]((Y/8)+T+2,(X/8)+S+1)=26 or [A]((Y/8)+T+2,(X/8)+S+1)=10üY 
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Yeah, oh well...
Shaun
Post Reply