Translations for our friends around the world.

Author Topic: Kenshi  (Read 87758 times)

0 Members and 1 Guest are viewing this topic.

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #105 on: December 13, 2021, 11:44:26 PM »
Community Update #43: More Merch, FCS Updates, Japanese Language Overhaul & More
Mon, 13 December 2021


And yes, there's some Kenshi 2 stuff in here too!

Greetings, oh followers of Kenshi, are you well? We hope so. Here in the UK we’re largely preparing for the festive season by hoping to Okran that Christmas isn’t cancelled for the second year running. Wish us luck and stay safe out there!

We promised we’d have an update to you as quickly as we could get it out there so here we are. We’re still working on a lot of top secret stuff we can’t yet talk about but here’s what we can show you:

Kenshi 2 Modding - District Divider




We’re doing everything in our power to make sure modders are going to be given a lot of the same tools we’re developing to create Kenshi 2. Here’s the district dividing tool for you to have a gander at. Sexy right?

This new system will allow settlements/towns/cities to be created with different districts for wealth, faction, race, you name it. Squads can belong to multiple districts or none at all. If you want a district in your NPC town for everyone called Dave, now you can!

Kenshi 2 Outtakes - Here Comes the Hotstepper



For the older players out there, you may remember how in Goldeneye on the N64, pretty much everything could cause an explosion if you looked at it for long enough (well, okay if you shot it a few times). Here’s our accidental tribute to that. It won’t be making it to the final product.

Kenshi 2 - Lighting





WARNING: THIS IS NOT EXACTLY HOW KENSHI 2 WILL LOOK. WE’VE MADE THESE PREPOSTEROUS LIGHTING CONDITIONS PURELY FOR THE SAKE OF SHOWING OFF TRANSITIONS.

Read on....

funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #106 on: January 31, 2022, 10:43:38 PM »
Kenshi 1.057 and experimental FCS 2.1 update
Mon, 31 January 2022




Minor Japanese translation update plus FCS update in experimental branch

Small updates to Japanese translation in main branch plus experimental release of FCS v2.1.

FCS update currently found in experimental branch until next update.

FCS 2.1 Changelog:

Added documentation for FCS
Adapted from our own in-house documentation
Non-comprehensive, but it's a start!
Added improved item search functionality
Recursive property and reference searching
E.g.
find squads with more than 10 skeletons
(In Squads section) squad.v0 > 10; squad.race = skeleton
find research items with ingredients with values over 1000 cats
(In Research section) cost.value > 1000
Building shells requiring construction materials with ingredients that have a value over 100 cats
(In Building Shell section) construction.ingredients.value > 100
Added ability to search using Regex
e.g.
Find all dialogue lines with numbers in text
(In _lines section) text ? (\b[0-9]+\b)
Significantly improved performance of item filtering
Added an "Everything" section to search through all items at once
Added a new panel when translating conversations
Now displays what dialogue package references the conversation being translated as well as what event trigger can start this conversation
Added additional functionality to the "Set field" window
Can now remove references in addition to adding them
Can bulk modify values with addition, subtraction, division and multiplication
e.g.
Can now select all research items and halve the amount of items required to complete
Can select any number of weapons and multiply bleed damage multipliers by 1.5
Added spell check feature
Works for any multi line item property
e.g.
Descriptions for items, races, and buildings
Dialogue lines
Added option in merge window to show previously skipped changes
Added multi line display on single lines for change list and merge mod windows
Added ability to open items from the merge window
Added tree view for notes
Dialogue lines now parented to conversations
Added ability to more easily navigate merge and todo trees with arrows keys (left and right now expand and collapse nodes)
Added categories and filtering options to errors window
Added error reporting on more problems loading def files
Added number of errors to the errors window title
Added error to be displayed if fcs.def has invalid FCSEnum value
Added lots more error types as well
Added derived score to dialogue lines display
Added additional UI for Todo window, added delete option
Added ability to use Ctrl-A to select all items in a list
Added a reset columns function to turn off all custom columns at once
Added dialogue keyboard shortcuts
Ctrl+1-5 : change speaker
Ctrl+L : add line
Ctrl+I : add interjector
Added ability to restore backups when loading mods
Added modified dialogue lines under owning dialogue in change list
Added ability for TripleInt properties to be displayed with % signs
Added ability to show % symbols when displaying values in custom columns
Added copy dialogue line stringID action to dialogue editor
Added MODIFIED_MISSING item state
Added a warning when deleting an item with locked propertiesAdded check to stop accidentally trying to open hundreds of items at once
Added combined description panels in dialogue package editor
Added 'Expand Link' to dialogue context menu
Added warnings to a dialogue line translation when original text is changed
Added ability to change mod folder location in fcs_settings.def
Added ability for events to display descriptions from FCS_enums.def
Added assets folder path to fcs_settings.def
Added GameData.saveSafely() function that doesn't corrupt the existing file if it fails.
Added restore option if a dialogue line was deleted by the active mod
Added additional checks to avoid creating invalid links when merging mods

Updated translation mode with new features/fixes
When updating duplicated text, a new option is given to update just the text in this conversation vs everywhere else
Opening a conversation no longer always opens a new form, if one is already open it is brought to the front
Updating duplicate text now refreshes all nodes/forms with updated text
Renamed ToDo toolstrip button to Notes and added an icon
Improved resizing behaviour of Errors window
Improved resizing behaviour of Notes window
Pressing down arrow key in 'add reference' window switches focus to item list
List References window opens all selected items when OK pressed
Clear changes command in error list resolves 'Modified item undefined error'
Listing references now shows what field item is referenced by
Added a bit more info when displaying what dialogue lines have effects that reference an item
Standardised descriptions in fcs.def when referencing val0/1/2
Sometimes we had val1/2/3 for extra confusion

Bug Fixes
Fixed custom column duplication
Fixed potential duplication of global settings and artefacts lists
Fixed todo list sometimes not filtering correctly
Fixed mod version number being overwritten
Fixed removed fields not appearing in misc section if there is a reference list of the same name
Fixed cleanup if there is a reference list with the same name as a removed field
Fixed system thinking a mod has changed if you just select a reference property
Fixed merge dialogue showing extra DELETED items
Fixed change list not displaying MODREF values correctly
Fixed some other incorrect uses of GameData Desc flags
Fixed custom column menu bug introduced by adding the reset command
Fixed reverting items not reverting all subitems
Fixed crash reverting subitems in change list
Fixed crash deleting items that own subitems
Fixed being able to modify locked dialogue packages
Fixed crash when cloning items
Fixed reverting MODIFIED_MISSING items
Fixed merge changes with only NEWREF or NEWINST data being tagged as conflicts
Fixed save file backups being deleted if save failed
Fixed exception opening missing reference errors in translation mode
Fixed bug deleting items that are deleted by a later mod
Fixed being unable to delete broken dialogue lines
Fixed being able to edit deleted line items
Fixed some issues with forms owned by merge dialogue
Fixed close all button making some windows unopenable


funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #107 on: March 23, 2023, 12:24:38 AM »
Heaps of localisation updates, weight bug fix (CN), and font bug fix (global)
Wed, 22 March 2023




Small Localisation Updates for Spanish, Portuguese (Brazil), German, French & Japanese
We’re not officially updating Kenshi really, outside of the odd FCS update when we add transferable features for the Kenshi 2 version, but yet here we are.


Most of the updates are specifically for localised versions of Kenshi but we have a couple of minor additions that affect all versions:

First up, we’ve fixed an issue that caused the options screen to use the default font size when returning to the game after close, despite the options menu belligerently claiming it’s been changed.

Secondly, we've added some default keybinds to make SteamDeck/controller etc. configurations easier to set up. Simply press the button that resets your keybinds to these default settings and start customising from there.

Small Localisation Updates for Spanish, Portuguese (Brazil), German, French & Japanese

Lo-Fi’s Localisation Team has been steaming ahead since last October, after the new localisers for Spanish, Portuguese (Brazil), German, and Chinese (Simplified) joined the team. One of the first things they looked into, before tackling Kenshi 2, was to look into Kenshi’s non-dialogue related text, including UI, tips, and item descriptions for inconsistencies, mistranslations, and language-specific issues.

We are happy to announce that Spanish, Portuguese (Brazil), German, French and Japanese corrections are now completed with some of the key changes that are outlined below.

Spanish
There were many inconsistencies in gamedata, such as,‘‘blueprints’ translated into multiple words, and ‘Beak Things’ and ‘Skimmers’ translated into two different words. Beak Things are now consistently called ‘Pinchostruo’ and Skimmers ‘Patineto’.

Some mistranslated words are also corrected, including "Armour King’ changed from “armadura del rey” (the king’s armour)” to “Rey de la armadura”.

Some skill-related verbs such as ‘crafting’ and ‘farming’ are also using correct tenses.
Most of the lore-related notes and documents are re-translated and should be easier to read compared to the previous translations.

German

    Quotation marks and ellipses (…) are now properly displayed. No more text gaps!
    Translated previously untranslated text
    Fixed text overflow on certain UI elements
    Some incorrect skill name translations were fixed
    Generic NPC names are now correctly gendered to match the NPC’s gender (for example: Bauer/Bäuerin, Söldner/Söldnerin)
    Fixed many naming inconsistencies, including Rebirth and the Skeleton race
    Skimmers now retain their English name and Skimsands was accordingly changed to “Skimwüste”
    The “Gutters” faction is now correctly called “Ausweider”
    Reworked many UI texts, item descriptions, tips and tutorials to fix errors and increase legibility


Portuguese (Brazil)
All the game interface (except dialogues) has been reviewed and polished in Portuguese. Players should notice several improvements to the previous translation, including:

    Fixing of typos, grammar, and UI display issues (such as the infamous /OA/)
    Consistency within gameplay elements (e.g., "equipe" instead of "grupo/equipe" for "squad") and lore elements (e.g., "Talho Negro" instead of "Arranhão/Talho Negro" for "Black Scratch")
    Fixing of overflowing and cut-off text. There may be more work to do, but we’ve fixed what we could find
    Generic NPC names now display according to the specific character's gender (e.g., "Padeiro" or "Padeira" for "Baker")
    Instructional text and item descriptions have been mostly re-written for improved clarity
    A few tweaks to give the Portuguese localization more flavour (e.g., instead of the awkward "areiaíche" for "dustwich", we now have "sandubareia")


French
A few fixes and improvements, such as:

    Untranslated text that used to appear in English is now translated into French
    Improved translation of some GUI elements
    Fixed some errors with items and their descriptions
    Generic names now display according to the character’s gender (e.g., "marchand" or "marchande" for “trader")


Japanese
Some untranslated texts have now been translated into Japanese. Speed-related displays such as miles/hr are shown in Japanese. Some instructional and help texts have been edited further for easier reading.

It’s been a long time coming, but the team wishes all players, new and old, to enjoy the new update that will make it easier to play Kenshi in their respective languages.


Item weight bug fix for Simplified Chinese
We’ve made a small but significant change to fix a bug that made the weight of items display incorrectly in Simplified Chinese; Previously, 1 kg was displayed as the equivalent of 1111 kg and 9 kg displayed as 1119 kg etc.

The weights of all items should now display correctly. Thanks to everyone that pointed this out.

Steam Spring Sale
That’s all for now, just a little space here for us to mention that we’re currently 55% off in the Steam Spring Sale. Catch you next time!

-55%  £22.99  £10.34

Wed, 22 March 2023
funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #108 on: March 24, 2023, 12:09:26 AM »
Kenshi 1.0.62 Patch Notes (experimental)
Thu, 23 March 2023



1.0.62 (experimental)

    Town names are no longer saved so they can be changed by translations and mods
    Characters can spawn with items in their belt slot
    A fix for sometimes not playing the correct ambient audio bank
    Fixed gui stats displaying differently when paused (for crossbows)
    A mystery path following bug fix
    Fixed game crashing when dialogue censorship was switched on
    Changed default font size from 0 to 4
    Fixed new game starts window displaying incorrectly with larger font sizes
    Fixed a crash on exit
    FCS
    Fixed dialogue effects showing as invalid in translation mode for kenshi1
    Fixed crash entering translation mode

funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #109 on: June 12, 2023, 11:17:48 PM »
Kenshi is 55% off! Top tips for new players inside, new keyboard layout graphic
Mon, 12 June 2023



Midweek Madness Sale - 12th-19th June!

Start your week on a high note with Kenshi at 55% off! That’s right! From the 12th till the 19th of June, you can grab the title that one player with 1,964 hours on record called “weird”.

-55% £22.99 £10.34


Our reviews speak the true true


With waaaaay over a million players, a 95% positive review score from 69,000 reviews (nice), Kenshi might just be the non-linear, post-apocalyptic, open-world sandbox, base-building, limb loss simulator you’ve been sleeping on.

If you’re sat on the fence, just listen to some of the many reviewers with 1,000+ hours in Kenshi:


“It’s ok I guess” (1,147 hours)

“Pretty good” (1,913 hours)

“Please send help” (1,780 hours)

“It’s fine I think” (1,949 hours)

Kenshi?


Still unsure? Check out our Steam page for trailers, screenshots and the usual bumf. Or perhaps watch this Cool Kid Croc video to see a brave attempt at a 100-day solo run.


A brand spanking new Kenshi keyboard layout graphic

Here’s something for both new and old players alike - even the diehard fans might find something you didn’t know in here. It’s a brand-spanking new keyboard graphic (cue fireworks). Have at ye:



Printable Version




Getting Started in Kenshi

For those of you new to Kenshi…prepare yourselves for a harsh world with a learning curve that will hit you in the face, tie you up and then sell you to slavery before you’ve figured out whether that dog is going to eat you or not.

In Kenshi, you’re not special, you’re not the chosen one, and you need to work hard to get anywhere, but oh boy are the rewards worth it.

In a free-roaming, open-world game where you can (properly) choose your own path, that doesn’t give you quests or a linear story, you might be needing a few tips to get started. Don’t worry, we got you covered with this compilation of tips from our (sometimes helpful but usually meme-laden) social media.

Even if you’re a hardcore player, there might be something helpful in here.

Read on: https://steamcommunity.com/games/233860/announcements/detail/3654154968387135175

funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #110 on: March 27, 2024, 12:33:01 AM »
Kenshi 1.0.67 - Experimental Branch
Tue, 26 March 2024



1.0.67

Added free camera mode for screenshots and videos. Toggle with ;

If you experience any issues after the update, please read this post on how to report crashes or bugs and make a post in the Lo-Fi Games forum, ensuring that you’re nice to our lovely moderators.


https://discord.com/invite/R6258etsHE

funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #111 on: April 17, 2024, 12:25:35 AM »
Kenshi has sold 2 million copies! Plus: Animated Steam Avatars
Tue, 16 April 2024



Kenshi passes 2 millions sales mark, animated Steam avatars + Community Spotlight #16

Hey Kenshi crew, how you doin’? First up - in case you missed it, we recently posted a blog with a little Kenshi 2 news and a brand new Kenshi Free Camera mode. Check it out if you’ve not had the chance. So why are we here again so soon? Well, we’ve a pretty big milestone to celebrate:

Kenshi hits two million sales milestone



We’re overjoyed to announce that we’ve sold 2.3 million copies of Kenshi. Not only that - more of you folks bought yourself a copy of Kenshi in 2023 than in any other year. Wild.

Read on...
funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #112 on: May 12, 2025, 11:31:24 PM »
Community Update: Kenshi - Meet the Makers (video)
Mon, 12 May 2025



A chat with Chris Hunt & Natalie Mikkelson of Lo-Fi Games on the legacy of Kenshi and the vision behind its prequel

Hey Kenshi crew,

We?ve just released a new video: Kenshi: Meet the Makers. It's an informal look behind the scenes with Chris Hunt - creator of Kenshi and founder of Lo-Fi Games, and Nat Mikkelson - Lo-Fi?s Managing Director and Lead Writer on Kenshi 1 and Kenshi 2.

Simply put: the video is a short conversation to give you a little insight on our thinking, and a glimpse into the creators? minds while Kenshi 2?s development continues behind the scenes.

You?ll find some chatter from Chris and Nat on how Lo-Fi Games began, where the ideas for Kenshi came from, and what it?ll mean for Kenshi 2 players to experience a game set 1000 years before the first one.

There?s some talk on who Kenshi is really for (and why you might need a twisted sense of humour to enjoy it), why Kenshi doesn?t make you the chosen one, and why we?re still keeping our cards close to our chest when it comes to Kenshi 2 details. There?s loads more in there, but it?s best if you just give it a watch.




Subtitles in 12 languages

We?ve translated subtitles to the video in the following languages:

    French
    German
    Italian
    Japanese
    Korean
    Polish
    Portuguese (Brazilian)
    Russian
    Simplified Chinese
    Spanish
    Turkish


English subtitles are also available!


Why are we sharing this now?

It felt like the right time to check in; to reflect on where Kenshi came from and what sort of world we?re building next.

It?s also a rare chance to hear directly from Chris and Nat themselves. Their dynamic and shared vision is at the heart of everything we do at Lo-Fi Games, and this is the first time we?ve put them in front of the camera together.

If you?ve been with us since Kenshi 1, or if you?ve only just discovered the game, this video is a small glimpse into the mindset that?s shaped the world of Kenshi; from its humble beginnings to the many-legged monster it?s become.


A big ol? Kenshi sale

If you?ve not yet had the chance to play the first game, we?re currently on sale at 70% off on Steam, so it?s not a bad time to pick it up.


-70% ?22.99 ?6.89

Cheers for reading and watching. As always - a massive thank you to the Kenshi community, we?ll have a new Spotlight video for you soon. Remember to catch us in our Discord https://discord.com/invite/R6258etsHE follow us on the socials and sign up to our newsletter.

Catch you next time!

funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Offline General Sandman

  • Hero Member
  • *****
  • Posts: 757
Re: Kenshi
« Reply #113 on: May 29, 2025, 12:01:04 PM »
Hi there.
Hereby I am posting my current KENSHI MOD configuration from the config-file.
I am planning to get back on the subject with more extentend info and documentation.
The KENSHI world is quite huge and while playing from time to time, I am still checking for stability, balance and issues.
Nevertheless the selection hasnt been done hasty at all, but after a careful research for several weeks.


Kenshi Load Order Organizer - EXTRA.mod
256 Squad Limit.mod
More Names.mod
Relatable Bandits.mod
[1.1]--------------------(UI).mod
Radiant True Dark UI.mod
[1.2]--------------------(Graphics).mod
Loading Screens.mod
Wanted Posters update.mod
Political Map Redux.mod
REALISTIC BLOOD RETEX.mod
Water Optimizer.mod
Minor Mesh Fixes.mod
[1.3]--------------------(Performance).mod
Fixing Clipping Issues.mod
SCAR's pathfinding fix.mod
SCAR's pathfinding fix - fogmen.mod
[1.4]--------------------(Dialogues).mod
[2]----------[Animations]----------.mod
DigCombatAnimation.mod
Great Anims Mod.mod
More Combat Animation.mod
MCA Battle Fury.mod
AnimationOverhaul.mod
[3.1]--------------------(New Races).mod
concept_skeletons.mod
Economy-Chad.mod
Robotics Limb Base Skeletons.mod
Mist Ghouls.mod
Grievewraiths.mod
Foulhounds.mod
[3.2]--------------------(Race edits).mod
Slower Recovery.mod
Battle Hardened Kenshi - XP.mod
Battle Hardened - Reworked Speed.mod
[3.3]--------------------(Hair and Body).mod
Renaming Animals.mod
Tattoos.mod
Tattoo_addon.mod
Tattoos Intergrated.mod
Tattoos Intergrated_Readjustment.mod
[4.1]--------------------(Game Starts).mod
Game_Starts_+.mod
Wandering Swordsman.mod
samuraijack.mod
Alternate Starts.mod
Kenshi starts.mod
Lore Starts.mod
glass' starts.mod
Impossible Start.mod
TorsoRedux.mod
[4.2]--------------------(Recruits).mod
Each Persons Life.mod
Are We Friends.mod
RecruitPrisoners.mod
Lots of bar thugs.mod
Lost Thralls.mod
Wandering Squads_Recruitables.mod
NewRecruits.mod
Training Weapon Vendor.mod
[4.3]--------------------(Animals).mod
Battle Hardened - Hardcore Animals.mod
Animal Variations.mod
Radiant Animal Sub Species.mod
ScarierSpiders.mod
[4.4]--------------------(Animal Items).mod
Better Leviathan Loot.mod
BeakThingEggFoods.mod
dogbackpack.mod
[5.1]--------------------(Faction Additions).mod
Bank Use! EN.mod
Fix Relation(Healing)EN.mod
Visiting Slaver Caravan.mod
Visiting Slaver Caravan LITE.mod
Rebel Farmers+.mod
Normal_Starving_Bandits.mod
No raids for small bases.mod
Work as Mercenary.mod
Dust Bandit Overhaul.mod
Military Crossbowmen.mod
Scimitar Nomads.mod
Diverse Mercenary Armor.mod
Rebel Swordsmen Clothing.mod
Diverse Starving Vagrant Armor.mod
Diverse Startving Bandit Armor.mod
NPCs Have Skeleton Repair Kits.mod
Holy Prisoner Caravan+.mod
[5.2]--------------------(Minor Factions).mod
Nomad Guardian.mod
Mercenaries +.mod
Faction-Mercenary.mod
More Merc Contract Options.mod
Faction Caravans.mod
Wandering Squads_Traders.mod
The Dark Tech Society.mod
Players Slavery.mod
Regenerates in Towns.mod
[5.3]--------------------(Bounties).mod
More Bountys.mod
Bounties Galore.mod
[6.1]--------------------(Building Edits).mod
Defensive Gates 10x HP & 50% quicker repair.mod
[6.2]--------------------(Building Additions).mod
AnnexFishmanIsland.mod
Burial Site New.mod
tombstone.mod
Bury Your Treasure.mod
more building(HWB edition).mod
Players Slavery + more building.mod
Concrete Block.mod
Little Better Farm Fences.mod
Better Crop Fences.mod
Expanded Lighting.mod
Crucifixion.mod
2PN8MoistureFarmingEnhanced.mod
MedicalBeds.mod
Better Storage System.mod
Advanced Camping.mod
Extended Camping.mod
Sensible Nomadism.mod
[6.3]--------------------(Furnitures).mod
Dustless Furniture.mod
Random Furniture.mod
[6.4]--------------------(Craft Stations).mod
Peeler Machine.mod
Copper drill.mod
Slopeless.mod
Post-apocolyptic Scrapping and Building.mod
[6.5]--------------------(Gym).mod
Wooden Dexterity Training Dummy, Tiered.mod
Strength Training Equipment.mod
Sparring Mats - Basic Training, Tiered.mod
Crossbow Training Station.mod
Training Revamp.mod
Sensible Training.mod
[7.1]--------------------(Armor Sets).mod
nomad cape.mod
Armour Variations.mod
CombatBoots.mod
Bounty Hunter Armor.mod
Make Holy Nation Great Again.mod
Shinobi boots.mod
Shinobi Martial Art Bindings.mod
Shinobi_armor.mod
GusokuArmorV1.0.mod
Tweaked Armored Rags.mod
[7.2]--------------------(Clothes and Hats!).mod
Wolf_Headgear.mod
all clothes have value.mod
Colored Martial Artist Bindings.mod
[7.3]--------------------(Weapons).mod
Tool Weapon.mod
Tools Advanced.mod
training_swords_gariba.mod
Crossbow_expansion.mod
Actually Useful Ninja Blades.mod
[7.4]--------------------(Limbs).mod
Radiant Robot Limbs.mod
[7.5]--------------------(Items and Tools).mod
Grinder Works.mod
NPCs have loot.mod
Bloodrum production.mod
ServingAlcoholAndHashish.mod
Cart.mod
Craftable Tools.mod
Prisoner_Food.mod
Radiant Food.mod
Sensible Nutrition.mod
Book Writing.mod
Realistic Weights and Volumes.mod
[8.1]--------------------(Combat).mod
Sparring_Partner.mod
Sensible Martial Arts.mod
Battle Hardened Kenshi - Combat.mod
No Cut Efficiency.mod
[8.2]--------------------(Overhaul).mod
LivingWorld.mod
CaravanCash.mod
Fort Simion Expanded.mod
Towns Root.mod
Cat Tower.mod
HN Outlaws.mod
Thousand Hands Martial Village.mod
BCDB - Merged.mod
FHN - Merged.mod
Swish Mods East Coast Expansion.mod
UKP.mod
RW-LW Patch Tweaks.mod
Shidan's Tweaks & Fixes.mod
Ultimate Cities Towns Merge.mod
[8.3]--------------------(IA).mod
Pathfinding fix for RLBS.mod
Pathfinding fix for RASS.mod
Splints.mod
NPCs Do Repairing.mod
No Wear and Tear.mod
Stop shouting at your allies.mod
Realistic Thieving and Asassinating.mod
Fix AI of robbing foods.mod
Money theft.mod
Wandering Traders fix.mod
Working Slave Camp.mod
Players Slavery +Slaves Counterattack.mod
[9.1]--------------------(Faction and Race Patches).mod
RP & RW Compatibility Patch.mod
Radiant Animal Sub Species FIX.mod
Rare Skeletons tweaks.mod
Wandering Squads_Engine.mod
Dark UI + Shidan's T&F patch.mod
Faction-Mercenary-EN.mod
RLBS RP Patch.mod
Bounties Galore! Recruit Prisoner Patch.mod
Players Slavery +Compatible.mod
[9.2]--------------------(Animation Patches).mod
megakick_anim_fix.mod
Economy Chad MCA.mod
RLBS-GreatAnims Patch.mod
RLBS AOM Patch.mod
[9.3]--------------------(Animal Patches).mod
ScarierSpiders - Fix Cannot Shoot.mod
[9.4]--------------------(Building Patches).mod
Radiant Food + Better Storage Patch.mod
[9.5]--------------------(Armor Patches).mod
Realistic Goggles.mod
Undershirts Realistic.mod
Drifters Gear Realistic.mod
Martial Artist Bindings Realistic.mod
Samurai Clothpants Improved.mod
Assassin's Rags Fix.mod
No Cut Efficiency Wolf_Headgear patch.mod
CombatBoots_NCE.mod
NCE Shinobi Armor.mod
NCE for Bounty Hunter Armor.mod
NCE for Gusoku Armor Set.mod
[9.6]--------------------(Weapon Patches).mod
Scimitar Nomads How Patch (Tool Weapon).mod
Blunt Class Realistic.mod
Better Crossbows.mod
[9.7]--------------------(Limbs Patches).mod
[9.8]--------------------(Items and Tools Patches).mod
CaravanLW Fix.mod
NPCs have loot patch mod.mod
Food from Beak Thing Eggs - Same Egg Patch.mod
[10]----------[Economy]----------.mod
Realistic Real Estate.mod
Holy Nation Vendors Sell More Stuff.mod
Trade Prices.mod
Decreased Prices for Weapons and Armour.mod
realistic finances.mod
[11]----------[Miscellanious]----------.mod
[12]----------[Optional]----------.mod.mod
funny
0
informative
0
Thanks
1
No reactions
No reactions
Members reacted Thanks:
Asid,



Who we were

“We were the ones who knew but did not understand, well informed but without insight, overloaded with factual data but poor in experience and wisdom. So we went, not stopped by ourselves."

Based on Roger Willemsen R.I.P.

Offline Asid

  • HAVOC
  • *
  • Posts: 27212
Re: Kenshi
« Reply #114 on: May 29, 2025, 11:36:20 PM »
Thanks for that Sandman  :thumbsup
funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions

I stand against Racism, Bigotry and Bullying

Tags: