All Activity
- Yesterday
-
Musisz zainstalować G2O do głównego folderu z grą (G2NK).
- Last week
-
podczas instalacji nie moge wybra folderu do którego mógłbym zainstalowac gre ktoś pomoże
- Earlier
-
Dawaj Kmior stawiamy prostego rpka
-
GoracyDelfin changed their profile photo
-
Blady changed their profile photo
-
Pierwszy w tym roku (i pewnie jedyny) post na tym forum właśnie napisałem
-
Help Needed with Custom Script for Gothic II
FilipNowicki replied to mynamemarcos's topic in Scripts
Hi Marcos, That sounds like an interesting project! I’ve worked on a custom script for another game before, and getting quests to trigger correctly can be tricky. One approach that worked for me was breaking the quest into smaller, testable parts. Start by ensuring the dialogue options are tied to specific quest variables and use debug messages to confirm each stage is working as expected. For example, adding messages like "Quest Start Triggered" or "Dialogue Path Selected" to your script can help pinpoint where the issue might be. Also, double-check if the NPC’s state and the quest flags are syncing properly. Good luck with your script.- 1 reply
-
- 1
-
-
Zdecydowanie za duży spam.
-
Na pierwszy rzut oka wydaje mi isę że problem nie leży w samej funkcji setTimer, a w tym co się w niej znajduje, spróbuj może na początek zakomentować sobie blok kodu cały w funkcji AI_Update i zobacz co się stanie, jak to nie pomoże, to będziemy myśleć dalej. Gdybyś chciał dostawać odpowiedź/pomoc szybciej, zapraszam do dołączenia na nasz serwer discord: link do zaproszenia Na serwerze staramy się udzielać sobie szybszego wsparcia oraz dzielimy się napisanym kodem. Gdybyś był zainteresowany, to zapraszamy, każdy jest mile widziany.
-
Faktycznie mój błąd w terminalu u mnie O łudząco przypomina 0. Dzięki @ Patrix i @ Profesores . Udało się uruchomić, ale niestety mam błąd w konsoli: [squirrel] Error runtime: 'default/server-scripts/ai/update.nut' (Ln: 18): Timer cannot call function, wrong numbers of parameters! Zawędrowałem do podanego pliku i zajrzałem do dokumentacji. local function AI_Update() { local current_ts = getTickCount() - initial_ts local npcs = AI_GetAttachedNPCs() foreach (state in npcs) { state.Update(current_ts) } // printf("AI: %d ms", getTickCount() - current_ts) } setTimer(AI_Update, 500, 0) Z tego co rozumiem, liczba parametrów się zgadza. Może wiecie, o co tu chodzi?
-
Musisz wpisać ./G2O_Server.x64 , a nie ./G20_Server.*. Wtedy pójdzie ;-)
-
Ja bez problemu odpalałem na Ubuntu 20.04 i 22.04, Rasbian również nie miał problemów.
-
Wpisałem, nie pomogło niestety. Ten sam wynik. Może już ktoś wcześniej próbował na innej dystrybucji Linuxa i wie, że działa. Dobrze byłoby jakby w dokumentacji było zapisane, na jakiej dystrybucji i wersji postawiono serwer.
-
Wpisz tą komendę: chmod u+x G2O_Server.x64
-
Kapsel359 changed their profile photo
-
BiPi started following Start Linux serwer
-
Siemka Mam problem z uruchomieniem serwera na linuxie konkretnie debianie 12.7. Podążałem według poradnika Quick Start w dokumentacji. I w momencie wpisania komendy: Otrzymuje wynik: Rozumiem, że nie znajduje pliku ale znajduje się w folderze z tym plikiem. Poniżej podaje wynik "ls": Czy ktoś spotkał się już z tym problemem i zna rozwiązanie?
-
We can think about this in near future.
-
Profesores changed their profile photo
-
Need Help with Script Compilation Error in Gothic Online
DamianQ replied to jarethdf's topic in Discussions
https://discord.gg/mCpS5b5SUY -
Hey everyone, I've been diving into some custom scripting for Gothic Online, and I've hit a bit of a snag. I'm getting this error when trying to compile my scripts: "Error compiling scripts: Syntax error at line 57 in script 'custom_npc.d'." I'm not exactly sure what I'm doing wrong here. As per these resources/articles https://steamcommunity.com/app/39500/discussions/0/2381701715713874145/ salesforce marketing cloud overview I've double-checked the syntax a few times, but I can't seem to figure out what's causing the issue. Has anyone else run into this before? Any tips or suggestions would be super helpful! I'm still getting the hang of this, so I might be missing something obvious. Thanks in advance! 😊
-
Hi, Do you plan deploy mod into steam workshop too ? Some info: https://steamcommunity.com/app/39510/discussions/0/3187992943275505403/
-
Hello All😃 This is my first post after joining so please forgive me if there is any mistake & provide kind assistance if I have posted to the wrong section. I am new & I am already a big fan and love this community; I have a background in teaching and in education and feel I could help with documentation, at least for starters. As a new member in this forum and wish to share and gain some knowledge; I want to create my own discussion to resolve my query and gain some knowledge though I have taken part in various discussion which is definitely helped me a lot. Also in what category should be taken depends on what factors??? Thank you in advance for help😊
-
jarethdf changed their profile photo
-
Hi everyone, I am working on a custom script for Gothic II and could use some help. I am trying to add a new NPC to the game who will provide a unique quest. I’ve managed to get the NPC into the game, but I am stuck on making the quest trigger correctly and ensuring the dialogue options work. Here’s what I have so far: // Example script snippet NPC_MyQuestNPC: // Initialization code ... Can anyone point me in the right direction or provide a sample script for a basic quest: ?? Any help or guidance would be greatly appreciated! Thanks in advance.....🙂 Marcos azureadmin
-
Hi, Thank you for sharing this information to us it is really relevant.
-
Hi, Thank you for sharing this information.
-
mynamemarcos changed their profile photo
-
Witam szukam ludzi do stworzenia serwera na serwisie g2o prosze pisać do mnie na discord zhane216 bądź wbić tutaj na serwer https://discord.gg/A3qvb6eCzz
-
Any possibility to add more than 512 slots?