Skip to content
Avatar

Erg

Comments

  • @pietro19771, purtroppo la mia segnalazione riguarda solo il problema da te riportato precedentemente per la spada del caos. Ma se ci sono altri problemi come vuol dire che ci sono altri bug nel codice che non sono stati ancora individuati. Per essere sicuro di aver capito bene, tu stai ancora giocando con la versione…
  • @pietro19771, @Aedan, Ho appena inviato al maintainer di Ascension un messaggio su come risolvere il problema dei caratteri accentati. Purtroppo non ho ancora avuto modo di controllare la mod dell'arciere arcano. Appena ho un pò più di tempo, provo a vedere se riesco a capire qual è il problema (se non risolve prima…
  • Yes, I'm aware that you don't get it. No need to repeat this, I know that you don't get it. ROTFL!
  • I found astonishing the lengths some people go to defend their precious Beamdog. @BelegCuthalion, the above statement is simply wrong. Even the original games had elements of the GUI that would scale to account for different resolutions. Obviously, for the original game that was limited to the supported resolutions, but…
  • The reason is simple: the people in Beamdog don't know what they are doing. Really they have no clue at all. They apparently don't understand the difference between game resolution and monitor resolution.
  • Version 9.1 released with the following changes: - The mod no longer causes crashes in BGEE v1.3 or previous version - Fixed some typos in the ReadMe files
  • Thanks @subtledoctor. I was going to search for this information and you saved me some time. But ultimately I've decided to use a different approach and check directly for the presence of opcode 344 with the following code// Detect if opcode 344 exists COPY_EXISTING ~SW1H18.ITM~ ~override~ // Sword of Balduran SET er_op344…
  • @Ratatoskr589, I've found the problem. It was a stupid mistake on my part. Gavin has nothing to do with it. In the latest update of the mod, I've added to the staff a new opcode introduced in BG:EE with the patch 2.0. The new opcode is not used by the mod if the old engine is detected (i.e. in vanilla BG1, Tutu and BGT),…
  • @Ratatoskr589, First of all, I owe you an apology, because I've almost dismissed your claim as nonsensical, but you were right and I've finally managed to reproduce the problem. The problem occurs in version 1.3, but strangely enough not in version 2.3, and if both Gavin and my mod are installed irrespective of order of…
  • @Ratatoskr589, I'm pretty sure there is no interaction whatsoever between my mod and Gavin. I double checked and none of the files modified by Gavin is touched by my mod and viceversa. Weird interactions between my mod and other unspecified mods are also unlikely to cause crashes (but I cannot be entirely sure without…
  • @Ratatoskr589, my mod only affects one item and I really don't see how it can be incompatible with Gavin. Regardless, I've tested it anyway and it works fine for me. In my case it is BG:EE 2.3, but it should work on 1.3 too, there is no reason why it should not work. I can't reproduce your problem. If you can, please…
  • @pietro19771, continua pure con le segnalazioni. Mi ci è voluto un pò ad individuare il problema con la spada di Sarevok, dato che non possiedo BGII:EE e quindi non posso effettuare test in-game. Comunque, il problema sembra essere causato da un errore nel codice di una delle librerie usate dalla mod. Prova a 1)…
  • Quite the opposite. See this. ............................................________ ....................................,.-'"...................``~., .............................,.-"..................................."-., .........................,/...............................................":,…
  • @Ravenslight, I'm afraid it's not so simple. I've already tried raising the same point respectfully in January 2013, but, as you can see, it didn't work. Now I've reached the point where I really don't care anymore if they dismiss my arguments or not. If people dismiss a good argument just because I'm being derogatory,…
  • Thanks. I've additional questions: 2) wouldn't be better for mankind to prevent such horrible jokes like in my previous post to be made ever again by simply adding a larger space between the numbers and the units ? I mean, it's not something unprecedented that has never been done before, is it ? 3) isn't this much better…
  • I have a question about "Encumbrance". Considering the following image: I understand that a maximum carry weight of 1701 may be a nod to Star Trek, but what does b.s. stand for ?
  • Sì, dai sintomi descritti da @pietro19771 è un problema di encoding dei file di testo ed infatti, ora che ho controllato, ti confermo che il Banter Pack non usa né HANDLE_CHARSETS né metodi alternativi. @pietro19771 come soluzione temporanea, finché la mod non verrà aggiornata, procedi così 1) disinstalla la mod 2)…
  • @pietro19771, @Aedan, c'è un errore in uno dei file .tra della traduzione italiana: nel file al percorso ascensionBETAv1506082016\ascension\tra\italian\ascension.tra manca la tilde finale per la stringa @3001 @pietro19771, prova a sostituire il file nel percorso indicato sopra con quello allegato da me e fammi sapere se…
  • @pietro19771, è difficile rispondere alla tua domanda senza sapere esattamente di che errori si tratta. Fortunatamente, i messaggi di errore, insieme ad altre informazioni utili per individuare possibili problemi, sono conservati un file creato automaticamente durante l'installazione. Cerca un file chiamato…
  • Yes. Last time I've checked (it was with version 1.3) this was still true.
  • The --force-install method doesn't work for some mods. For example those using ACTION_READLN and similar commands.
  • More work the first time, but it would make further reinstallations almost instantaneous. But that's programming in a nutshell: spending hours writing code to automatically do in seconds what would manually take minutes. Jokes aside, I'm actually using the method described in my previous post to speed up reinstallation of…
  • If you know in advance the answers you're going to give and their exact order you can just write them in a text file and then feed the text file to the setup file. I will exemplify using one of my mods: the Silver Staff of Aule. The default install would require to enter the following answers: 0 (to select English) i (to…
  • I find interesting that many people have mentioned here Jade Empire, because for me it is the perfect example of game that did not survive because of lack of mods. But I get it, not everyone is obsessed with mods like me or consider them essential for a game's longevity.
  • That mod hasn't been updated in some time and the copy of WeiDU in it is too old. Try this: 1) uninstall the mod 2) delete the copy of dialog.tlk by you created (it isn't required anymore) 3) download the latest version of WeiDU for your operative system here 4) unzip the WeiDU archive and delete everything but weidu.exe…