2024-01-08
Dominatrix 1.1
Dominatrix is now updated to v1.1. You can download the files at itch or at GitHub. Here are the changes.
- Portable mode. Added a new cvar (portable) for storing saves, configs and screenshots in the game's directory like in the original release. To enable, launch sin with
+set portable 1
. - An attempt at fixing user settings not being saved when using a Windows account with special characters. Also created a new console command,
usercfg
, which is mostly an alias for "exec <the player's user.cfg>" - The "locale" cvar is now used when displaying menu and dialog language when using the Night Dive release of SiN.
- Crosshairs now scale with the rest of the menu graphics.
- Menu type sounds in the menu now play at a better speed.
- Fix demos not playing.
- MOUSE4 and MOUSE5 can now be used in the bindings menu.
- New menu section. Added a new menu for the user to control additional settings. You can access this menu by going to the "Game Options" menu and selecting the last item - "Dominatrix Extra Settings..."
This menu is hardcoded into the game's binary and should always appear even if the user is playing a version of the game with a different menu file, like the Windows CD version. The new menu currently has the following configurable settings.
- New cvar - charsize. This now controls the size of text of the in-game console. By default, it is set to 16, but it can go from 8 (original size) to 32.
- New cvar - con_ui_scale. This controls the scaling of the HUD and menu graphics.
- FOV slider.