OpenGothic icon indicating copy to clipboard operation
OpenGothic copied to clipboard

Reimplementation of Gothic 2 Notr

Results 172 OpenGothic issues
Sort by recently updated
recently updated
newest added

I am in a lil test playthrough right now. Some things are a bit funny till now and I thought you might wanna hear of them. First I already witnessed...

- [x] Bow doesn't work - [x] Left/Right swiping also not working (see extended menu) - [ ] Target lock

bug

Only basic 2d and mouse are done at this moment

porting

This ticket is to track ray-query/ray-tracing work command line: `Gothic2Notr.exe -rt` ![изображение](https://user-images.githubusercontent.com/122894/162619785-30e79cf0-1b7e-4b5e-b3ab-970a53199942.png) - [x] Engine api bring-up - [x] Static mesh support - [x] Textures support (Vulkan only for now)...

enhancement

This is a followup to #267. ## The Premise [ZenLib](https://github.com/Try/ZenLib) is quite an old project with a lot of broken code, unused features, inconsistent naming and legacy programming patterns. Therefore...

At this point only a few `marvin` commands are implemented - need to finalize it.

unimplemented

Union exposes its own API as C-style exports. Your `README.md` states that Union mods are impossible to support, which is not true — it's perfectly possible, but tedious to do....

wontfix

### This is a ticket to track not implemented api remaining. `func void Mdl_ApplyRandomAni(var C_Npc npc, var string s1, var string s2)` `func void Mdl_ApplyRandomAniFreq(var C_Npc npc, var string s1,...

unimplemented

Currently game missing rain, wind, sun texture, moon texture. #### Textures to look at: ``` SKYRAIN-C.TEX SKYRAINCLOUDS-C.TEX SKYRAINDROP-C.TEX SKYRAINSPLASH-C.TEX ``` #### Api entry: `Wld_IsRaining` #### *.ini file: ``` GAME skyEffects...

unimplemented

Ladder is not recognized as interactive object; climbing probably also doesn't work. ![изображение](https://user-images.githubusercontent.com/122894/106525304-11ddc600-64e4-11eb-87c6-2b20f7c9fd7f.png)

invalid