Author Topic: Hey Particle [Official Oldworld 2 Thread]  (Read 5816 times)

0 Members and 1 Guest are viewing this topic.

Dyre

  • Gnoll Fighter
  • **
  • Posts: 83
  • Reputation: +3/-1
Re: Hey Particle [Official Oldworld 2 Thread]
« Reply #15 on: February 23, 2009 12:43 pm CST »
Unfortunatly, torque's terrain system is basically a height map, as in it can only go up and down and would take significant changes.

I'm aware of that.  Wurm actually works the same way.  I doubted that the terrain would be able to be changed in real time online in Torque though.  I'm sure that adding in the feature would be possible, but the effort involved may not be worth it.

Quote
item count is unlimited (seeing as how I had to code my own inventory system he he) and theres no dts limit either, but obviously too much will take resources.

The cave system would be functionally different from digging in the terrain, however.  The openings to the caves would already exist, but the players would actually have to dig the mines out themself.  They don't actually start the mine by digging a hole in the ground, the hole is already there, they start minging into the rock instead.  As long as mining out a block takes long enough, and cave ins become an issue dependent on time, or server load, or however you want to code it, the mining system should be funtional.  Players should have to work together to mine deep caverns, and the threat of a cave in should always be present.  Of course, testing could be done to determine how much the server could handle.

Quote
Once I can spare enough income I will upgrade to torque advance which has huge terrain, similiar to what world of warcraft has, and will be able to make huge maps.

Awesome.  I'm curious at the prospect of actual forests and the like.

Quote
I am planning on having a house building system and eventually towns (I will have an auto update feature so people can get updates anytime)

Also awesome.  I really like the idea of a persistant world, and being able to build your own towns definitely caters to that idea.  It's also one of the reasons why I was hoping that the players would be able to change the terrain during the game, so that they could flatten out a spot on the side of a mountain to build a house or something.
My job is done here!

*woosh*

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,437
  • Reputation: +14/-6
Re: Hey Particle [Official Oldworld 2 Thread]
« Reply #16 on: February 24, 2009 12:10 am CST »
I had an interesting thought today when I thought of Wurm (Funny. This was totally independent of your discussion about Wurm, too).

In Wurm, players have the ability to construct simple buildings with walls and such after they have collected the correct materials. Given that this is supposed to be an interactive RPG, why not include a similar system in T2RPG? This may actually be more work than what it's worth, but players would have the ability to construct their own structures as they see fit. I know this can also be done due simply to the existence of the popular construction mod. The actually coding for it, though...that's another matter.

Dyre

  • Gnoll Fighter
  • **
  • Posts: 83
  • Reputation: +3/-1
Re: Hey Particle [Official Oldworld 2 Thread]
« Reply #17 on: February 24, 2009 12:28 am CST »
I had thought of the same thing.  It would be dependent on how well servers could deal with large item loads.  A way to improve the server load would be to combine common pieces, such as a wall and the floor, or two walls and a floor forming a corner.  Depending on how complex a single player decides to get, one could easily be responsible for 100 or more objects on a server.  If a server can handle a few hundred thousand objects, this might not be much of an issue with some clever coding (closing doors to player houses and removing all objects inside as long as the door is closed, or maybe even despawning objects that players aren't close to).

My job is done here!

*woosh*

mega

  • Goblin Pup
  • *
  • Posts: 6
  • Reputation: +0/-0
Re: Hey Particle [Official Oldworld 2 Thread]
« Reply #18 on: March 15, 2009 02:04 pm CDT »
Interesting.