Mods

Enhanced Salaries

A comprehensive salary modification mod that triples all job compensation across the base game and Cahaya expansion content.

X

xt0n1

Modder

May 31, 20263.4K29
Enhanced Salaries
No release yetEndorse 29Track
Report
Last update
Jun 1, 2026
Original upload
May 31, 2026
Author
xt0n1
Downloads
3.4K
Virus scan
Passed

A comprehensive salary modification mod that triples all job compensation across the base game and Cahaya expansion content.

Description

Mod updated as of April 28th, 2026 — Cahaya jobs are now ACTUALLY working. Apologies for the big delay! Make sure to download the latest version from the Files section.

Finally earn what your Zoi deserves
OVERVIEW
We all know it... the default salaries in inZOI can feel a bit underwhelming, especially when you're just getting started. This mod addresses that by tripling job salaries across the board, giving your Zoi the financial freedom to actually enjoy the game without constantly worrying about bills. Whether you're starting as a Rookie Trainee at Adam Entertainment, working retail at McKenzie Furniture Store, climbing the ranks at the fire station, or taking on Cahaya / Island Gateway jobs, your Zoi now gets paid significantly better. This is not about completely breaking the game's economy. It's about making career progression feel genuinely rewarding. ---> Here is a nice dashboard with comparison views for you to check out: over here
⚙️ ABOUT THIS MOD

This is a complete rebuild of the original Adjusted Salaries mod by the original author. Since the original mod had not been updated in months and was no longer fully compatible with recent game patches, I rebuilt the salary data from scratch using the current inZOI runtime tables. This rebuild ensures: Full compatibility with the latest inZOI version Clean, optimized JsonPatch implementation Full support for Dowon, Bliss Bay, and Cahaya / Island Gateway Cahaya jobs now correctly receive the intended 3× salary increase 95 salary entries updated across supported job tables Salary-only behavior with no job eligibility changes 100% functional and tested across the supported maps Full credit to the original author — this rebuild honors the original vision while bringing it up to date.

WHAT THIS MOD DOES

✓ Universal 3× Salary Multiplier — Supported job salaries now pay exactly triple their base value. ✓ 95 Salary Entries Modified — Entry-level, mid-level, senior, and special job ranks were rebuilt from the current runtime data. ✓ Full Cahaya / Island Gateway Support — Cahaya jobs are now properly patched and confirmed working. ✓ Dowon + Bliss Bay Support — Base game and Bliss Bay salary entries are included. ✓ Salary-Only Mod — This mod only modifies SalaryPerDay. It does not change age eligibility, job requirements, ranks, schedules, or bills. ✓ Pure JsonPatch Implementation — No scripts, no injected gameplay logic, and no runtime performance impact. ✓ Instant Effect — Existing jobs should reflect the new salaries once the mod is enabled and the game/mod data is reloaded.

CAREERS ENHANCED
This version updates 95 salary values across 33 supported job/company tracks. All listed jobs receive the universal ×3 salary enhancement across their patched ranks. 🚨 Emergency Services
  • Dowon Fire Station → Trainee Firefighter → Lieutenant → Captain → Battalion Chief → Assistant Chief
🎤 Entertainment & Media
  • Adam Entertainment — Planning Team → Employee → Team Lead → CEO
  • Adam Entertainment — Idol / Pop Idol Track → Rookie Trainee → Junior Trainee → Senior Trainee
  • Mirror Times — Dowon → Reporter → Editor → Editor-in-Chief
  • Bliss Bay Times → Reporter → Editor → Editor-in-Chief
⚖️ Legal & Professional Services
  • Justitia Law Firm — Dowon → Junior Lawyer → Senior Lawyer → Partner Lawyer
  • Themis & Jones Law Firm — Bliss Bay → Junior Lawyer → Senior Lawyer → Partner Lawyer
  • Sawara Law Firm — Cahaya → Junior Lawyer → Senior Lawyer → Partner Lawyer
🎓 Education
  • University of Youngsung — Dowon → Assistant Professor → Full Professor → Distinguished Professor
  • Bliss Bay University → Assistant Professor → Full Professor → Distinguished Professor
🪖 Military
  • Military Service — Dowon → Trainee → Officer → General
  • Military Service — Bliss Bay → Corporal → Captain → Colonel
💻 Technology & Software
  • DW Soft — Dowon → Junior Developer → Senior Developer → Lead Developer
  • Blue Moon Soft — Bliss Bay → Junior Developer → Senior Developer → Lead Developer
🎮 E-Sports & Gaming
  • DG Esports — Dowon → Amateur Gamer → Pro Gamer → Legendary Gamer
  • Bliss Bay Sports Team → Backup Player → Starting Player → All-Star Player
🏢 Corporate
  • Aramir Group — Dowon → Junior Employee → Mid-Level Employee → Senior Manager
  • Bliss Bay Business / Corporate Track → Junior Employee → Mid-Level Employee → Senior Manager
  • Bliss Bay Amusement Park — Office / Field Track → Office Worker → Field Worker → Office Team Lead
💰 Finance & Investment
  • NX Investment — Bliss Bay → Intern → Analyst → Portfolio Manager
🕶️ Criminal Organizations
  • Dowon Solutions — Dowon → Muscle → Crew Manager → Boss
  • Waterfront Syndicate — Bliss Bay → Rookie → Underboss → Boss
  • Red Bone Syndicate — Cahaya → Entry Rank → Mid Rank → Boss Rank
🛍️ Retail & Part-Time
  • AZ Convenience Store — Dowon → Cashier → Manager
  • Dowon Deli → Cashier
  • Golden Apple Burger — Bliss Bay → Cashier
  • Posey's Surf Shop — Bliss Bay → Cashier → Manager
  • McKenzie Furniture Store — Bliss Bay → Cashier → Manager
  • Bliss Bay Amusement Park — Retail / Cashier Track → Cashier
🏝️ Cahaya / Island Gateway Jobs
  • Sawara Law Firm → Junior Lawyer → Senior Lawyer → Partner Lawyer
  • Red Bone Syndicate → Entry Rank → Mid Rank → Boss Rank
  • Harihari Tours → Tour Guide Track
  • Sea Turtle Conservation Society → Conservation Worker Track
  • Collection Society / Encyclopedia Foundation → Research / Collection Track
  • Jalan Network / Bike Taxi → Bike Taxi Track
  • Napas Yoga → Yoga Instructor Track
  • Famhand → Farmer / Farmhand Track
  • Miners' Union → Miner Track
All supported positions across all patched ranks receive the ×3 salary enhancement!
INSTALLATION

Requirements:

  • A copy of the inZOI game
  • The latest version of this mod from the Files section

Installation Steps: 1. Download the mod archive from the Files tab. 2. Extract the EnhancedSalaries folder to your mods directory:
C:\Users\\Documents\inZOI\Mods\
3. Launch inZOI and open the in-game Mod Menu. 4. Enable Enhanced Salaries in your installed mods list. 5. Play and watch those paychecks roll in!

The mod should apply to existing saves. If you do not see the updated salaries immediately, fully restart the game after enabling the mod.

🔧 TECHNICAL DETAILS
For the curious modders out there: This mod uses JsonPatch queries to modify the SalaryPerDay property in inZOI's job/company data tables. It targets three salary patch files:
  • Company_patch.json → Base company salary data
  • Company_Fake_patch.json → Secondary / fake company salary data
  • Company_Fake_E01_patch.json → Cahaya / Island Gateway salary data
The multiplier is applied directly to each supported salary value:
New Salary = Base Salary × 3
Current Patch Coverage:
Company_patch.json:          24 salary entries

Company_Fake_patch.json:     48 salary entries

Company_Fake_E01_patch.json: 23 salary entries



Total: 95 salary entries
Mod Structure:
EnhancedSalaries/

├── mod_manifest.json

├── EnhancedSalaries.uplugin

├── Icon.png

├── images/

└── non_ufs/

    └── JsonPatch/

        ├── Company_patch.json

        ├── Company_Fake_patch.json

        └── Company_Fake_E01_patch.json
❓ FREQUENTLY ASKED QUESTIONS

Q: Will this work with my existing save? A: Yes. The salary changes are data patches and should apply to existing saves. Q: Do I need to quit my current job? A: No. Existing jobs should show the updated salary once the mod is enabled and the game/mod data is reloaded. Q: Does this affect bills or expenses? A: No. This mod only changes job salaries. Bills, rent, shopping prices, and other expenses are untouched. Q: Does this change job eligibility or allow teens to work? A: No. Enhanced Salaries is salary-only. It does not change age requirements, job requirements, career progression, or schedules. Q: Is this compatible with other career mods? A: It should be compatible with mods that do not modify the same salary fields. Q: What can conflict with this mod? A: Other salary/economy mods that also edit SalaryPerDay in the same job/company tables may overwrite or conflict with this mod. Q: I'm not seeing higher salaries! A: Make sure the latest version is installed, the mod is enabled in the in-game Mod Menu, and you fully restarted the game after enabling it. Also make sure no other salary mod is overriding the same job tables.

🔄 COMPATIBILITY
✅ Compatible with:
  • CAZ / character mods
  • Clothing mods
  • UI mods
  • Gameplay mods that do not edit job salary values
  • Career progression mods that do not overwrite the same salary fields
⚠️ May conflict with:
  • Other salary multiplier mods
  • Economy overhaul mods
  • Mods that edit SalaryPerDay in Company, Company_Fake, or Company_Fake_E01
📋 CHANGELOG
Version 2.0 (April 28th, 2026)
  • Rebuilt salary data from the current inZOI runtime tables
  • Fixed Cahaya / Island Gateway salary support
  • Cahaya jobs now correctly receive the intended 3× salary increase
  • Updated Company_Fake_E01_patch.json routing so expansion jobs actually apply in-game
  • Confirmed working in Dowon, Bliss Bay, and Cahaya
  • Expanded and verified salary coverage across 95 salary entries
  • Cleaned the mod back to salary-only behavior
  • Removed teen/job eligibility fields from Enhanced Salaries standalone
  • Improved JsonPatch structure for cleaner routing and compatibility
Version 1.0 (Initial Release)
  • Universal 3× salary multiplier implemented
  • Base game salary support
  • Bliss Bay career integration
  • JsonPatch-based implementation for maximum compatibility
CREDITS & SUPPORT

Original Author: Moddywood Rebuilt by: iLexieK Mod Type: JsonPatch Current Version: 2.0 Identifier: ENHSAL01

If you enjoy this mod, feel free to endorse it! Found a bug or have a suggestion? Drop a comment — I read them all and genuinely appreciate the feedback.

Be the first to comment

0/2000