The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

sandorianguy

Uploaded by

sandorianguy

Virus scan

Safe to use

Tags for this mod

About this mod

Provides more verbose and colored action log (shows gained xp, obtained items, etc). Requires ActionLog by Wolfmark.

Requirements
Permissions and credits
Translations
  • Mandarin
Changelogs
Description
=========
Adds more messages to the action log (requires modActionLog by Wolfmark). Messages have kind of syntax highlighting, like seen in Final Fantasy XI.
Work is in progress, but you can try out and report issues or requests.

Features
=======
The extended action log shows you:
- gained XP, level-ups and skill points
- items that have been obtained/looted/traded/consumed or removed
- area and environment information (weather, moon, in-game days)
- effect changes on the player (enhanced armor/weapons, regeneration etc.)
- exchange information (Vivaldi bank)
- player stats
- Hotkey for printing area or player stats
- localization (English & German, CSV files provided for adaption)

Install
=====
- modZActionLog must be present in your mods folder
- copy modZColorfulActionLog from the zip archive to your mods folder
- use ScriptMerger to merge files
- add to your input.xml (PathToWitcher3\bin\config\r4game\user_config_matrix\pc)
<!-- somewhere after: -->
<!-- <Group builder="Input" id="PCInput" displayName="controls_pc" tags="keybinds"> -->
<!---        <VisibleVars> -->
            <!-- colorfulActionLog -->
            <Var builder="Input" id="PrintAreaStats" displayName="cal_printareastats" displayType="INPUTPC" actions="CalPrintAreaStats" />
            <Var builder="Input" id="PrintPlayerStats" displayName="cal_printplayerstats" displayType="INPUTPC" actions="CalPrintPlayerStats" />
            <!-- colorfulActionLog -->

- add to your input.settings (Documents\The Witcher 3\) (Change NumPad1/2 manually or via ingame menu)
[Swimming]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Exploration]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Diving]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Combat]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Boat]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[BoatPassenger]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Horse]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)
[Scene]
IK_NumPad1=(Action=CalPrintAreaStats)
IK_NumPad2=(Action=CalPrintPlayerStats)


Compatibility
===========
- works nicely with friendlyHUD, RealEconomy
(to be honest, I have only tried it together with a lot of other mods, but not with just this + modActionLog)

Known Issues
===========
- sometimes messages are missed: effect changes, oil application, item removal (in trading)