Jump to content

How to play as piraka after defeating vezon?


Avak
 Share

Recommended Posts

How to play as piraka after defeating vezon?
As you know vezon replaces piraka.
How to remove replacement piraka on vezon?
Vezon (mask piraka7th) is attached to comleteid 25 in the game.
No comleteid programm in cfg/ccfg. But In the bionicle.cfg says that completeid compressed in the game (most likely they're written: in levels data files)
A fragment of a file "Bionicle.cfg"

;-----------------------------------------------------------------
; List Levels available in game and remap them if required
;-----------------------------------------------------------------

; DO NOT CHANGE THE COMPLETEID's. THERE ARE HARDCODED REFERENCED TO ID IN THE GAME.

LEVELSAVAIL Default
    DEFAULT Default Default

LEVELSET Intro
    LEVEL Intro NotStarted

LEVELSET Hub
    LEVEL Hub    NotStarted Levels/TestArea/FrontEnd/Level.cfg
    LEVEL DemoHub    NotStarted Levels/Hub/Water1_hub/Level.cfg 
    LEVEL frontend_hub    GraphicsWIP Levels/Hub/frontend_hub/Level.cfg ALLMEM

    LEVEL pirakabeach GraphicsWIP Levels/pirakabeach/Level.cfg ALLMEM

LEVELSET Volcano
    LEVEL Volcano1 GraphicsWIP Levels/Volcano1/Level.cfg UNLOCK "Vohtarak" COMPLETEID 1 UNLOCKBY 16 MASKS 65 66 67 68 UNLOCKCHAR "Turahk"
    LEVEL Volcano2 GraphicsWIP Levels/Volcano2/Level.cfg UNLOCK "Suukorak" COMPLETEID 2 UNLOCKBY 1 MASKS 69 70 71 72
    LEVEL Volcano3 GraphicsWIP Levels/Volcano3/Level.cfg UNLOCK "Keelerak" COMPLETEID 3 UNLOCKBY 2 MASKS 73 74 75 76 UNLOCKCHAR "BRUTAKA"
    LEVEL Volcano4 GraphicsWIP Levels/Volcano4/Level.cfg COMPLETEID 4 UNLOCKBY 3 MASKS 77 78 79 80 UNLOCKCHAR "Hakann" STAGERULES 1

LEVELSET Water
    LEVEL Water1 GraphicsWIP Levels/water1/Level.cfg UNLOCK "Kohrak-kal" COMPLETEID 5 MASKS 81 82 83 84 UNLOCKCHAR "Guurahk"
    LEVEL Water2 GraphicsWIP Levels/water2/Level.cfg UNLOCK "Lehvak-kal" COMPLETEID 6 UNLOCKBY 5 MASKS 85 86 87 88 
    LEVEL Water3 GraphicsWIP Levels/water3/Level.cfg UNLOCK "Tahnok-kal" COMPLETEID 7 UNLOCKBY 6 MASKS 89 90 91 92 UNLOCKCHAR "Roodaka"
    LEVEL Water4 GraphicsWIP Levels/water4/Level.cfg COMPLETEID 8 UNLOCKBY 7 MASKS 93 94 95 96 UNLOCKCHAR "Vezok" STAGERULES 1

LEVELSET Stronghold

    LEVEL Stronghold1 GraphicsWIP Levels/Stronghold1/Level.cfg UNLOCK "Vorzakh" COMPLETEID 9 UNLOCKBY 5 MASKS 49 50 51 52 UNLOCKCHAR "Panrahk"
    LEVEL Stronghold2 GraphicsWIP Levels/Stronghold2/Level.cfg UNLOCK "Nuurakh" COMPLETEID 10 UNLOCKBY 9 MASKS 53 54 55 56
    LEVEL Stronghold3 GraphicsWIP Levels/Stronghold3/Level.cfg UNLOCK "Keerakh" COMPLETEID 11 UNLOCKBY 10 MASKS 57 58 59 60 UNLOCKCHAR "KREKKA"
    LEVEL Stronghold4 GraphicsWIP Levels/Stronghold4/Level.cfg COMPLETEID 12 UNLOCKBY 11 MASKS 61 62 63 64 UNLOCKCHAR "Avak" STAGERULES 1

LEVELSET Mountain
    LEVEL Mountain1 GraphicsWIP Levels/Mountain1/Level.cfg UNLOCK "Boggarak" COMPLETEID 13 UNLOCKBY 5 MASKS 33 34 35 36 UNLOCKCHAR "Kurahk"
    LEVEL Mountain2 GraphicsWIP Levels/Mountain2/Level.cfg UNLOCK "Roporak" COMPLETEID 14 UNLOCKBY 13 MASKS 37 38 39 40
    LEVEL Mountain3 GraphicsWIP Levels/Mountain3/Level.cfg UNLOCK "Oohnorak" COMPLETEID 15 UNLOCKBY 14 MASKS 41 42 43 44 UNLOCKCHAR "Nidhiki"
    LEVEL Mountain4 GraphicsWIP Levels/Mountain4/Level.cfg COMPLETEID 16 UNLOCKBY 15 MASKS 45 46 47 48 UNLOCKCHAR "Thok" STAGERULES 1

LEVELSET Jungle
    LEVEL Jungle1 GraphicsWIP Levels/Jungle1/Level.cfg UNLOCK "Pahrak-kal" COMPLETEID 17 UNLOCKBY 4 MASKS 17 18 19 20 UNLOCKCHAR "Lerahk"
    LEVEL Jungle2 GraphicsWIP Levels/Jungle2/Level.cfg UNLOCK "Nuhvok-kal" COMPLETEID 18 UNLOCKBY 17 MASKS 21 22 23 24
    LEVEL Jungle3 GraphicsWIP Levels/Jungle3/Level.cfg UNLOCK "Gahlok-kal" COMPLETEID 19 BOSSUNLOCK UNLOCKBY 18 MASKS 25 26 27 28 UNLOCKCHAR "SIDORAK"
    LEVEL Jungle4 GraphicsWIP Levels/Jungle4/Level.cfg  COMPLETEID 20 BOSSUNLOCK UNLOCKBY 19 MASKS 29 30 31 32 UNLOCKCHAR "zaktan" STAGERULES 1

LEVELSET Desert
    LEVEL Desert1 GraphicsWIP Levels/desert1/Level.cfg UNLOCK "Rorzakh" COMPLETEID 21 BOSSUNLOCK UNLOCKBY 8 MASKS 4 5 6 7 UNLOCKCHAR "VORAHK"
    LEVEL Desert2 GraphicsWIP Levels/desert2/Level.cfg UNLOCK "Bordakh" COMPLETEID 22 UNLOCKBY 21 MASKS 8 97 98 99
    LEVEL Desert3 GraphicsWIP Levels/desert3/Level.cfg UNLOCK "Zadakh" COMPLETEID 23 UNLOCKBY 22 MASKS 9 12 10 11 UNLOCKCHAR "AXONN"
    LEVEL Desert4 GraphicsWIP Levels/desert4/Level.cfg COMPLETEID 24 UNLOCKBY 23 MASKS 13 14 15 16 UNLOCKCHAR "Reidak" STAGERULES 1

LEVELSET BigBad
    LEVEL BigBad GraphicsWIP Levels/bigbad/Level.cfg COMPLETEID 25 MASKS 0 1 2 3 STAGERULES 1

LEVELSET Bonus ;These cannot change complete ID
    LEVEL Bonus1 GraphicsWIP Levels/bonus1/Level.cfg COMPLETEID 26 UNLOCKBY 26 BONUSSTAGE 1 STAGERULES 2
    LEVEL Bonus2 GraphicsWIP Levels/bonus2/Level.cfg COMPLETEID 27 UNLOCKBY 27 BONUSSTAGE 2 STAGERULES 3
    LEVEL Bonus3 GraphicsWIP Levels/bonus3/Level.cfg COMPLETEID 28 UNLOCKBY 28 BONUSSTAGE 3 STAGERULES 4

LEVELSET Outro
    LEVEL Outro GraphicsWIP Levels/outro/Level.cfg

LEVELSET Credits
    LEVEL Credits GraphicsWIP Levels/credits/Level.cfg

ENDLEVELSAVAIL

Link to comment
Share on other sites

I'm guessing that if you remove the COMPLETEID 25 from the LevelSet BigBad, which might mean that Vezon is not unlocked (& a bunch of other shenanigans), then the Piraka will not be replaced. It then might be possible to give the "Construct black things" to all the Piraka as well.

 

Perhaps UNLOCKCHAR "Vezon" or "BigBad" might do something?

Link to comment
Share on other sites

1 hour ago, aidenpons said:

I'm guessing that if you remove the COMPLETEID 25 from the LevelSet BigBad, which might mean that Vezon is not unlocked (& a bunch of other shenanigans), then the Piraka will not be replaced. It then might be possible to give the "Construct black things" to all the Piraka as well.

 

Perhaps UNLOCKCHAR "Vezon" or "BigBad" might do something? 

if to remove completeid 25 the game cannot be will pass on 100%. Unlockchar vezon means unlock information about character.

I need to know exactly where completeid is stored

Link to comment
Share on other sites

I'm guessing completeid is hardcoded into the executable itself, given you haven't managed to find anything.

 

if to remove completeid 25 the game cannot be will pass on 100%

Exactly; you might not get 100% or full completion, but you would be able to play as the Piraka in levels.

 

Unlockchar vezon means unlock information about character.

Ah, that makes sense. Hmm, then how do the Piraka levels unlock the Piraka then?

Link to comment
Share on other sites

5 hours ago, aidenpons said:

I'm guessing completeid is hardcoded into the executable itself, given you haven't managed to find anything.

 

 

 

Exactly; you might not get 100% or full completion, but you would be able to play as the Piraka in levels.

 

 

 

Ah, that makes sense. Hmm, then how do the Piraka levels unlock the Piraka then?

All just every piraka attached to completeid. For example, Avak is attached to completeid 12 in the game. Also, each piraka is attached to the levels and not to the levelset.  For example Avak is attached to levels: stronghold1, stronghold2,stronghold3 stronghold4. And unlockchar maked to unlock the information about the character in the trophy room.
By the way after unpacking the main dat archive there are still a lot of  not unpacked archives (.par .rtl .job .nup .cu2)

Link to comment
Share on other sites

I think that completeid stored in the levels data files: rtl nup job possible in cu2.
Do you know about characters “colour” IDs (colour: red, redupgrade, blue, pirakared, piraka7th etc.)? I also didn't find where the character color program is stored.

Link to comment
Share on other sites

  • 5 weeks later...
On ‎1‎/‎28‎/‎2019 at 8:40 AM, aidenpons said:

I'm guessing completeid is hardcoded into the executable itself, given you haven't managed to find anything.

 

 

 

Exactly; you might not get 100% or full completion, but you would be able to play as the Piraka in levels.

 

 

 

Ah, that makes sI found out that the vezon replace each piraka individually . Most likely this is a bug because in fact the mask should be added and not replace each piraka mask.ense. Hmm, then how do the Piraka levels unlock the Piraka then?

 

I found out that the vezon replace each piraka individually . Most likely this is a bug because in fact the mask should be added and not replace each piraka mask.

Confirmation of the bug:  if you have not won any piraka and received complete id 25 then vezon will not be added.

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.