I found the issue and I make a fix
I will release later today... but first, anyone can confirm the clothes (suits) are loaded? D:
Ej: Enhanced profiles should have all (store) clothes unlocked 👀
I found the issue and I make a fix
I will release later today... but first, anyone can confirm the clothes (suits) are loaded? D:
Ej: Enhanced profiles should have all (store) clothes unlocked 👀
this was the only thing that was unlocked and free along with a desert camo themed pants
I used enhanced unheard
also i think whatever is making the error is not effecting enhanced unheard I went into raid and died and it didn't give me the error code Just a heads up
ShadowXtrex added a new version:
llNonFIKA
<- Will hide all standard and non standard profiles. Yes, this one doens't work with FIKA.AllFIKA
<- Will hide all standard profiles. FIKA will hide the rest.QuoteDisplay MoreRequire SPT 3.11.x
You find a issue or have a request go to Support Thread | Hosted on Cloudflare R2.
Changelog - This update replace 4.1.1
- Updated to SPT 3.11
- Modified the ability to disable profiles:
- Config file > Hide > A
llNonFIKA
<- Will hide all standard and non standard profiles. Yes, this one doens't work with FIKA.- Config file > Hide >
AllFIKA
<- Will hide all standard profiles. FIKA will hide the rest.- By default there are some profiles disabled. If you want to use it, use config.jsonc to enable it.
- [Internal] Legacy profiles renamed to Enhanced. Ex: Standard Enhanced.
- [Internal] WorseThan and ShadowXtrex-fPMC now are SPINS. Please do not enable the last one until WTT-PackNStrap is updated or until I publish the upgrade to use only with friendlyPMCs.
- Modders: The way to add more profiles now is more simple. Check ProfileHandler.ts and devProfile.ts to check more ways to know how to add new profiles with less files.
- Fixed Insurance issue. Was caused by a missing line on the inventory file.
- IS NOT A ISSUE: The suits (Clothes) load are disabled by default. For some reason are not working (50/50)
- Hub updated with config.jsonc content
- 4.1.1 removed for downloads.
Notes:
- Hash SHA-256: 0b74e6040100842bebe89ee14e9f0d0fb32fc7b88d1a5a94ec696f2ce06e237a
- Virustotal
- Modders: You can take the equipmentBuilds or weaponbuilds or magazineBuilds field from your actual profile.json and replace the correct one in the file userPresets.json inside the profile folder. I tried to make it work with one file per build group but doesn't work.
OK I was wrong it has config but will not load the SOF7 merged and the sof7
So I wanted to try and help so I copy and pasted the hideout config to sof7 Merged and it worked I checked the one that was in the filed it said active but I am not a modder that about all I knew how to do
Thanks and I am sorry to bug you again.
Let me check
"main":{
"SOF5":{
"SOF5_Base": true, // Same as EoD in 'soul'. Double money, Illumination, Lavatory and Workbench at Lv 1. Better ammo, weapons moded, and some skills up to Lv 25.
"SOF5_Plus": false, // Same as SOF5, but weapons have more mods, and some Gifts are added with the ammo upgrade included. Old SOF5 Unheard.
"SOF5_Merged": false // Same as SOF5Plus but with USEC and BEAR inventory merged in cases.
},
"SOF7":{
"SOF7_Base": true, // Same as EoD in 'soul' but in caliber 7.xx variation. As SOF5, Double money, Illumination, Lavatory and Workbench at Lv 1. Better ammo, weapons moded, and some skills up to Lv 25.
"SOF7_Plus": false, // Same as SOF7, but weapons have more mods, and some Gifts are added with the ammo upgrade included. Old SOF7 Unheard
"SOF7_Merged": false // Same as SOF7Plus but with USEC and BEAR inventory merged in cases.
}
},
Display More
if (config.main.SOF7.SOF7_Base) this.cProfiles.sof7Base(this.container)
if (config.main.SOF7.SOF7_Plus) this.cProfiles.sof7Plus(this.container);
if (config.main.SOF7.SOF7_Merged) this.cProfiles.sof7Merged(this.container);
public sof7Base (container: DependencyContainer): void
{
this.initialize(container);
const profileName = "Special Operations Forces '7'";
const profileDescKey = "customprofile-shadowxtrex-sof7b";
const gameVersion = this.db.profiles["Edge Of Darkness"];
const profileData = "../db/profiles/main/SOF7/Base";
const profileDescription = JSON.parse(readFileSync(join(__dirname, (`${profileData}/locale.json`)), "utf-8"));
this.loca.server['en'][profileDescKey] = profileDescription;
const clonedProfile = this.profileHandler.defaultClone(gameVersion, profileName, profileData);
this.db.profiles[profileName] = clonedProfile;
this.db.profiles[profileName].descriptionLocaleKey = profileDescKey;
this.logger.success(`Added profile [${profileName}] to the database`);
}
public sof7Plus (container: DependencyContainer): void
{
this.initialize(container);
const profileName = "Special Operations Forces '7' Plus";
const profileDescKey = "customprofile-shadowxtrex-sof7p";
const gameVersion = this.db.profiles["Unheard"];
const profileData = "../db/profiles/main/SOF7/Plus";
const profileDescription = JSON.parse(readFileSync(join(__dirname, (`${profileData}/locale.json`)), "utf-8"));
this.loca.server['en'][profileDescKey] = profileDescription;
const clonedProfile = this.profileHandler.defaultClone(gameVersion, profileName, profileData);
this.db.profiles[profileName] = clonedProfile;
this.db.profiles[profileName].descriptionLocaleKey = profileDescKey;
this.logger.success(`Added profile [${profileName}] to the database`);
}
public sof7Merged (container: DependencyContainer): void
{
this.initialize(container);
const profileName = "Special Operations Forces '7' Merged";
const profileDescKey = "customprofile-shadowxtrex-sof7m";
const gameVersion = this.db.profiles["Unheard"];
const profileData = "../db/profiles/main/SOF7/Merged";
const profileDescription = JSON.parse(readFileSync(join(__dirname, (`${profileData}/locale.json`)), "utf-8"));
this.loca.server['en'][profileDescKey] = profileDescription;
const clonedProfile = this.profileHandler.defaultClone(gameVersion, profileName, profileData);
this.db.profiles[profileName] = clonedProfile;
this.db.profiles[profileName].descriptionLocaleKey = profileDescKey;
this.logger.success(`Added profile [${profileName}] to the database`);
}
Display More
These profiles should load without issues, I don't understand the problem you're presenting, since defaultClone applies to several profiles that also load, so it's not a loader problem. And stop editing your answer or my answer will not have any sence
Other 'thing' the mod will not receive any update soon due I'm busy solving another problem, and I'm giving the enought time with that to let other users update their requested profiles
If someone want to report a bug, use the gamelogs because without that I will not know what is happening.
I loaded into unheard and the hideout didn't work.
loaded into SOF didn't work
loaded into SOF7 merged didn't work
gig chad work.
I copy and pasted the gig chad into the sof7 merged and it worked it all upgraded and I can do whatever in there.
I noticed that the gig chad folder had a hideout config in it.
PNG's below are of the files that are in EFCL DB profiles enhanced unheard there is no hide out config
if you go under the gig there is one.
I don't know if there should be all I know is if I copy and paste the hideout from gig and put it into the others it works without it they don't load.
Sorry about the editing I just didn't want you to have bad information.
Display MoreI loaded into unheard and the hideout didn't work.
loaded into SOF didn't work
loaded into SOF7 merged didn't work
gig chad work.
I copy and pasted the gig chad into the sof7 merged and it worked it all upgraded and I can do whatever in there.
I noticed that the gig chad folder had a hideout config in it.
PNG's below are of the files that are in EFCL DB profiles enhanced unheard there is no hide out config
if you go under the gig there is one.
I don't know if there should be all I know is if I copy and paste the hideout from gig and put it into the others it works without it they don't load.
Sorry about the editing I just didn't want you to have bad information.
Some db doesn't have these files because do not need it and will no be added to the db
enhanced is a example. If you add the""" missing """ the mod anyway will not read it.
I'll check the hideout of sof profiles.
About db load you can check the devprofile.ts and the profilehandler.ts to know how it works (in 4.1.x because there is a refactor in 4.2.0)
ShadowXtrex added a new version:
QuoteRequire SPT 3.11.x - Last release until a while (until 4.2.0)
You find a issue or have a request go to Support Thread | Hosted on Cloudflare R2.
Changelog
- Fixed issue with Hideout in SOF profiles.
- SOF Merged profiles renamed to Plus Merged
- Temporarily disabled the Clothes in all profiles*
- Temporarily deleted all enhanced profiles**
- Temporarily deleted developer profile and fpmc profile***
Notes:
- Hash SHA-256: 2258715537c8b3e668aa2729e403f4886c2c0540fcc50b1cce10f655e7459602
- Virustotal
- * Clothes addition was changed in 3.11 and due to lack of time between work and studies, I can't promise that I'll fix it soon. ETA: 4.2.0
- ** Due Clothes issue, I take the desision to disable the BSG Enhanced profiles... The original idea was to have they with both expansions not only stash.
Don’t have an account yet? Register yourself now and be a part of our community!