Results 1 to 10 of 188

Thread: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11

    Re: I bring thee not simple rearrangements, but a whole new world of possibilities,,,

    Quote Originally Posted by ThePlague View Post
    If you were to release this, how hard would it be to make maps and whatnot for it?
    Easier than Halo. You just model whatever you want. Export a collision and a visual mesh as .obj or .tbj then import them and place them in the bsp. You can either just import the entire map as one mesh or make the map out of lots of small meshes. Lighting is dynamic cascading shadow mapping so no 50 hour radiosity.

    Also, collision is per poly so you dont have to seal shit and fix open edges.
    There are by far better alternative to Java, its a dated language and nowadays causes more harm than good.

    What you have got so far, is pretty nice so I will give you credit. I just feel you shouldnt be limited by the tools you use, and Java will limit you.</em>
    What languages?

    And honestly java has not limited me at all so far. All the performance issues I've had have been due to my code being unoptimized.
    Everything in the engine is implemented except particle systems, and ai. I don't plan on writing AI for the time being and particle systems won't be too difficult. Hell I'm still running the entire engine on one thread (aside from networking which is threaded for obvious reasons). I'm going to move a lot of physics on to a separate thread later for even more delicious optimization.
    Last edited by Not Inferno; April 24th, 2013 at 03:34 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •