Jump to content


Photo

Notes, Oddities and Possible Bugs in My BWP Game (Spoilers)


  • Please log in to reply
1094 replies to this topic

#621 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 29 June 2015 - 09:25 AM

So it begins :devil:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#622 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 29 June 2015 - 10:06 AM

Back  :ROFL:  at BWP after some RL issues  :wall:  past couple weeks.

 

TS: Area Fighting Pit 7 (TT0307.ARE) at Kara-Tur is broken (area is too small,  :blink:  actors, area exits and some containers are missing), don't know why, as usual. :P

 

Fixed by copying TT0307.ARE, TT0307.MOS, TT0307.TIS, TT0307.WED, TT0307HT.BMP, TT0307LM.BMP and TT0307SR.BMP to override from vanilla TS.

 

Update:

Only TT0307.ARE needs to be copied to override.

For the record, this is caused by the BWPFixpack.

 

The TT0307.ARE supplied by the fixpack was meant for TS-BP but was being used in TSv7.04 as well. I've moved the file to only be used for TS-BP :P Now time for nighty night ^_^


Edited by Lollorian, 29 June 2015 - 10:09 AM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#623 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 29 June 2015 - 01:46 PM

Nice to see that "things" rollin' nice now, Lollorian. :cheers:

 

Oh i have to remember copy that TT0307.ARE to override.


CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#624 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 29 June 2015 - 05:36 PM

Area script problem found at Valley of the Tombs.
 
SCS NTotSC: Wrong script names for NTotSCs Elka and Natalka also Lamalha at AR3900.BCS.

At AR3900.BCS changed:

IF
    Global("NTotSCspawn","AR3900",1)
    OR(2)
        GlobalGT("DMWWC3Assassin","GLOBAL",0)
        !Exists("LAMALHA")
THEN
    RESPONSE #100
        ActionOverride("NATALK9",DestroySelf())
        ActionOverride("ELKA9",DestroySelf())
        SetGlobal("NTotSCSpawn","AR3900",2)
END

to:

IF
    Global("NTotSCspawn","AR3900",1)
    OR(2)
        GlobalGT("DMWWC3Assassin","GLOBAL",0)
        !Exists("LAMALH")
THEN
    RESPONSE #100
        ActionOverride("NATALKA",DestroySelf())
        ActionOverride("NTELKA",DestroySelf())
        SetGlobal("NTotSCSpawn","AR3900",2)
END

 

 

Update: Sleepy misunderstanding corrected, thanks Mad Mate.


Edited by micbaldur, 30 June 2015 - 04:33 AM.

CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#625 Mad Mate

Mad Mate
  • Member
  • 191 posts

Posted 30 June 2015 - 02:32 AM

 
Area script problem found at Valley of the Tombs.
 
SCS: Wrong script names for NTotSCs Elka and Natalka also Lamalha at AR3900.BCS.
You mean NTotSC? ;) Faulty script is NTotSC\BAF\Area\AR3900.baf.

#626 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 30 June 2015 - 04:31 AM

 
Area script problem found at Valley of the Tombs.
 
SCS: Wrong script names for NTotSCs Elka and Natalka also Lamalha at AR3900.BCS.
You mean NTotSC? ;) Faulty script is NTotSC\BAF\Area\AR3900.baf.

Well  :whistling:  it's was late when i post that but yes you are right of course. :D


Edited by micbaldur, 30 June 2015 - 04:33 AM.

CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#627 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5151 posts

Posted 30 June 2015 - 04:40 AM

Fun thing... it's nice that Mad Mate has a ready and enabled text search for every "text" file in the Megamod directories. As the .baf files are not actually text files(in PC, it's just .txt files).


Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#628 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 30 June 2015 - 08:49 AM

Pages 22-25 done! :cheers:

 

I have a humble request now - please report the fixes being added to their respective forums :P In every commit in github, scroll down until you see the _BWP fixes.txt. The text in green are the new fixes added with links. (don't bother with Lol's RezMod - the author is a dick and eats small children for breakfast I hear :ROFL:)


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#629 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 30 June 2015 - 10:37 AM

Pages 22-25 done! :cheers:

 

I have a humble request now - please report the fixes being added to their respective forums :P In every commit in github, scroll down until you see the _BWP fixes.txt. The text in green are the new fixes added with links. (don't bother with Lol's RezMod - the author is a dick and eats small children for breakfast I hear :ROFL:)

Nice job. :coolthumb:

 

Well i'll try (maybe?, i'm lazy bug reporter though :whistling: ) to add notification to mods forums in this site when i get back home later tonight (i might end up playing BWP though :whistling: ). But i don't have accounts in other bg sites (not planning to register other sites, sorry). That Back To Brynnlaw bug has been reported already as far as i know.

 

Oh that RezMod lazy dick head, i have heard that too, bloody baby-eater. :P


CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#630 dreamer2007

dreamer2007
  • Member
  • 430 posts

Posted 30 June 2015 - 11:45 AM

Well I read through the thread from page 13 while travelling and there's a metric fuckton of stuff from what I gather. But meanwhile some points:
- WHY THE HELL DID ANYONE NOT START UPDATING THE BWPFIXPACK? :blink: Im sure someone knew how to branch out of git and stuff... I kept the thing in git for a reason :(
- we need MicMod :P
- its cute to know ive been missed :hug:

Im only done syncing up my mods to the latest stuff - just need another test install done to confirm - and then we'll try working towards getting every fix and patch in this thread into the fixpack :cheers:

I'm happy to see you are back :D . I will wait patiently until you update the Fixpack. Also, I've read that there are problems with the fixpack and the Gog version of the game? Maybe you could look at that as well, not sure if it was covered here.



#631 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 30 June 2015 - 06:30 PM

Provided i can wrap up this thread, we should have a fixpack v15.2.1 this weekend :P If you guys have a list of fixes you're using (or links to fixes) i'd appreciate help in gathering them up in the official fixpack thread :) (but the target for v15.2.1 is just this thread completely so that can wait)

Things will be messy a bit though, i've assumed people have the latest of everything and last i checked (which was around 2 days ago :P) neither the BWP linkliste nor the BWS has been perfectly in sync with the latest of everything.

Once the fixpack stuff goes into a lull i'll move into the BWS thread and atleast get their linklist updated :)

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#632 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 30 June 2015 - 06:31 PM

Shitty double post is double posty.

Edited by Lollorian, 30 June 2015 - 06:32 PM.

"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#633 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 01 July 2015 - 06:56 AM

Hi, Lollorian.

 

I have reported some of your fixes to BWP Fixpack to various mod forum's here.

 

Oh, Yovaneth has fixed those Fishing for Trouble problems, i had reported those to him long time ago. More info here.

 

Also i don't have any idea what you havefuxed for Revised Forgotten Wars Item Pack, TS and NeJ doesn't have topics to report, Back to Brynnlaw problem is reported to Pocket Plane (not ny me though :whistling: ), Frennedan mod is German so i can't report problem there site.

 

I dare not report RezMod problems because author is dick head. :P


CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#634 Bill Bisco

Bill Bisco
  • Member
  • 487 posts

Posted 01 July 2015 - 08:19 AM

NeJ issues should be reported to Vlad on Black Wyrm's Lair.  He is responsive if the issue is purely an NeJ issue.



#635 The Imp

The Imp

    Not good, see EVIL is better. You'll LIVE.

  • Member
  • 5151 posts

Posted 01 July 2015 - 08:36 AM

NeJ issues should be reported to Vlad on Black Wyrm's Lair.  He is responsive if the issue is purely an NeJ issue.

Or not, he has released the v7 to a private testing, and we use the v6.94 in BWP installs and in BWS. The TS is a different subject though.


Yep, Jarno Mikkola. my Mega Mod FAQ. Use of the BWS, and how to use it(scroll down that post a bit). 
OK, desert dweller, welcome to the sanity, you are free to search for the limit, it's out there, we drew it in the sand. Ouh, actually it was still snow then.. but anyways.


#636 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 01 July 2015 - 09:24 AM

NeJ issues should be reported to Vlad on Black Wyrm's Lair.  He is responsive if the issue is purely an NeJ issue.

Well these TS and NEJ issues are megamod related and Vlad doesn't support megamod issues. So better not bother him with these megamod problems and let him work on his new versions of these mods without unnecessary interruptions.


CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#637 Lollorian

Lollorian

    smiley addict

  • Member
  • 4150 posts

Posted 01 July 2015 - 09:40 AM

Sorry man I couldn't do much today but thanks a ton for reporting stuff! :cheers:


"I am the smiley addict, yellow and round, this is my grin :D when I'm usually around :P.
When there's trouble brewing, see me post, cuz it's usually a wall o' yellow and your eyes are toast!!!"

BWP GUIDE - BWP FIXES - impFAQ - NPC LIST - KIT LIST - AREA LIST

GitHub Links : BWP Fixpack | Lolfixer | BWP Trimpack | RezMod


#638 Bill Bisco

Bill Bisco
  • Member
  • 487 posts

Posted 01 July 2015 - 09:43 AM

NeJ issues should be reported to Vlad on Black Wyrm's Lair.  He is responsive if the issue is purely an NeJ issue.

Or not, he has released the v7 to a private testing, and we use the v6.94 in BWP installs and in BWS. The TS is a different subject though.

I am testing NeJ v7.01.  So if there is a pure NeJ issue; Vlad is quite responsive.  I'll be glad to try to test out an issue myself and see if it's present there is well.



#639 micbaldur

micbaldur

    Retired Perkele, Ultimate BWP player

  • Member
  • 1692 posts

Posted 01 July 2015 - 05:56 PM

Couple problems found.

 

BP: Shar-Teel has script problem, she stays hostile and don't talk like she should. Fixed by changing General script from BPWTRSGT.BCS to WTARSGT.BCS.

The Lure Of The Sirine's Call: J#STOR.ARE and J#BASE.ARE has Tutu items in containers. Fixed locally. Curious thing is that J#LIG2.ARE has J#PNOTE.ITM in Container 9 but item doesn't exists (only item list exists in mods itm folder).


CHARNAMEs excellent adventures in the world of BWP expert-install here

 

Thanks to Leonardo Watson for making this possible


#640 Nightfarer

Nightfarer
  • Member
  • 480 posts

Posted 01 July 2015 - 10:38 PM

The Lure Of The Sirine's Call: J#STOR.ARE and J#BASE.ARE has Tutu items in containers. Fixed locally. Curious thing is that J#LIG2.ARE has J#PNOTE.ITM in Container 9 but item doesn't exists (only item list exists in mods itm folder).

 

This is known and reported Micbaldur, take a look here and here.

 

A long standing one.


Edited by Nightfarer, 01 July 2015 - 10:52 PM.