Jump to content

mickabouille

Members
  • Posts

    510
  • Joined

  • Last visited

Posts posted by mickabouille

  1. So...

    > A towel, [...]is about the most massively useful thing an interstellar hitchhiker can have. [...] wrap it round your head to ward off noxious fumes or avoid the gaze of the Ravenous Bugblatter Beast of Traal (such a mind-boggingly stupid animal, it assumes that if you can't see it, it can't see you)

     

     

  2. This also seems to completely break the botsmith.dlg file. I haven't found why yet.

     

    EDIT: maybe that's not that problematic. It add a bunch of

    WARNING: internal label [XX] not found in processed DLG [BOTSMITH]

    but everybody on the internet seem to ignore those warnings.

  3. Replacing with

    COPY_EXISTING ~demson.dlg~ ~override~
    	DECOMPILE_AND_PATCH
    	BEGIN
    		REPLACE_TEXTUALLY ~plat15~ ~dtkrnd04~	//Mail of the Hallowed Hero +3/Pride of the Legion +2
    	END

    seems to do it.

    Even if apparently that's not the preferred way to do that (which would be ALTER_TRANS it seems, but that's outside my capabilities ATM).

  4. I'm seeing something strange with v2.0 (maybe it was the same with previous version, I don't know).

    It seems to break the demson.dlg file. Mods that I install after sod2bg2_iu that also try to modify this file all fail ("can't verify the action").

     

    If  understand correctly; this mod does this:

    COPY_EXISTING ~demson.dlg~ ~override~		
    	REPLACE_TEXTUALLY ~plat15~ ~dtkrnd04~	//Mail of the Hallowed Hero +3/Pride of the Legion +2

     

    This might work in all other files which are ".d", but this one is a ".dlg" which if I'm not wrong is a binary file.

    And as you just replace 6 bytes with 8 bytes, this might not work totally as expected.

    When I inspect the resource with NearInfinity, before install sod2bg2_ui, I see

    SetGlobal("PaladinPlot","GLOBAL",60)
    GiveItemCreate("dtkrnd04",Player1,0,0,0)
    GiveItemCreate("shld30",Player1,0,0,0)
    ActionOverride(Player1,RegainPaladinHood())

    After installing, I see

    Screenshot_20210604_191039.png.51b75197c1d66e43a77d503cc446763f.png

    Notice the two unclosed parenthesis(es?) and the red error image.

     

    EDIT: you can take everything I wrote with a grain of salt, I know next to nothing about IE resources or weidu.

×
×
  • Create New...