Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

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.

Show posts Menu

Messages - Omegaxis213

#1
Ok thanks.
#2
Is there a limit to how big the appvar size is?
#3
Yes I am using Axe, but the problem that I ned help with is that if there are 2 "chunks" right next to each other how would you use the coordinates of the player to access both of the chunks if he is standing in between them because each list resets its number. Let's say if the person is standing in {L1+40} and that is the edge of the map,and you want to retrieve {L2+1} which is the other side of the map. How would i make some code that would check for the player and give the correct data to be displayed between 2 different list?
#4
So if I wanted to make a huge tilemap that was around 90*90 tiles (and the tiles are 8*8 pixels big), I would have to chop it up into multiple pieces because it can't all fit into one list. I know I can create 9 appvar and constantly update the list with the correct map tiles, but how would i figure out if a player is on the edge of a appvar (when the appvar touch each other) and when to use at least two different appvar with only a chunk/line of code that i can use no matter how big the tilemap is?
#5
I noticed that the world's Hardest Game was repeated twice in the list.
#6
Hello, Some of you might know me from Omnimaga, and I am currently working on a game.
Powered by EzPortal