Gothic II: Gold Classic

Gothic II: Gold Classic

zGamePad - complete gamepad support
 Toto téma bylo přilepeno, takže je nejspíš důležité
Gratt.5r2  [vývojář] 13. dub. 2022 v 14.57
Bug report
Report bugs here
< >
Zobrazuje se 115 z 18 komentářů
Playing on the german client and this plugin only works if i set it to off (Aus) in his own options menu, setting it to on just disables it and only the right stick is working.

Mods: Union -> zGamePad (nothing more)
Naposledy upravil Corvus; 17. čvn. 2022 v 14.32
Gordo 1. říj. 2022 v 10.36 
Hi, great Mod, I've used it to beat Gothic 1, now in Gothic 2 with Returning 2 and New Balance installed I have issues in the Inventory screen and the Journal. Probably has to do with the new Inventory from the Mod. Can you help me please?
There are some mods (New Balance, Dirty Swamp) where there is a large number of actions in the game tied to different combinations on the keyboard. It is very difficult or impossible to bind all of them without the help or by the mod authors themselves. Therefore, I personally would not recommend playing such mods with gamepad plugin. These mods are not intended for the gamepad. But you can try customize the some action manualy via .gamepad.overlay files.

https://github.com/Gratt-5r2/zGamePad/wiki
Altaïr původně napsal:
Hi, great Mod, I've used it to beat Gothic 1, now in Gothic 2 with Returning 2 and New Balance installed I have issues in the Inventory screen and the Journal. Probably has to do with the new Inventory from the Mod. Can you help me please?
I also have issues in the inventory with my xbox controller: I can neither close the inventory (pressing select) nor use items (pressing A).

I installed the D3D11 mod and its dependencies, however not through the workshop (as this did not work previously). Any idea how to fix this?
Fritzkefit původně napsal:
Altaïr původně napsal:
Hi, great Mod, I've used it to beat Gothic 1, now in Gothic 2 with Returning 2 and New Balance installed I have issues in the Inventory screen and the Journal. Probably has to do with the new Inventory from the Mod. Can you help me please?
I also have issues in the inventory with my xbox controller: I can neither close the inventory (pressing select) nor use items (pressing A).

I installed the D3D11 mod and its dependencies, however not through the workshop (as this did not work previously). Any idea how to fix this?

Dropping items via X works however.
Fritzkefit původně napsal:
Fritzkefit původně napsal:
I also have issues in the inventory with my xbox controller: I can neither close the inventory (pressing select) nor use items (pressing A).

I installed the D3D11 mod and its dependencies, however not through the workshop (as this did not work previously). Any idea how to fix this?

Dropping items via X works however.
Nevermind, I had enableJoystick in the Gothic.ini set to 1. Putting it back to 0 solved the issue.
Weird bug I encountered today:

I accidentaly opened the Credis while in game. After that Controller Mod did not work anymore. It gets solved if you unsubscribe and re-subscribe on steam so no big problem but pretty strange.
Если идти назад во время атаки бегом персонаж начинает крутиться на месте с безумной скоростью пока не закончит атаку.
Enlightened původně napsal:
Если идти назад во время атаки бегом персонаж начинает крутиться на месте с безумной скоростью пока не закончит атаку.
Аналогичная ситуация, в первой готике терпел, а во второй просто ужас как часто это возникает.
When I'm browsing a chest, then I press B to close it and stand up and then I start to push left analog stick downwards (because I want to walk away from the chest) during the stand up animation, the character immediately crouches and opens the chest again. In another words - I can't touch the left analog stick during the close+stand up animation otherwise I wouldn't be able to get out of the chest browsing.
Gratt.5r2  [vývojář] 5. čvc. 2023 v 13.45 
amdlo112 původně napsal:
When I'm browsing a chest, then I press B to close it and stand up and then I start to push left analog stick downwards (because I want to walk away from the chest) during the stand up animation, the character immediately crouches and opens the chest again. In another words - I can't touch the left analog stick during the close+stand up animation otherwise I wouldn't be able to get out of the chest browsing.
This is the default behaviour of the engine. It expected the 'forward' key in some g1 logical block and if you press the motion before the event ends, it will repeat the action. You can reproduce this 'bug' using the key W on your keyboard.
Gratt.5r2 původně napsal:
amdlo112 původně napsal:
When I'm browsing a chest, then I press B to close it and stand up and then I start to push left analog stick downwards (because I want to walk away from the chest) during the stand up animation, the character immediately crouches and opens the chest again. In another words - I can't touch the left analog stick during the close+stand up animation otherwise I wouldn't be able to get out of the chest browsing.
This is the default behaviour of the engine. It expected the 'forward' key in some g1 logical block and if you press the motion before the event ends, it will repeat the action. You can reproduce this 'bug' using the key W on your keyboard.
Oh, I see, thank you.
I am currently playing on my steam deck with the legend of ahssûn mod which has built in free aim for bows and cross bows.
I can not use the right stick to aim with free aim and after assigning the right track pad to work as a mouse input the screen flickers to black whenever I use it while aiming with the bow. Any known way of fixing these issues? I'd ideally be able to aim with the right stick.
Gratt.5r2  [vývojář] 16. pro. 2023 v 15.28 
igreshi původně napsal:
I am currently playing on my steam deck with the legend of ahssûn mod which has built in free aim for bows and cross bows.
I can not use the right stick to aim with free aim and after assigning the right track pad to work as a mouse input the screen flickers to black whenever I use it while aiming with the bow. Any known way of fixing these issues? I'd ideally be able to aim with the right stick.
The problem of this aim patch is that it handles the mouse device directly, not the rotation actions, Because of that you cannot rotate camera using sticks. So if this built-in feature not much different from the Ninja patch, you can try to do this:

1. Open Gothic/System directory, create the file with the next name and extension:
freeAimForGamepad.patch
.After that copy the next content to this file:
#engine #patch #assembler [0x0069A9F0] orgcode mov eax, [ecx+0x250] ; fmode cmp eax, 5 ; NPC_WEAPON_BOW jae 0x0069AA17 #/assembler #assembler [0x00473009] mov ecx, esi push 0 call 0x0069A940 orgcode jmp 0x00473023 #/assembler #/patch #/engine

2. In the same directory create the next file:
freeAim.gamepad.overlay
.And copy the next content into it:
KeyDisable Controls.Aim KeyDisable Controls.Shoot // Aim KeyRecord Id Aim Combination JOY_LT Emulation GAME_ACTION Condition Cond_FightModeRange, !Cond_InterfaceIsOpen Help aim // Shooting KeyRecord Id Shoot Combination JOY_RT Emulation GAME_UP Condition Cond_FightModeRange, GAME_ACTION, !Cond_InterfaceIsOpen Help shoot KeyDisable Controls.AimInvestMana KeyDisable Controls.Cast KeyRecord Id AimInvestMana Combination JOY_LT Emulation GAME_ACTION Condition Cond_FightModeMagic, !JOY_RT, !Cond_InterfaceIsOpen Help cast KeyRecord Id Cast Combination JOY_RT Emulation GAME_UP Condition Cond_FightModeMagic, GAME_ACTION, !Cond_InterfaceIsOpen

The first file will unlock rotation events when used bow, crossbow or magic.
The second file will remap controls for the free aim: now you will press the left trigger to aim and the right trigger to shoot.
I hope it will help you.
Naposledy upravil Gratt.5r2; 16. pro. 2023 v 15.43
I am currently playing on my steam deck with the legend of ahssûn mod which has built in free aim for bows and cross bows.
I can not use the right stick to aim with free aim and after assigning the right track pad to work as a mouse input the screen flickers to black whenever I use it while aiming with the bow. Any known way of fixing these issues? I'd ideally be able to aim with the right stick.
< >
Zobrazuje se 115 z 18 komentářů
Na stránku: 1530 50