Documentation
Readme
View as plain text
________ ______________
/ ___| \/ | _ | _ \
\ `--.| . . | | | | | | |
`--. \ |\/| | | | | | | |
/\__/ / | | \ \_/ / |/ /
\____/\_| |_/\___/|___/
SMOD - created by SkacikPL
https://www.skacikpl.pl
============================
ABOUT
============================
SMOD is a generic modification for Clive Barker's Jericho that fixes some "problematic"
aspects of the game and gives the user full control over game parameters and LUA code.
For general non-mod related improvements I recommend reading PC Gaming Wiki page:
https://pcgamingwiki.com/wiki/Clive_Barker%27s_Jericho
============================
INSTALLATION / UPDATING
============================
Drop "ModData", "QuickBMS" and "Install SMOD.bat" files into main game installation
directory, eg: "steamapps\common\Clive Barker's Jericho" and run "Install SMOD.bat".
The installer script will handle everything for you.
If you already had previous version of SMOD installed, updates are performed by
Copying contents of the "ModData" folder into your Jericho installation folder
and overwriting all contents. There is NO need to run "Install SMOD.bat" outside
initial first time installation of the mod.
Please do NOT mix full version with Lite version, if you wish to make a switch,
perform a reinstall of the game first!
============================
CONFIGURATION
============================
Configuration is handled via editing "autoexec.lua" with a text editor of your choice,
standard notepad will do the trick although something more robust like Notepad ++
is recommended.
Mod also comes with custom bindings:
HUD Toggle - Mission/Help key (F1 by default)
Jump -(If enabled in autoexec.lua;Left shift by default)
Pause -(Requires adding Walk.Sprint.0 = PAUSE binding in "Kb" User Control definition in game.cfg)
============================
OTHER NOTES
============================
Game can be launched with following CLI params:
-console -Enables developer (LUA) console, it's a separate window visible only in
windowed mode. Press control + ~(tilde) to open ingame console, Page Up/Down
to cycle last used commands.
-devmode -Enables developer mode, adds some quick debug functions under F# keys.
-toolmode -Probably editor related, tries to load missing assets/scripts and crashes.
-safemode -Generic safe mode.
-widewindow -16:9 windowed mode.
For modding related notes, refer to Readme file in Modding tools and resources folder.
============================
CREDITS
============================
QuickBMS by Luigi Auriemma
Castlevania QBMS script by chrrox
VK9 by disks86
IndirectSound by John-Paul Ownby