Edit:
Unbiffing didnt solve it
Edited by RutgerHauer, 12 February 2011 - 12:44 PM.
Posted 12 February 2011 - 10:23 AM
Edited by RutgerHauer, 12 February 2011 - 12:44 PM.
Posted 14 February 2011 - 03:52 AM
IF Clicked([ANYONE]) Range(LastTrigger,25) Global("ImoenPartyBG1","GLOBAL",1) THEN RESPONSE #100 SaveGame(0) MultiPlayerSync() FadeToColor([1.0],0) TakePartyItem("MISC4E") // Ogniwa energetyczne TakePartyItem("MISC4G") // Klucz do portalu StartCutSceneMode() [b]StartCutScene("cut01BGT") [/b] END
IF True() THEN RESPONSE #100 CutSceneId(Player1) LeaveAreaLUAPanic("AR0700","",[2753.868],4) LeaveAreaLUA("AR0700","",[2753.868],4) ActionOverride(Player2,LeaveAreaLUA("AR0700","",[2805.882],4)) ActionOverride(Player3,LeaveAreaLUA("AR0700","",[2791.820],4)) ActionOverride(Player4,LeaveAreaLUA("AR0700","",[2764.788],2)) ActionOverride(Player5,LeaveAreaLUA("AR0700","",[2781.716],0)) ActionOverride(Player6,LeaveAreaLUA("AR0700","",[2763.668],0)) Wait(1) Explore() MultiPlayerSync() SetGlobal("EnteredWaukeen","AR0700",1) TextScreen("SCENE01") ActionOverride("Imoen2",LeaveParty()) ActionOverride("Imoen2",SetDialog("IMOEN2")) ActionOverride("Imoen2",ChangeAIScript("",DEFAULT)) ActionOverride("Imoen2",DestroyItem("IMOENHP1")) // Pas Imoen ActionOverride("Imoen2",SetNumTimesTalkedTo(0)) ActionOverride("Imoen2",ChangeAIScript("IMOEN2",OVERRIDE)) ActionOverride("Imoen2",GivePartyAllEquipment()) ActionOverride("Imoen2",MoveGlobal("AR1512",Myself,[1857.1520])) CreateCreature("CSIMOEN",[2732.831],2) // Imoen CreateCreature("CSIREN",[2557.935],0) // Mag CreateCreature("CSTHIEF1",[2740.1009],6) // Zabójca CreateCreature("CSTHIEF2",[2678.1043],6) // Zabójca CreateCreature("CSTHIEF3",[2579.1075],<img src='http://www.shsforums.net/public/style_emoticons/<#EMO_DIR#>/cool.gif' class='bbc_emoticon' alt='8)' /> // Zabójca CreateCreature("CSTHIEF4",[2488.1078],10) // Zabójca CreateCreature("CSGAYL",[2671.1101],6) // Zabójca CreateCreature("AMNG1",[2736.1260],0) // Amnijski żołnierz SmallWait(1) MoveViewPoint([2576.908],INSTANT) DayNight(DAWN_END) FadeFromColor([40.0],0) StartCutScene("cut01a") END
Edited by RutgerHauer, 14 February 2011 - 04:55 AM.
Posted 25 March 2011 - 08:56 AM
I Ride for the King!
a.k.a. Chev
Posted 03 November 2012 - 10:30 AM
Edited by kiwidoc_again, 03 November 2012 - 11:03 AM.
Posted 03 November 2012 - 11:09 AM
Yeah, and well you should also install the ToBEx, enable the error logging and reproduce the error and then look at the error log it gives, and post that as addition in the thread.... and then crashes to desktop. (Should I make a new thread for this or leave it here?)
I've looked at the solution above but I'm just baffled by it I have never used NI (I think that's Near Infinity) in fact I've never even heard of NI till now!
Edited by Jarno Mikkola, 03 November 2012 - 11:09 AM.
Deactivated account. The user today is known as The Imp.
Posted 03 November 2012 - 03:08 PM
Edited by kiwidoc_again, 03 November 2012 - 04:19 PM.
Posted 03 November 2012 - 04:34 PM
From the readme... hi hihihii:I will try to post the error log, but I would greatly appreciate it if anyone could link me to an idiots guide to using ToBEx - if one exists. Either that or it will have to wait till I'm feeling a lot less unwell, and a lot less like an idiot Am I right in thinking I'd need to install the game again, and it would be incompatable with WideScreen anyway?
I wouldn't rush into uninstalling until we find the reason for the error... and the ToBEx helps at that a lots in most cases. The red colored words are non needed in your case, as it's supposed to be for self diagnostic tool, but it has a lot of other uses.First, make sure that TobEx is actually the issue. You can forcefully disable TobEx from running by renaming TobEx.dll in your game directory.
For more debugging information:
- Open TobEx_ini/TobExCore.ini in a simple text editor.
- Under the [Debug] section, set all values of 0 to 1.
- Try to reproduce your error in-game. TobEx may sometimes reports some extra information about the error.
- Report any errors you find on the Spellhold Studios forums. Expect to be asked to attach a .zip of your saved game folder, WeiDU.log, TobEx.log, TobExCore.ini, and TobExTweak.ini .
Deactivated account. The user today is known as The Imp.
Posted 03 November 2012 - 05:36 PM