Sören Zapp

Results 130 comments of Sören Zapp

The best solution that comes to mind is to replace the item text ```D TEXT [2] = ConcatStrings(NAME_Dam_Magic,NAME_PerMana); // "Magic Damage" + " (per mana)" ``` to ```D TEXT [2]...

I see a critical compatibility issue with the proposed fix above. It does not consider that a mod may have changed the parameters of a spell, e.g. a spell may...

Thanks for the checking all these key items. These seem like good things to fix! One thing I disagree with is the period at the end of the descriptions (see...

Are there details of this issue available? Like screenshots and especially the name of the portal (rooms)?

This fix will require a bit of studying: Is the only solution to remove the portal all together? Or can the portal be adjusted? If removed, it has to be...

Name of the portals(!) is `P:PSU01_`.

My thought now is whether the portal cannot be changed at run-time but only while the world BSP tree is created. That would mean, hooking the constructors to prevent creating...

Let’s check if the (formerly called?) Union primary patch (part of a basic Union installation) doesn’t already fix this problem. I read something about this several times.

This is the relevant portion of the `Union.patch` file (lines 1428-1432). I haven't yet looked up what exactly is being done there. Nevertheless, it does not seem to fix this...

I've never seen that gate closed - but I just might have never checked. This here might be a related portion of the scripts https://github.com/AmProsius/gothic-1-community-patch/blob/ff715945ade46fde6758c829c6956f2ee22f179f/scriptbase/_work/Data/Scripts/Content/Story/Chapters/B_Story_FmTaken.d#L58-L83