Plan for Nate Hardt
by Nate Hardt · 10/13/2005 (8:43 pm) · 6 comments
I think some beginners may benefit from starting on a reduced down version of the torque engine, and some development may be easier to prototype when you feel you are working more directly with your objects, and some stand alone games/apps may benefit from being non-networked, for speed and simplicity reasons. Based on those things my plan is to find a way to release or help a single player engine to the torque community.
Update 10-13-2005: Currently the starter.fps has been re-implemented with the non-networked engine. The largest outstanding issue is that the players seem to be running really fast or that the animation is running really fast.
Update 10-13-2005: Currently the starter.fps has been re-implemented with the non-networked engine. The largest outstanding issue is that the players seem to be running really fast or that the animation is running really fast.
#2
The way torque works is with a client/server relationship whether it is a single player game or not. It will take lots of work and is a HUGE undertaking to rip out that client/server relationship that the engine uses to replace it with just a client side.
I guess I'm just not understanding what it is you want to accomplish.
10/13/2005 (9:02 pm)
What about tutorial.base? That is a great stripped down version of torque with some base script.The way torque works is with a client/server relationship whether it is a single player game or not. It will take lots of work and is a HUGE undertaking to rip out that client/server relationship that the engine uses to replace it with just a client side.
I guess I'm just not understanding what it is you want to accomplish.
#3
There are already resources that help you get fresh start. Besides the examples like FPS etc.
10/13/2005 (9:20 pm)
Just make sure you check with GG management before you release that. I don't think you need to "strip" anything.There are already resources that help you get fresh start. Besides the examples like FPS etc.
#4
10/13/2005 (9:55 pm)
Sounds like a good idea. Good luck!
#5
@ Robert : I guess what prompted me to take on this project was a post I first read a long time ago about a lady who was doing a physics simulation in torque and pointed out that for non-networked apps, the engine might really benefit from not calculating everything for every object twice. I understand that the client/server code is heavily integrated into the project, believe me. It was a pretty large undertaking and I had to come at it a lot of different ways. I started by creating a program to take out all of the obvious stuff, but after that it's just been a lot of debugging. It went surprisingly well.
@ Randy : I am working on trying to find a way to release the source code to registered members but not to the general public. Obviously the changes are spread throught out the whole engine so releasing the relevant code changes give away the whole engine.
Thanks Chris!
10/14/2005 (1:06 am)
@Jason : By stand alone I mean non-networked.@ Robert : I guess what prompted me to take on this project was a post I first read a long time ago about a lady who was doing a physics simulation in torque and pointed out that for non-networked apps, the engine might really benefit from not calculating everything for every object twice. I understand that the client/server code is heavily integrated into the project, believe me. It was a pretty large undertaking and I had to come at it a lot of different ways. I started by creating a program to take out all of the obvious stuff, but after that it's just been a lot of debugging. It went surprisingly well.
@ Randy : I am working on trying to find a way to release the source code to registered members but not to the general public. Obviously the changes are spread throught out the whole engine so releasing the relevant code changes give away the whole engine.
Thanks Chris!
#6
Sounds like you got a pretty good grasp on your project...That software sounds interesting. Good luck to you and keep us updated!!
10/14/2005 (1:29 am)
@nate...Sounds like you got a pretty good grasp on your project...That software sounds interesting. Good luck to you and keep us updated!!
Torque Owner Jason Swearingen