Change base reputation server-side. Again
Locked
Tutorials
-
Guys from China asked.
Obviously we know how to do it, but may be some one knows morewe hope you can help us to solve some technical problems.About change the rep or the blood of NPC station
Its unstable because client needs changes at mbases.ini too or blood of your station npc’s will stay as is.
So server-side solution changes only station blood but not npc’s at all:- Adoxa’s patch at content.dll offset 11BCF4 with value -1.0f
- Adoxa’s patch at content.dll offset 0C458F, 8B0482->33C090
Or server will crash if any ship with old blood will try to dock.
Stable way to change reputations of ships flying around to base-friendly.
P.S. Integrated disco patch Content-0C458F works against server crashes too at this case, but not always helps…
Next open desired system file and get station for example:
DATA\UNIVERSE\SYSTEMS\KU01\ku01.ini[Object] nickname = Ku01_04 ids_name = 196738 pos = -2362, 0, 50736 rotate = 0, 70, 0 archetype = largestation1 ids_info = 65737 dock_with = Ku01_04_Base base = Ku01_04_Base reputation = co_ic_grp behavior = NOTHING voice = atc_leg_m01 space_costume = li_rockford_head, li_rockford_body difficulty_level = 7 loadout = space_station_co_02 pilot = pilot_solar_easy
make it other blood:
[Object] nickname = Ku01_04 ids_name = 196738 pos = -2362, 0, 50736 rotate = 0, 70, 0 archetype = largestation1 ids_info = 65737 dock_with = Ku01_04_Base base = Ku01_04_Base reputation = fc_gc_grp ; < -- here faction = fc_gc_grp ; <-- here behavior = NOTHING voice = atc_leg_m01 space_costume = li_rockford_head, li_rockford_body difficulty_level = 7 loadout = space_station_co_02 pilot = pilot_solar_easy
Open DATA\MISSIONS\mbases.ini
Get
[MBase] nickname = Ku01_06_Base
change
local_faction = co_shi_grp ```to
local_faction = fc_gc_grp
and change all dealers to fc_gc_grp or friendly faction under this [MBase] section or they will not sell you anything