View Single Post
  #1094  
Old June 18th, 2004, 11:54 AM
David E. Gervais's Avatar

David E. Gervais David E. Gervais is offline
General
 
Join Date: May 2002
Location: Canada
Posts: 3,227
Thanks: 7
Thanked 44 Times in 28 Posts
David E. Gervais is on a distinguished road
Default Re: SE5, Tell Aaron what\'s on your Wish List

REPOST From another thread titled "SE5 Progress." Strange that Aaron makes a post on the forums and gets very little feedback. So, I'm transplanting it here to fuel the 'Wishlist' thread.

Cheers!


Quote:
Originally posted by Malfador Machinations:
Hi All,

No, I haven't forgotten about you guys! Its just that some questions came up in the Yahoo list and I thought I'd answer them. Since I'm finalizing the data file structure, seemed a good time to get some feedback on the layout from modders.

Here's what I posted in Yahoo about the current layout of weapons in the data file:

Name := Anti - Proton Beam
Description := Focused energy beam used as a medium range weapon.
Picture Number := 18
Maximum Level := 100
Tonnage Space Taken := 30
Tonnage Space Taken Inc Per Level := 0
Tonnage Structure := 30
Tonnage Structure Inc Per Level := 0
Cost Minerals := 50
Cost Organics := 0
Cost Radioactives := 10
Cost Minerals Inc Per Level := 5
Cost Organics Inc Per Level := 0
Cost Radioactives Inc Per Level := 1
Supply Amount Used := 5
Supply Amount Used Inc Per Level := 0
Ordinance Amount Used := 0
Ordinance Amount Used Inc Per Level := 0
Can Be Placed In Ship Sections := Inner Hull, Outer Hull
Component Type List := Technological
General Group := Weapons
Custom Group := 0
Number Of Requirements := 2
Requirements Boolean Evaluation := AND
Requirement 1 Type := Empire Tech Area Level
Requirement 1 Name := Energy Stream Weapons
Requirement 1 Description :=
Requirement 1 Operation := >=
Requirement 1 Amount := 1
Requirement 1 Amount Inc Per Level := 1
Requirement 2 Type := Design Vehicle Type List
Requirement 2 Name := Ship, Base, Satellite, Weapons Platform, Drone
Requirement 2 Description :=
Requirement 2 Operation := None
Requirement 2 Amount := 0
Requirement 2 Amount Inc Per Level := 0
Number Of Abilities := 0
Weapon Type := Direct Fire
Weapon Target Type List := Ship, Base, Planet, Fighter, Satellite, Drone
Weapon Damage Min Point Blank := 15
Weapon Damage Max Point Blank := 20
Weapon Damage Min Dec Per 10 Rng := 5
Weapon Damage Max Dec Per 10 Rng := 5
Weapon Damage Min Inc Per Level := 0.5
Weapon Damage Max Inc Per Level := 0.5
Weapon Maximum Range := 30
Weapon Maximum Range Inc Per Level := 1
Weapon Damage Type := Normal
Weapon To Hit Modifier := 0
Weapon To Hit Inc Per Level := 0
Weapon To Hit Dec Per 10 Rng := 10.0
Weapon Reload Rate MS := 2000
Weapon Display Effect Name := Beam
Weapon Explosion Effect Name := Explosion
Weapon Sound Effect Name := apbeam.wav
Weapon Beam Burn Color := 110, 177, 240
Weapon Beam Duration := 50


But it was pointed out that the weapon damage at range design is not all it could be. So I revised it a bit and came up with:

Weapon Type := Direct Fire
Weapon Target Type List := Ship, Base, Planet, Fighter, Satellite, Drone
Weapon Damage Type := Normal
Weapon At Range Distance Increment := 10.0
Weapon Min Damage At Range := 15.0 10.0 5.0 0.0 0.0
Weapon Max Damage At Range := 20.0 15.0 10.0 5.0 0.0
Weapon To Hit Modifier At Range := -10.0 -20.0 -30.0 -40.0 -50.0
Weapon Min Damage Modifier Formula := [%ListedAmount%] + (([%Level%]-1) * 0.5)
Weapon Max Damage Modifier Formula := [%ListedAmount%] + (([%Level%]-1) * 0.5)
Weapon To Hit Modifier Formula := 0
Weapon Reload Rate MS := 2000
Weapon Display Effect Name := Beam
Weapon Explosion Effect Name := Explosion
Weapon Sound Effect Name := apbeam.wav
Weapon Beam Burn Color := 110, 177, 240
Weapon Beam Duration := 50


So instead of those pesky Inc Per Level fields, we would now have formulas to come up with the new values. Of course, speed may be an issue, so it will require some performance testing once its in and working (no guarantees that formulas will survive that).

Progress is good on the game. The basic engine is up and running and I'm busy going through and getting screens working (which is a major time consumer with 50+ screens).

At present there's still a debate about Research and Intelligence. Right now I'm moving it back to an SE3 style with percentage allocation for research tech areas and percentage intelligence spending against each empire. With all the pros and cons, the final decider for me was that percentage allocation method greatly reduces the micromanagement (as you only need to visit these screens occasionally once the allocations have been set).

So if you have suggestions for the game, please post them. Nothing is set in stone, as the SE4 beta testers will confirm. SE4 changed radically during its beta test. And I do read the ideas posted here. In fact I copy all of the ones that catch my eye to a huge Word document.

Of course, I can't guarantee that everything will make it in. But even simple ideas can have a tremendous effect.

Aaron
Reply With Quote