![]() |
Pages (4): « 1 2 [3] 4 » Show all 76 posts from this thread on one page |
VWBB (https://volitionwatch.game-warden.com/vwbb/index.php)
- The Babylon Project (https://volitionwatch.game-warden.com/vwbb/forumdisplay.php?forumid=16)
-- With the FreeSpace source code release would there be a total conversion to Babylon 5 (https://volitionwatch.game-warden.com/vwbb/showthread.php?threadid=6082)
Considering, at heart, all space-sims are physics engines with everything else wrapped around it, changing FS2 from arcade to newtonian would be ludicrous ... I'd much prefer they work on gameplay, mission design, stuff like that. Blinking lights'll be cool and all, but first and foremost TBP seems to be about quality gameplay; and I want them to keep doing that. 
__________________
[url="http://www.dopefish.com"]swim...swim...hungry...[/url]
just stick a reverst thrust button somewhere and voila 
and the adons will come later after the releeses like jump points will come after releese 2 and change the other points 
__________________
[URL=http://www.hot.ee/ashrak]Ashrak and Miburos Render Lair[/URL]
WEBSITE NOW UP AND RUNNING!!!!!
just stick a reverst thrust button somewhere and voila 
and the adons will come later after the releeses like jump points will come after releese 2 and change the other points 
__________________
A man with no sig and chek my homepage for mission pack :)
I am currently familiarising myself with the code as much as possible, if it took Volition over a year to develop i am not gonna learn how they made it in a day or even a week, reading and digesting all the code takes time, the only modificiations that i have done so far are reletivly easy requiring very little knowlege of the existing source. For now at least that has been ok, but now to start working on the proper lighting effects that i want to do is going to take much more time.
__________________
None of my software ever has bugs...... it just develops random features!
Programmer for babylon Project
[url=http://www.themodplace.co.uk]The Mod Place[/url]
[url=http://unreal.themodplace.co.uk]Unreal Place[/url]
Also, considering the FS2 engine is based on the FS1 engine, their programmers had a lot more familiarity with it than just the FS2 dev cycle...
__________________
[url="http://www.dopefish.com"]swim...swim...hungry...[/url]
quote:
Originally posted by FSF Ashrak
just stick a reverst thrust button somewhere and voila
__________________
[url="http://www.dopefish.com"]swim...swim...hungry...[/url]
quote:
Originally posted by FSF Ashrak
just stick a reverst thrust button somewhere and voila
__________________
[url="http://www.dopefish.com"]swim...swim...hungry...[/url]
B5 stunts nearly a reality?
Hi, I've just finnished playing with the new source code and have managed to get my ship flying backwards, sideways and up and down! If anyone (especialy the guys doing the B5 project) want to use my code just email me. I had to play with the ships tables aswell. If you can edit the ships tables and want want to try it then all u have to do is fill in the missing numbers:
[eg for the myrmidon]
$Max Velocity: 50.0, 50.0, 75.0
$Rear Velocity: 75.0
$Slide accel: 2.4
$Slide decel: 2.0
then in game use "a" and "z" to go forwards and backwards, "num_1" and "num_3" for strafing and "num_+" and "num_enter" for up and downs.
My code lets you bind these and when u r flying backwards shows u ure speed.
Newtonian physics is still damn near imposible, unless u have enought time to rewrite half of freespace but we can now get full control of our ships, much like descent (no supprise it was so easy to do eh?) so with the right gameplay balencing we can do straifing runs and spinning on a dime tricks!
B5 stunts nearly a reality?
Hi, I've just finnished playing with the new source code and have managed to get my ship flying backwards, sideways and up and down! If anyone (especialy the guys doing the B5 project) want to use my code just email me. I had to play with the ships tables aswell. If you can edit the ships tables and want want to try it then all u have to do is fill in the missing numbers:
[eg for the myrmidon]
$Max Velocity: 50.0, 50.0, 75.0
$Rear Velocity: 75.0
$Slide accel: 2.4
$Slide decel: 2.0
then in game use "a" and "z" to go forwards and backwards, "num_1" and "num_3" for strafing and "num_+" and "num_enter" for up and downs.
My code lets you bind these and when u r flying backwards shows u ure speed.
Newtonian physics is still damn near imposible, unless u have enought time to rewrite half of freespace but we can now get full control of our ships, much like descent (no supprise it was so easy to do eh?) so with the right gameplay balencing we can do straifing runs and spinning on a dime tricks!
One of the more doable of Newton's Laws is the law of conservation of momentum (there are several different laws). Basically, in the game you could implement if something collides with something else then the momenta are calculated and resulting velocities become more realistic. A fighter crashing into a capital ship will have little effect on the capital ship but a lot of effect on the fighter whereas two fighters colliding can do many things depending on the angles of impact.
__________________
When the final reckoning comes only the damned will be there to see it.
One of the more doable of Newton's Laws is the law of conservation of momentum (there are several different laws). Basically, in the game you could implement if something collides with something else then the momenta are calculated and resulting velocities become more realistic. A fighter crashing into a capital ship will have little effect on the capital ship but a lot of effect on the fighter whereas two fighters colliding can do many things depending on the angles of impact.
__________________
When the final reckoning comes only the damned will be there to see it.
Gotta improve collision detection for that.
__________________
Please don't hold our president against us-it's not like we voted for him.
With collisions, I'm not sure how exactly you'd do it, but it would be nice to see accidental kamikazes rather than just scripted ones. I think that normally if two capital ships hit each other, they might just go through each other and do no damage. To actually have them damage each other, you need to script a ship to actually be a kamikaze, and then it devotes itself to ramming, right? I was just thinking it'd be nice to have something like that great scene in Empire Strikes Back, with the 3 ISDs pursuing the Falcon over Hoth.
With collisions, I'm not sure how exactly you'd do it, but it would be nice to see accidental kamikazes rather than just scripted ones. I think that normally if two capital ships hit each other, they might just go through each other and do no damage. To actually have them damage each other, you need to script a ship to actually be a kamikaze, and then it devotes itself to ramming, right? I was just thinking it'd be nice to have something like that great scene in Empire Strikes Back, with the 3 ISDs pursuing the Falcon over Hoth.
BTW. More damage from collisions would be cool...
__________________
"I'm not saying anything. I didn't say anything then, and I'm not saying anything now." -Dukath
FREDer for [url=http://www.hot.ee/honorofomega/index.htm]Honour of Omega[/url]
Creator of Movements in the Mist campaign
Oh ****! Those idiots did it.
Colision damage
Yeah, the damage model for collision sucks! I managed to fly a corvette before the code came out and I just bounced off anything I hit, small fighter or big ship
What I'm trying do do next is change the colision code to let me run my corvette tru another large ship, like on B5 and that Dreadnaught. Problem is how to do it. I'm not to hot on all this vector stuff yet but i have a few ideas.
I'm also looking for a few suggestions of things in the code to change, any ideas?
Colision damage
Yeah, the damage model for collision sucks! I managed to fly a corvette before the code came out and I just bounced off anything I hit, small fighter or big ship
What I'm trying do do next is change the colision code to let me run my corvette tru another large ship, like on B5 and that Dreadnaught. Problem is how to do it. I'm not to hot on all this vector stuff yet but i have a few ideas.
I'm also looking for a few suggestions of things in the code to change, any ideas?
I think the most important change to the code would be a change that allows further changes to be seamlessly integrated into FS2, turned on and off, etc, without crippling FS2 or requiring a differently compiled version of the game.
__________________
Forgive my stupidity.
---
The Fish Institution
http://www.fishinstitution.com
If you want full-newtonian. you have I've Found Her!, wich is freeware, and its demo will be released this summer (watch the new trailer at their site).
There's no purpose in having two games based on B5 universe that play nearly the same. I'd prefer the Descent approach: freedom of movement (720 degrees) but with "air resistance".
The TBP FAQ promises a small "slide" for the ships so that they feel different from FS2 ones, but I think that right now that's barely noticeable. Increasing slide and allowing for 6 thrusters on the Starfuries (one on each face of the "cube") would be good.
My 2 cents (Euro currency): we have IFH to be a "simulator", and TBP to be "arcade-simulation". No colission of interests ;-)
If you want full-newtonian. you have I've Found Her!, wich is freeware, and its demo will be released this summer (watch the new trailer at their site).
There's no purpose in having two games based on B5 universe that play nearly the same. I'd prefer the Descent approach: freedom of movement (720 degrees) but with "air resistance".
The TBP FAQ promises a small "slide" for the ships so that they feel different from FS2 ones, but I think that right now that's barely noticeable. Increasing slide and allowing for 6 thrusters on the Starfuries (one on each face of the "cube") would be good.
My 2 cents (Euro currency): we have IFH to be a "simulator", and TBP to be "arcade-simulation". No colission of interests ;-)
| All times are EST. The time now is 06:46 PM. | Pages (4): « 1 2 [3] 4 » Show all 76 posts from this thread on one page |
Powered by: vBulletin Version 2.2.6
Copyright © Jelsoft Enterprises Limited 2000, 2001.