Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Open World FPS without FPLE
#5
RPG Maker (especally XVA) can handle dynamic realtime resizing and tinting of arbitrary sprites. If the goal is to make a 3D world, one might be better off using Unity or similar (though an RPG engine would need to be tacked on). If the goal is to simulate those old first person dungeon games, then this is a fine solution.

Here is a basic algorithm for that would implement this behavior overtop of the mapping system that already exists.
1. get the tileid of X number of tiles out from the player, only getting the ones in a V-shape out from the player sprite's point of view.
2. map the tileid to an image.
3. draw the image at a scale and position based on the tile's position relative to the player.
4. repeat whenever the player moves.
Reply }


Messages In This Thread
Open World FPS without FPLE - by JayRay - 03-26-2014, 04:26 AM
RE: Open World FPS without FPLE - by JayRay - 03-29-2014, 07:18 AM
RE: Open World FPS without FPLE - by MetalRenard - 03-29-2014, 12:45 PM
RE: Open World FPS without FPLE - by MechanicalPen - 03-29-2014, 05:08 PM
RE: Open World FPS without FPLE - by DerVVulfman - 03-29-2014, 10:49 PM
RE: Open World FPS without FPLE - by JayRay - 01-15-2015, 11:14 PM
RE: Open World FPS without FPLE - by JayRay - 01-16-2015, 11:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   HEY HEY JAY RAY #1: World Maps JayRay 4 7,750 01-26-2015, 11:21 PM
Last Post: Taylor
   World Maps bacon 18 23,874 01-07-2015, 04:57 AM
Last Post: JayRay
   FPLE is awesome! (Old attempt at 1st person perspective) PK8 1 6,043 07-07-2010, 09:18 AM
Last Post: MGC



Users browsing this thread: