Rigel

Show off your games, demos and other (playable) creations.
User avatar
verilog
Citizen
Posts: 97
Joined: Thu Nov 03, 2011 3:15 am
Contact:

Re: Rigel

Post by verilog »

Hey pacman!
pacman wrote:Thank you for explanation :) It makes me wonder about two problems.
1. How a map is created/stored? Did you make map editor where you can draw these lines and mess with them?
Spot on. The collision maps are stored as tables. The complete level is split into small chunks that are loaded as the player traverses the map. These tables only contain the sector information (2D line coordinates and sector “properties”) I mentioned before. For the time being, I have a very rough level editor that aids me in creating these collision maps.
2. How do you apply texture/graphic to polygons?
The collision maps are created totally independent from graphics. That was my main motivation behind this “path system”. There are no tiles, just a table describing the collision map and an image layer applied "in top of" the collision map. The image is also created in smaller chunks and “stitched” together in-game, as the player moves around the map. So far is working good; however, it has advantages and disadvantages.
User avatar
pacman
Citizen
Posts: 81
Joined: Thu Mar 14, 2013 4:10 pm

Re: Rigel

Post by pacman »

Thank you for very satisfying answers :)
Good luck with gamemaking hell :crazy:
User avatar
verilog
Citizen
Posts: 97
Joined: Thu Nov 03, 2011 3:15 am
Contact:

Re: Rigel

Post by verilog »

Any time! Thank you for the interest :)
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Rigel

Post by Ranguna259 »

This actualy looks really cool, keep it up :)
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
Post Reply

Who is online

Users browsing this forum: Roland Chastain and 67 guests