.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V > SEV Modders Knowledge Base

Reply
 
Thread Tools Display Modes
  #31  
Old September 20th, 2006, 06:38 PM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default Re: Modding SEV Thread Questions

The way it should work is;
Target has X Hitpoints, figure in overkill %, figure in hit chance, etc. So, Y guns should be enough.

Weapon 1;
Fire on target

Weapon 2;
Fire on target

Weapon Y+1;
Too many guns targetted, skip.


If there are no other targets in range, the ship may just fire the rest because it can.
Reply With Quote
  #32  
Old September 20th, 2006, 07:08 PM

StarShadow StarShadow is offline
Sergeant
 
Join Date: Mar 2006
Location: NS, Canada
Posts: 300
Thanks: 0
Thanked 0 Times in 0 Posts
StarShadow is on a distinguished road
Default Re: Modding SEV Thread Questions

Hmm..I'll pay closer attention in my next set of combats.

"If there are no other targets in range, the ship may just fire the rest because it can. "

That I don't like. Just because there are no targets in range *now*, doesn't mean no targets will present themselves soon (ie before the wastefully discharged weapons can refire/reload). This could be a particularly bad thing for weapons with long reload times.
Reply With Quote
  #33  
Old September 20th, 2006, 08:34 PM
Noble713's Avatar

Noble713 Noble713 is offline
Sergeant
 
Join Date: Aug 2000
Location: Garden-Variety State
Posts: 356
Thanks: 5
Thanked 0 Times in 0 Posts
Noble713 is on a distinguished road
Default Re: Modding SEV Thread Questions

In damagetypes.txt if you list multiple requirements how do you make them Req 1 OR Req 2 instead of Req 1 AND Req 2?

So if I set a damage type to destroy engines and weapons, will it destroy only components that are BOTH an engine and a weapon?

Is there no way to add a special damage type (i.e. deplete supplies) to an otherwise normal weapon?

The instructions imply that any weapon with a "Special" function skips the normal damage allocation process. I want a weapon that does both.
__________________
Hail Caesar!

L+ GdY $? Fr! C- SdS T!+ Sf+ Tcp A% M++ MpM R!- Pw+ Fq-- Nd-- RP+ G++
Reply With Quote
  #34  
Old September 20th, 2006, 08:37 PM

StarShadow StarShadow is offline
Sergeant
 
Join Date: Mar 2006
Location: NS, Canada
Posts: 300
Thanks: 0
Thanked 0 Times in 0 Posts
StarShadow is on a distinguished road
Default Re: Modding SEV Thread Questions

@SJ

Ok, I think I see what you mean, I was just looking through settings.txt again and noticed:

Estimated Targeting Damage Percent for Torpedo Weapon := 50
Estimated Targeting Damage Percent for Directed Torpedo Weapon := 50
Estimated Targeting Damage Percent for Beam Weapon := 50
Estimated Targeting Damage Percent for Bolt Weapon := 50

I still think my second point is valid though..
Reply With Quote
  #35  
Old September 22nd, 2006, 05:02 AM
Arralen's Avatar

Arralen Arralen is offline
Major General
 
Join Date: Nov 2000
Location: 500km from Ulm
Posts: 2,279
Thanks: 9
Thanked 18 Times in 12 Posts
Arralen is on a distinguished road
Default Re: Modding SEV Thread Questions

How does the AI build its ships?

From what I've seen, the AI uses 'fixed' scripts instead of general algorithms and the component properties to build its ships:

If you change the "possible placements" from "Inner Hull, Outer Hull" to "Outer Hull, Outer Hull" (only "Outer Hull" is not accepted by the demo at least) for the basic scanner, the player can only place the scanner into outer hull sections.

The AI however does not use scanners at all in that case - looks like it has a 'build list' which does not order 'scanners' in general, but 'scanners in inner hull'.
Maybe this was bad luck, though - the designs I saw had completely filled outer hull on the upper deck, maybe the scanner came last and simply didn't fit :/

If the AI really uses those fixed lists, I wonder if its possible to do any *greater* mod at all ...
__________________
As for AI the most effective work around to this problem so far is to simply use an American instead, they tend to put up a bit more of a fight than your average Artificial Idiot.
... James McGuigan on rec.games.computer.stars somewhen back in 1998 ...
Reply With Quote
  #36  
Old September 22nd, 2006, 05:07 AM
Suicide Junkie's Avatar
Suicide Junkie Suicide Junkie is offline
Shrapnel Fanatic
 
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Suicide Junkie is on a distinguished road
Default Re: Modding SEV Thread Questions

I do agree that strategies will need some more power.

The situation is much improved if weapon damage is relatively small and hitpoints are increased.
In GGmod, there are often lots of ships left crippled, and then cleaned up later by the eventual victor if no enemy reinforcements arrive.
Reply With Quote
  #37  
Old September 22nd, 2006, 07:52 AM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: Modding SEV Thread Questions

You're correct in noting that the AI design algorithm has fixed places (outer, inner) where they stick items.
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
  #38  
Old September 22nd, 2006, 08:27 AM

Rellep Rellep is offline
Private
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rellep is on a distinguished road
Default Re: Modding SEV Thread Questions

How exactly does scaling work? Setting "Starting Scales" in *_Ships_XFileClasses works as one would assume, but what does Base Model Radius mean? And Maximum Model Size in VehicleSizes? I swapped the numbers for frigate and (light) fighter, and got miniature frigates and gigantic fighters. But Baseships (at least) won't scale, no matter how low the MaxMdlSze. And frigate MaxMdlSze scaling also appeared to not work after I increased their Starting Scales to 1.00 (from 0.01... hehehe)

I was going to use scaling for additional ship sizes in my mod when no own models exist (such as the default shipsets), but is there really no other way then painfull modification of *_Ships_XFileClasses' for all shipsets?
Reply With Quote
  #39  
Old September 26th, 2006, 03:34 PM
Kana's Avatar

Kana Kana is offline
Captain
 
Join Date: Apr 2004
Location: Texas
Posts: 962
Thanks: 0
Thanked 3 Times in 3 Posts
Kana is on a distinguished road
Default Re: Modding SEV Thread Questions

Can you change the range breaks

Instead of 10, 20, etc. Can it be 1, 2, 3, etc? Or something to that effect? How does it effect the combat model? Or is this all hard coded?
Reply With Quote
  #40  
Old September 26th, 2006, 03:38 PM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: Modding SEV Thread Questions

There are no range breaks; that's display-only..

Weapon damage is determined by a formula; as far as I can that uses the exact range the weapon is at, and doesn't break down by 10s. No idea how to change the display part though.
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:21 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.