Giter Site home page Giter Site logo

Comments (3)

Franisz avatar Franisz commented on August 16, 2024

W pluginie jest za dużo różnych kolorów, żeby umieszczać je w gothic.ini. Jeśli chcesz się bawić w jakieś większe zmiany to proponuję zrobić forka.

from zutilities.

pawbuj1981 avatar pawbuj1981 commented on August 16, 2024

W sumie tak jest też jest dobrze..(jednej zmiany nie doczytałem.).

Mam mały pomysł na kolejną zmianę tj . RefuseTalks na wzór z Wiedzimina. Nie ma tam bezsensowej opcji "Koniec" w dialogach. Mam to zrobione dla G1 w pakiecie Ninja (dla G2 pewnie inne adresy).

Może spodoba ci się ten pomysł..

func void Ninja_RefuseTalks_B_AssessTalk() { var int infoCount; infoCount = Ninja_RefuseTalks_oCInfoManager_GetInfoCount(self, other); if (!infoCount) && (self.npcType == npctype_main) { B_SayOverlay(self, other, "$NOTNOW"); return; } else if (infoCount == 1) && (self.npcType == npctype_main) { var int infoPtr; infoPtr = Ninja_RefuseTalks_oCInfoManager_GetInfo(self, other, 0); if (infoPtr) { var oCInfo dlgInstance; dlgInstance = _^(infoPtr); if (Hlp_StrCmp(dlgInstance.description, Ninja_RefuseTalks_DIALOG_ENDE)) { B_SayOverlay(self, other, "$NOTNOW"); return; }; }; }; // Otherwise continue with the underlying B_AssessTalk ContinueCall(); };

from zutilities.

Franisz avatar Franisz commented on August 16, 2024

Nie wydaje mi się, żeby takie coś było dobrym pomysłem, chociażby dlatego, że część dialogów w condition sprawdza czy npc jest w ZS_TALK. Poza tym takie coś można zrobić w skryptach i to nawet bez ikarusa.

from zutilities.

Related Issues (16)

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.