Code Monkey home page Code Monkey logo

Comments (4)

Franisz avatar Franisz commented on September 25, 2024

Thank you for noticing that. I released an update with fix just now.

from zutilities.

wahoonie76 avatar wahoonie76 commented on September 25, 2024

it works perfect now, both on Gothic 1 and 2.

I didn't find a button to write an comment on your plugin - not an issue. So I will try to do it here:
Is is possible to use the Quicksave-function for each installed mod. So that your plugin takes the values for last saved game and last used number from the iLastSaceSlotModName and iLastSaveNumerModName-variables?
LHaart has also an Union-Patch which implements a Quicksave-functions and others (@rpgrussia.com) - I asked him before (my question) and he wrote that is not possible (his comment] but I don't know if he means it in generally for Union or for his own plugin.
Maybe you know a solution or have an idea. Otherwise I had to put a section of the 2 variables to Gothic.ini for each mod and comment out the not used (set or delete the ";"):

[..]
; QuickSave for unmodded --> (un)comment if change playing mod
;sSaveName=QuickSave_
;iMinSaveSlot=10
;iMaxSaveSlot=15
;iLastSaveSlot=11
;iLastSaveNumber=56
; QuickSave for Mod Name_1 --> (un)comment if change playing mod
sSaveName=QuickSave_Name_1
iMinSaveSlot=10
iMaxSaveSlot=15
iLastSaveSlot=15
iLastSaveNumber=8
; QuickSave for Mod Name_2 --> (un)comment if change playing mod
;sSaveName=QuickSave_Name_2
;iMinSaveSlot=10
;iMaxSaveSlot=15
;iLastSaveSlot=
;iLastSaveNumber=
[..]

So again: I like your plugin very much - excellent work.

Greetings

wahoonie

from zutilities.

Franisz avatar Franisz commented on September 25, 2024

Usually you can set override variables in .ini file of the mod when mod is actually run through gothic starter like so:

[OVERRIDES]
ZUTILITIES.bRenderInvItems=0
ENGINE.zWindEnabled=1

Unfortunately with current quicksaving method of storing iLastSaveSlot and iLastSaveNumber values, overrides wouldn't do much so in next version I will change that and quicksaves will work automatically and separately for every mod.

from zutilities.

wahoonie76 avatar wahoonie76 commented on September 25, 2024

Perfect!
I put a star on your project.

from zutilities.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.