Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Star Wolves

Star Wolves 3D space RPG with deep strategy and tactical elements

Reply
 
Thread Tools Display Modes
  #1  
Old 06-07-2010, 11:52 AM
Trucidation
Guest
 
Posts: n/a
Default

@Goblin Wizard:
That does explain why the game was choking on the backups if I left them in the same folder as the originals. Don't we need to edit any include scripts though? I'll try this when i get back, gotta go eat.

@StarShatter:
You mean changing the colours on the existing textures so they stand out better? Up to you, but I don't really have a problem with the existing ones.
Reply With Quote
  #2  
Old 06-07-2010, 12:12 PM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

Quote:
Originally Posted by Trucidation View Post
@Goblin Wizard:
That does explain why the game was choking on the backups if I left them in the same folder as the originals. Don't we need to edit any include scripts though? I'll try this when i get back, gotta go eat.
It depends what you want to do. In most cases you put name of the function, you want to execute, in the original script file. The function itself is inside your own script file. Check my mod. There is "gw.script" where I keep all my functions. It easier because if something goes wrong you have to check only one file.
Reply With Quote
  #3  
Old 06-07-2010, 01:09 PM
StarShatter StarShatter is offline
Approved Member
 
Join Date: Jun 2010
Posts: 38
Default

Quote:
Originally Posted by Trucidation
You mean changing the colours on the existing textures so they stand out better? Up to you, but I don't really have a problem with the existing ones.
Nah I mean SHINY, reflect more light, I've already tried to make the blues and white stand out more. And be a bit cleaner.

Also I keep may back ups in .rars... I have a 2.83gb back up of all the files now...

Quote:
Originally Posted by Goblin Wizard
You don't have to change any original "loc" file. Just create your own loc file and put it in ../LocData/English folder. Engine checks all these files when searching for linked text.
Definitely trying this when I get my save up to be able to test right. Would take a bit of pressure off modding original files.



Edit: In reference to all things about ships having low HP,

Yeah they kinda do. Shield Regen on a Dragon is only 3, even when boosted by perks it isn't much (I like those perks). For my Dragon T I dropped the shields to ~300 (just testing), but ramped up the regen to 10! Cant take much damage all @ once, but in a dog fight its a hell of an advantage, It's huge armour helps. Same for my Smilodon, lots of shields. Best way to increase HP is to have a healer on your team, it has a massive effect. Shields in this game work more to protect from initial damage before a dog fight, when there is a heavy damage exchange/missiles, when in the fight, their regen will protect you a little bit more on the next pass and such, but definitely not much. That's my just opinion though.

I think a big part of survivability in this game is to not get hit, speed and pilot skill modifiers on mobility being the key factors. Obviously with all the missiles you're playing with its like squatting flies. Homing makes it kinda makes pilot skill redundant (I like missiles).

For the Excalibur T I'm planning, I was going to make it just much more agile/quick in combat, have that what makes it superior (that and 2 extra light cannons, trying to play on the Templar myths, shoots twice as fast/makes unbelievable maneuvers, and based solely on superior equips).

Lasers are not as big as a problem as particle accelerators, you cant resist them for 80% . Imo lasers SHOULD be weaker than particle accelerators and plasma weapons by default :\.

Ship re-balance community patch? lol

Another Edit: Weapons increase in power faster than ships increase in HP? The battle with the Greys and all their Shinnings caught me so off guard. I usually just put missile defense and shields in system slots :\. Maybe Prototype X/Diamond if there is a spare one.

Last edited by StarShatter; 06-07-2010 at 01:34 PM.
Reply With Quote
  #4  
Old 06-07-2010, 02:54 PM
Trucidation
Guest
 
Posts: n/a
Default

Wait, I thought someone mentioned somewhere that particle accelerators were considered to inflict laser damage and thus affected by the %laser resist? No? Crap, in that case they need to be toned down as well. My main problem with those is that they basically hit/miss upon firing; there's no projectile travel time. I'm fine with plasmas, you can see them miss (even expert gunner pilots miss fairly often). Kinetics are just about right, but I think their gimped range also helps. I agree, weapon power overall just increases too much compared to shields/armor.

Homing on missiles is a factor but I made sure most of my modded missiles have low antijam rating, you can see enemies use AMS against them with great effect. Right now I'm not too worried about them. And, same, i also prioritise antimissile defense & shields.

I'd prefer shields to prevent recurring damage more rather than just absorb the bulk of the initial attack. Sure, it'll make enemies more annoying, but look at it from their point of view: our handful of pilots basically shoot down hundreds of them by the end of the game.

Plus you can always harvest exp on those weak pirates (I pity them...), go cache hunting, or shoot up warehouses, lol.
Reply With Quote
  #5  
Old 06-07-2010, 04:20 PM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

Quote:
Originally Posted by Trucidation View Post
Wait, I thought someone mentioned somewhere that particle accelerators were considered to inflict laser damage and thus affected by the %laser resist? No? Crap, in that case they need to be toned down as well.
Particle accelerators deliver LASER damage.
Reply With Quote
  #6  
Old 06-07-2010, 05:08 PM
Trucidation
Guest
 
Posts: n/a
Default

So it's true.

That said, more ships need to be equipped with antilasers. Even on hard mode my test fighter with Rage lasers is shredding everything apart, ugh.

Do you know how dispersion works? In the scripts (well at least in Rockets.xml) i see the values are normally quite low (0.5 - 1 average). I tried using wildly large values (10, 30) but didn't really notice any difference. The homing properties of the missiles may be throwing me off though.
Reply With Quote
  #7  
Old 06-07-2010, 05:58 PM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

I don't know the exact dispersion formula but afaik:1 - maximum dispersion, 0 - no dispersion. Probably all more than 1 is considered 1. E.g. function called by "Cannon Adjustment" perk.

Code:
function ModifyGunDispersion(pilot, gunDispersion)
	local modifiedGunDispersion = gunDispersion;

	local amplifier = 1;

	if pilot:HavePerk("Gun_Dispersion")
	then
		amplifier = amplifier - .99;
	end;

	modifiedGunDispersion = modifiedGunDispersion * amplifier;

	return modifiedGunDispersion;
end;
This perk simply reduces dispersion by 99%. It doesn't improve accuracy when the target has significant angular velocity but bullets are not sprayed all over the sky.
Imo this perk has no sense to me. Pilot can improve his accuracy - ok. Pilot magically controlling gun parameters - no. It should be a system which does this or one time (for each gun) buyable improvement (gunsmith or something).
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off

Forum Jump


All times are GMT. The time now is 06:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.