argent77
argent77
Reactions
-
Re: New versions of NearInfinity available
@Starhowl The message "incorrect header check" is a Java message indicating that the SAV file itself is corrupted. If it is still possible to decompress the SAV file, you can try to delete … (View Post)1 -
Re: New versions of NearInfinity available
It's certainly the Staff of the Magi, if she has it still equipped. Let's try an easier option first. Enter the following command in the game's debug console: C:Eval('ActionOverride("Imoen2"… (View Post)1 -
Re: [MOD] Reveal Hidden Gameplay Options (for all EE games patched to v2.0 or higher)
I don't think so. The option can only control whether to show for allies only or all creatures, and whether to show all the time or only when paused. (View Post)1 -
Re: -HOW TO DO STUFF IN WEIDU-
Some minor corrections. The source_file paths have to be updated, and the "zero" code is not needed in your example. [spoiler]//Baervan Holy Symbol - code gently given by Argent77 COPY ~Dei… (View Post)Post edited by argent77 on1 -
Re: -HOW TO DO STUFF IN WEIDU-
The relevant WeiDU functions for dealing with PVRZ are UPDATE_PVRZ_INDICES and INSTALL_PVRZ. Both functions are described in the WeiDU docs. Example for installing a BAM V2 file: [spoiler]// 1. Insta… (View Post)1