Jump to content

Duion

Members
  • Posts

    1716
  • Joined

  • Last visited

Posts posted by Duion

  1. The advantage of modules is that level designers without modeling skills can produce levels also and they can be reused and build big levels fast.

    Less models often save performance, but it is always a tradeoff on what you want.


    If you want to make a simulator with huge outdoor areas you have to make each house as one mesh, but when you do just a simple indoor level, it does not really matter, since you have a high budget left.


    But when you have a big outdoor scene with many modules, you may as well use zones, but I never really tried them.

  2. The good side of using small tiles is, if you have level designers without access or skill to use a modeling program or want the players to be able to modify things ingame, in that case small modules come in handy.

    For example I made my first level DesertRuins with modular pieces, so people can modify it, but in the end I realized it did not save me time, since in that time I could have also modeled everything individually in one piece in blender, maybe it would even have been faster to make all in the modeling app.

  3. Has anyone yet compiled and run Torque on Linux 64 Bit yet?

    If so, can I get a short guide how to do it? I could not find out how to set it up on this cmake thing. Does the machine where I compile on need to have a 64 Bit Linux installed?

  4. Yes I already made a bunch of searches and there is a bunch of locations where they get saved and loaded and it is not that it is set different elsewhere, since the set number gets displayed on the server list, it just gets ignored sometimes.


    I made a few more tests and I could save the server from overpopulating most of the time, by creating a buffer zone, by reducing the maxplayers a bit more, so it is not that bad if a few more join than planned.

  5. I think I have a problem with my game, it seems like the the MaxPlayer limit which is set in scripts/server/prefs.cs as $Pref::Server::MaxPlayers does not work, this means unlimited amount of players can join servers, even if set to 1 or 0 you can still join the server.


    Maybe it has to do with a change I did where I put the prefs into the users home directory, you can view it here: https://github.com/Duion/Uebergame/commit/aaf79d7d772f48e9fbc48db3fe018061b17b6ac6


    Update: I made a test where I hosted a server with 1 player max, so nobody should be able to join, the first few people got blocked from joining, but after a while some people were able to join the server anyways, so I wonder where this comes from.

    If someone wants he can install my game and try it out.

  6. Some features look promising, especially the drag and drop function would be cool, but I'm really losing the overview of all those features.

    Do you keep notes on what you changed and how it's intended to work? I don't expect a full detailed documentation, but you have to consider, that others may find it hard to get used to new features, new layouts and changes, so a basic guide would help a lot.

×
×
  • Create New...