• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community The Community Freelancer Forum Other Discovery Servers
« Previous 1 … 5 6 7 8 9 … 14 Next »
Incompatible Tech Nerf Issues

Server Time (24h)

Players Online

Active Events - Scoreboard
Task Force Akhetaten - 0 / 10,000
Crayter Battlegroup - 0 / 10,000
Gaian Escort - 0 / 10,000
Atum's Battlegroup - 0 / 10,000
Wendigo Seekers - 0 / 10,000
Wendigo Interdictors - 0 / 10,000
Wild Hunters - 0 / 10,000
Wild Interceptors - 0 / 10,000

Latest activity

Incompatible Tech Nerf Issues
Offline Saberuneko
08-14-2012, 01:33 PM, (This post was last modified: 08-14-2012, 01:41 PM by Saberuneko.)
#1
Member
Posts: 209
Threads: 33
Joined: Feb 2011

I have some problem at my own server, around 60% of the ships and weapons are theorically unusable, because even when using the correct ID and possesing the correct IFF, the ship simply will get nerfed to 10%.

This specially happens with capital ships, there's no cap that can mount heavy mortar, mortar, pulse or anything like that without getting a serious nerf. It also happens with any military faction ship. Using Liberty Guns in any Liberty Fighter with a Liberty Navy ID is nerfing the ship from 50% to 10% output for reasons I cannot understand. Any anti-shield gun (I.E. Debs) are an absolute 10% for any ship using them. Same goes with other house militaries.

What can I do? I've even tried reinstalling FL and Disco, also restarting the server by removing all the old files at My Documents/My Games/Freelancer/Accs/Multiplayer.

Best Regards.
Reply  
Offline AeternusDoleo
08-14-2012, 01:50 PM,
#2
Ex-Developer
Posts: 5,744
Threads: 149
Joined: Nov 2009

You'll need to adjust the technerf configuration on your server. It is located in /EXE/flhook/plugins/tech.cfg I believe (I can't doublecheck from where I am right now). Check the weapon you're having problems with, look up the tech group it's assigned to, and then check wether the ID you are using is assigned that tech group.

Note: This is a serverside setting, from the client's end there's nothing you can change.

Wide awake in a world that sleeps, enduring thoughts, enduring scenes. The knowledge of what is yet to come.
From a time when all seems lost, from a dead man to a world, without restraint, unafraid and free.


Mostly retired Discovery member. May still visit from time to time.
Reply  
Offline Jayce
08-14-2012, 05:03 PM,
#3
Heads Will Roll
Posts: 2,167
Threads: 141
Joined: Nov 2008

The file is named "techcompat" not just "tech."

[Image: jKk7NOg.png][Image: 1iGGFXz.gif]
Reply  
Offline Janus99
08-14-2012, 07:26 PM,
#4
Member
Posts: 33
Threads: 11
Joined: Jan 2012

And good luck with it. It looks insanely complex to me and I picked up most of the customizations fairly easily.

When I was running my server I just removed all the factions and set Default_Mult and No_Control_Item both to 1.0. Never have understood why an outcast wouldn't be able to use a Vengence cannon he salvaged off of a dead navy patrol ship. Those outcasts are drug smugglers, but they ain't stupid.
Reply  
Offline AeternusDoleo
08-14-2012, 08:42 PM,
#5
Ex-Developer
Posts: 5,744
Threads: 149
Joined: Nov 2009

It's actually quite simple. The [Tech] sections list groups of tech - which usually includes weapons and/or ships. The [Faction] sections list the tech sections that faction (by ID) may use and at what efficiency (1.0 =100%, 0.1=10%). It's all listed in the file header, I made sure to put instructions for the sections in the config file itself (I wrote the initial one). If multiple tech groups are used the modifiers are multiplied. For instance if you have a 75% efficiency on the ship and 75% efficiency due to incompatible weapons, the result would be a 56% power efficiency (0.75 * 0.75).

If you want to drop the entire file though, just comment out loading the techcompat DLL in your FLHook configuration. That will make everything compatible with everything again like it was in 4.85. It's an option, not a requirement, this plugin:)
This plugin was mainly implemented as a balance tool - to prevent people from mixing the best weapons with the best ship in the mod on any faction. IE Tizona/Magma Hammer on a Black Dragon... which then is a Molly. For a roleplay server, there isn't any excuse for that kind of combination.

Wide awake in a world that sleeps, enduring thoughts, enduring scenes. The knowledge of what is yet to come.
From a time when all seems lost, from a dead man to a world, without restraint, unafraid and free.


Mostly retired Discovery member. May still visit from time to time.
Reply  
Offline Saberuneko
08-15-2012, 02:12 AM, (This post was last modified: 08-15-2012, 03:21 AM by Saberuneko.)
#6
Member
Posts: 209
Threads: 33
Joined: Feb 2011

Thanks for the help, I will try to set it up as it would be at Discovery Freelancer RP 24/7, I like the technology compatibility nerf thing when it works properly, prevents me from having to delete ships like a Corsair battleship with a gun of each faction and a Interspace Commerce ID while showing a Bounty Hunter IFF.
(And yes, that's an real example).

Is there anywhere where I could look how such nerfs are normally set?
Or where I could get a copy of how is 24/7's file set up.

For the moment, I'll leave the file out, while I edit and test, so the nerfs let the players use caps normally. Hope none of my users finds this post. *giggles*

Thank you very much in advance.
Reply  
Offline Janus99
08-24-2012, 01:51 AM,
#7
Member
Posts: 33
Threads: 11
Joined: Jan 2012

' Wrote:It's actually quite simple. The [Tech] sections list groups of tech - which usually includes weapons and/or ships. The [Faction] sections list the tech sections that faction (by ID) may use and at what efficiency (1.0 =100%, 0.1=10%). It's all listed in the file header, I made sure to put instructions for the sections in the config file itself (I wrote the initial one). If multiple tech groups are used the modifiers are multiplied. For instance if you have a 75% efficiency on the ship and 75% efficiency due to incompatible weapons, the result would be a 56% power efficiency (0.75 * 0.75).

If you want to drop the entire file though, just comment out loading the techcompat DLL in your FLHook configuration. That will make everything compatible with everything again like it was in 4.85. It's an option, not a requirement, this plugin:)
This plugin was mainly implemented as a balance tool - to prevent people from mixing the best weapons with the best ship in the mod on any faction. IE Tizona/Magma Hammer on a Black Dragon... which then is a Molly. For a roleplay server, there isn't any excuse for that kind of combination.

I agree in principle. The ship should match the ID. But you should be able to use any weapon you salvage (read tractor in). Except nomads of course. There's no way in RP to mount a bio-electrical weapon on an Electro-mechanical platform. They're just too different. But for a Bretonian to use a Samael he has salvaged from a Liberty Rogue he took down in Cortez makes perfect sense. If he wants to use it, of course.

Janus
Reply  
Offline AeternusDoleo
08-24-2012, 07:04 AM,
#8
Ex-Developer
Posts: 5,744
Threads: 149
Joined: Nov 2009

While you're right in theory, we don't want to see Black Dragons with Sammies for instance. It's a balance issue that it remains in place. The only other alternative is making every weapon roughly equally powered, which would reduce game variety.

Wide awake in a world that sleeps, enduring thoughts, enduring scenes. The knowledge of what is yet to come.
From a time when all seems lost, from a dead man to a world, without restraint, unafraid and free.


Mostly retired Discovery member. May still visit from time to time.
Reply  


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode