The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
October 13, 2024, 12:44:27 am
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  Aftermath
« previous next »
Pages: 1 ... 14 15 [16] 17 18 ... 26 Print
Author Topic: Aftermath  (Read 98945 times)
thetallman13
Zebranky food
*
Offline Offline

Gender: Male
Posts: 16


When you die, you come to ME!


View Profile
Re: Aftermath
« Reply #225 on: August 03, 2004, 11:21:43 pm »

Is it intentional that we cannot upgrade alien ships?
Logged

Revenge is a dish best served cold.
           -Old Klingon Proverb
thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #226 on: August 04, 2004, 01:35:09 am »

Finally got a chance to play for a good bit. Many things are so much better. I like the camera switching between ships, it's much smoother. The cargo pods are a great addition, (minus the bug of course). The icon based UI is a huge step in the right direction, though it still needs to be tweaked, (I also noticed you changed how the mouse responds, thank you!) Also the ships that warp in and attack you makes just mining a whole lot more interesting. As you mentioned, adding ships, weapons and devices is A LOT easier too. Bravo!

I ran across a bug that's probably simple enough to repair for .653. If you buy an upgrade to your engine, or even change it as far as I can tell, the bar (System space I assume) will go red. Even if I go back to the engine I had before, it remains red and I have to sell the ship before I am able to launch. I tried it with the weapons and it seems to work with them. Just not engines.
Along the same lines, there really needs to be an option to have nothing in a weapon, scanner or shield slot. I could almost fake it by creating a weapon, scanner and shield named Empty with all the stats zeroed out. It doesn't work with the weapon though because it still produces sounds, (Even if one isn't defined).I haven't tried it with the scanner and shield yet though I suspect similar problems will show up.  

Finally, some suggestions:
Put a credit display on the market screen. It's hard to tell what you can buy without one.
The credit display when you're in explore mode isn't needed as the game stands now. All it's doing is taking up screen real estate that could be used for something else.
I really like the spread option for weapons, but I'd like to be able to set NumberOfShots to greater than 6. (I'm thinking of the Kohr-Ah's F.R.I.E.D. weapon, I already have done the model)

Well that's probably enough from me,  heh.  Grin

-TSG


Edit: I guess it's not enough for me... I thought of one other thing. While I was playing this game, I noticed what's refered to as "screen tear". I've seen it in other games and the thing that always fixed it was setting Vsync on in the game. I have a suspicion that it's not an easy thing to add for you, but I thought you might like to know.
« Last Edit: August 04, 2004, 01:49:26 am by thatsteveguy » Logged
Madgap
Frungy champion
**
Offline Offline

Gender: Male
Posts: 88


We come in peace.


View Profile WWW
Re: Aftermath
« Reply #227 on: August 04, 2004, 03:23:43 am »

thetallman13:  That a side effect of my not having balanced all the systems yet.  If you want to make a manual adjustment look in the Systems directory for the .Hull file corresponding to the ship you want to upgrade.  Open that file in a text editor and increase the number after SystemSpace:

thatsteveguy:  Interesting problem...I'll look into it.  As for the tearing that's actually really easy to fix.  Usually people like to leave vsync off because it can give you a slight boost in framerate.  When I add an options screen I'll put in a vsync checkbox or something so you can turn it off.


EDIT: I've changed the code to allow for an unlimited number of shots (instead of 6 max).  I don't remember why I put that 6 max limitation in...hmm...

I also found the engine load problem...it's not in the code, it's a device definition file problem.  The two small ships use a special engine (the Micro engine).  But it is listed as Team: Ur-Quan so it isn't available for purchase.

In Capaign/Devices/MainDevices.dat change:

Begin Item
 Name: Micro
 Type: Drive
 .
 .
 .
 Team: Ur-Quan
End

to

Begin Item
 Name: Micro
 Type: Drive
 .
 .
 .
 Team: Federation
End



-Madgap
« Last Edit: August 04, 2004, 03:40:53 am by Madgap » Logged

thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #228 on: August 04, 2004, 04:14:01 am »

Quote

EDIT: I've changed the code to allow for an unlimited number of shots (instead of 6 max).  I don't remember why I put that 6 max limitation in...hmm...


Well an obvious reason would be performance. Even with just 6 while I was experimenting with mixing rapid fire, particles with high emission rate and the new Spread ability, I was able to bring framerates to a crawl. So maybe you just need to post a warning in readme.txt, "Be resposible, keep your projectile counts low." Wink Bah. You probably had a better reason. Thanks for the tweak, Kohr-Ah here I come. And also Pkunk. And improved BSS. Whee!

Quote

I also found the engine load problem...it's not in the code, it's a device definition file problem.  The two small ships use a special engine (the Micro engine).  But it is listed as Team: Ur-Quan so it isn't available for purchase.
...


Ah, that makes perfect sense. I couldn't tell that they were using a different drive because the UI doesn't give you the details on the devices currently loaded any given ship. Perhaps an idea to keep in mind in the future is a pop up for each icon when you hover the mouse over any given slot. The pop up could just be text giving the name and stats for each device.

-TSG
Logged
Madgap
Frungy champion
**
Offline Offline

Gender: Male
Posts: 88


We come in peace.


View Profile WWW
Re: Aftermath
« Reply #229 on: August 04, 2004, 06:09:43 am »

Nice, I didn't even think about FRIED.

Ok, guys, here's the plan:  we need to balance all of these systems out (price, mass, damage, health, etc...).  I need feedback from you guys in order to get the balance just right.  Here are some of my thoughts:

-  More enemies per encounter, but make them weaker.
-  Prices for systems remain fairly constant (low tech vs. high tech), but the strategic resource requirements go up.
-  Smaller ships are faster, but don't have the space for larger systems.
-  Limit player's fleet size to around 10-15 ships max.

Any weapon or system requests?  Any comments about the fun factor during combat?  What do you like most, and what do you like least?

EDIT: Oh, and I put the new executable up.

-Madgap
« Last Edit: August 04, 2004, 06:17:19 am by Madgap » Logged

thetallman13
Zebranky food
*
Offline Offline

Gender: Male
Posts: 16


When you die, you come to ME!


View Profile
Re: Aftermath
« Reply #230 on: August 04, 2004, 08:10:49 am »

Combat is awesome; I love the feel of being able to sit off in the distance and lob nukes at the enemy.

One thing in particular, maybe you could tone down the turning rate of the shofixti ship.  I seem to tap one of the turn keys and I go into a series of uncontrolled donuts.  Makes it impossible to mine.

Other than that, ship handling, fire, and damage is all handled well and is less fast-paced then in the last release.  I actually have time to get a shot off before my escorts get blown to dust.
Logged

Revenge is a dish best served cold.
           -Old Klingon Proverb
thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #231 on: August 05, 2004, 02:14:24 am »

My plan was to go through and balance the whole thing and then post it here.... I realized I bit off more than I could chew in a day though. The problem I ran into was there wasn't anyplace to start from. So here's what I came up with after some thinking. No ship is a ship without a drive. So start with the drive. I put together 9 drives: 3 for small ships 3 for medium ships and 3 for large ships.











     -Drive-         -fuel use-            -weight-           -cost-           -total thrust-            -turning thrust-            -batt regen-          -batt storage-            -mine requirements-      
     Micro Plasma            0.3            4            300            15000            1500            2            10                  
     Micro Impulse            0.2            5            600            17500            1750            3.5            15            1A 1T      
     Micro AM            0.15            6            900            20000            2000            5            20            1A 1C      
     Plasma Thrower            0.3            10            600            21000            2100            2            15            1H      
     Ion Engine            0.2            15            900            23500            2350            4            25            1H 2T      
     AntiMatter Engine            0.15            20            1200            26000            2600            6            35            C2 H T2      
     Plasma Impeller            0.4            30            1000            30000            3000            4            30            1A 1C 1H 1T      
     Fusion Drive            0.3            40            1500            35000            3500            7            45            2A 2C 2H 1T      
     AM Collider            0.2            50            2000            40000            4000            10            60            2A 2C 3H 2T      


I already put the files together so if anyone wants to experiment with them you can get them here: http://www.thatsteveguy.net/drives.zip
I haven't put in the requirements yet for them so they can be got at without setting up mines.


-TSG

Edit: Madgap, I tried the NO_INERTIA tag with the Arilou but it didn't work, have you not finished that yet? Or am I missing something? (I put it in the Skiff.hull file like: Special: NO_INERTIA)
« Last Edit: August 05, 2004, 05:17:38 am by thatsteveguy » Logged
thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #232 on: August 05, 2004, 09:59:26 am »

You know, I realized that I didn't respond to your post directly in any way at all... heh. So without futher ado.
Quote

Ok, guys, here's the plan:  we need to balance all of these systems out (price, mass, damage, health, etc...).  I need feedback from you guys in order to get the balance just right.  Here are some of my thoughts:

-  More enemies per encounter, but make them weaker.
-  Prices for systems remain fairly constant (low tech vs. high tech), but the strategic resource requirements go up.
-  Smaller ships are faster, but don't have the space for larger systems.
-  Limit player's fleet size to around 10-15 ships max.

Any weapon or system requests?  Any comments about the fun factor during combat?  What do you like most, and what do you like least?


-At this point I think that the number of enemies per encounter is about right. They just need to be made more difficult. The Ur-Quan are just a little too easy now.

-Prices should go up for higher technology and they should have resource requirements. My reasoning? Once you move up the tech tree it gets easier and easier to kill cargo ships. So you have more money. What are you going to do with it?

-I fully agree with you on ship size, speed and system space.

-15 ships I think would be a fine point to limit the players fleet at.

-system requests? Teleport, (for skiff), cloak (for ilwrath), change ship, (for x-form and guardian), recoil, (for druuge and thraddash). I know it's a hard list for you to implement, but I figure if you don't like it you can always just ignore me.  Roll Eyes

I'm redoing the drives I did earlier too. The thrust for all the drives is WAY too high. I'm experimenting to find the right balance.

-TSG
« Last Edit: August 05, 2004, 10:00:18 am by thatsteveguy » Logged
Cronos
*Many bubbles*
***
Offline Offline

Posts: 170


Shofixti Scoutmaster


View Profile
Re: Aftermath
« Reply #233 on: August 05, 2004, 01:22:13 pm »

Something thats been annoying me extremely, the arrow keys seem to be tied into zoom, so when I acellarate it zooms way out and I have to press the down arrow key to zoom back in.

Is there any way to untie arrow keys to zooming? Please?
Logged
Madgap
Frungy champion
**
Offline Offline

Gender: Male
Posts: 88


We come in peace.


View Profile WWW
Re: Aftermath
« Reply #234 on: August 05, 2004, 07:58:15 pm »

I've unbound the arrow keys from the screen zoom, fixed the strange slowdown in Asar, added some new hull attributes (include NO_INERTIA but it isn't working perfectly yet), and changed a few other things.  Oh, and I did a full recompile and ran it overnight on automatic.  However, old savegames won't work since I added a couple of new things.  For those that don't want to start completely over again just open Campaign/Scenario1.dat in a text editor and increase your wealth.  However, if you get too greedy the space police will bust you!

-Madgap
« Last Edit: August 05, 2004, 07:58:46 pm by Madgap » Logged

thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #235 on: August 06, 2004, 06:00:38 am »

I've come across something that reoccurs but I don't know what it is exactly that is causing. Every once in a while right while I'm in the middle of playing aftermath freezes and I'm unable to do anything though the music continues. Alt-Tab won't get me back to the desktop or any application, so I have to shut aftermath down using the task manager. The last time it happened an error alert box popped up saying "Failed to initialize 3d environment." This has happened 2-3 times now, but I can't tell what exactly causes it. Now, I have been playing around with the ship and device files a bit so there may be something I've done that is causing it so I'll play with a clean install and see if it happens there. Specs for my system if you're interested:

1.4Ghz Pentium 4
GeForce 4 4200Ti
256MB ram

If you want anymore let me know.

-TSG


Edit: It did occur with the default files. (Though I didn't get the error alert box). Just a total freeze with the music still running. When I pulled up task manager with ctrl-alt-del, it did say that aftermath was not responding. I've got the most recent video drivers for my video card, (upgraded a week ago), and DirectX 9.x (I think it's 9.1 but I'm not totally sure.) This was with the most current version of the executable 0.654. Hope it helps.
« Last Edit: August 06, 2004, 07:55:42 am by thatsteveguy » Logged
Madgap
Frungy champion
**
Offline Offline

Gender: Male
Posts: 88


We come in peace.


View Profile WWW
Re: Aftermath
« Reply #236 on: August 06, 2004, 09:40:23 am »

I just fixed that one tonight in version 0.655.  It was the new pirate spawn code...it was possible to get in an infinite loop.  I've also squashed yet another cargo bay problem, but I'll save that one for 0.656.

-Madgap
Logged

thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #237 on: August 06, 2004, 02:02:46 pm »

Ran into a small issue. The CARGO_SHIP tag can be defeated if you buy a cargo ship, make sure it's in the first slot, (by selling any ships above it), leaving and then returning to the base. You can then upgrade any part of that cargo ship that you want.
I also noticed that the CARGO_SHIP tag prevents you from upgrading anything at all. Splitting it up into NO_WEAPONS NO_SHIELD and ONE_WEAPON, (as in one weapon only), would give a lot more options for unique hulls.

Just late night thoughts,
-TSG
« Last Edit: August 06, 2004, 02:03:23 pm by thatsteveguy » Logged
Cronos
*Many bubbles*
***
Offline Offline

Posts: 170


Shofixti Scoutmaster


View Profile
Re: Aftermath
« Reply #238 on: August 07, 2004, 09:04:51 am »

Note to people mucking about with ship/race files in the future: Do _NOT_ set the pirate ships to cargo vessels. The resultant crate spamming can be deadly to the system.

Also, as a result of said crate spam, I noticed something. The FPS indicator doesn't go below 20, just a heads up.

Also, you may wish to do one of two things. Either make a kind of scavenger craft that goes about picking up crates and drops it into the players cargo pool, make all allied ships able to pick up crates and put it in the cargo pool, or, make the crates dissapear after a time.

Also, as a stop gap solution to the arilou, could you perhaps add some special code that evaluates when the thrust button has ceased being pressed and applies a negative accelaration over a second to neutralise the speed thus simulating an inertialess drive?

So, for example.

Thrust key stops being pressed.

Player craft at Velocity Z Vector {X,Y}
Apply acceleration -Z Vector {-X,-Y}
Acceleration Duration: 0.1 seconds

After that you may only need to add a tag that allows arilou craft to be immune to gravity and you've essentially simulated an inertialess drive.

Also, I've said Also a lot, just thought I'd point that out in case anyone didn't notice.
Logged
thatsteveguy
Frungy champion
**
Offline Offline

Posts: 52


Everything addict.


View Profile
Re: Aftermath
« Reply #239 on: August 07, 2004, 09:25:38 am »

Quote

...Also, as a stop gap solution to the arilou...


Not needed. In the skiff.hull file add a line like this:

Special: NO_INERTIA

And remember, capitalization is the difference between you helping your Uncle Jack off the horse and helping your uncle jack off the horse. Wink Or in this case Aftermath understanding you or not. It's not quite right yet though. The AI doesn't know what to do with a ship that stops on a dime.

-TSG
Logged
Pages: 1 ... 14 15 [16] 17 18 ... 26 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!