Jump to content

Vals

Veterans
  • Posts

    23
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Posts posted by Vals

  1. On 8/11/2022 at 11:43 PM, Vilrose said:

    Hello !


    Being a big fan of double battles (rain team 💙), I wanted to find a mod to transform Reborn in the Colosseum way (i love this game), to only do double battles.
    Unfortunately, the ones I found are outdated, not working, or buggy.

    That's why I decided to make my own files !

     

    Here are some screens to show you what it looks like !

      Reveal hidden contents

    VS trainer with single pokemon

    20220813212616_1.thumb.jpg.d4b9713ccc0c613fa22d03aebe795580.jpg

     

    Vs double trainers, with Julia as a partner.

    20220814181235_1.thumb.jpg.73c3f055c4ff20ef887f870ea319ddfb.jpg

     

    Vs Pulse

    20220814033002_1.thumb.jpg.7c4b9c6d4ac8d533d6c898b0c161bd87.jpg

     

    Vs single trainer with at least 2 pokemon

    20220814204201_1.thumb.jpg.6a774a9d39e14e26c55cfd407401099d.jpg

     

    Vs single trainer with at least 2 pokemon - initialization of the fight.

    20220814204653_2.thumb.jpg.05a5a124cca64d65830b2db883ee32f6.jpg

     

    Vs wild encounters

    20220814210349_1.thumb.jpg.6e14d768b101fb1b69829b6fa119d335.jpg

     

    Solo event encounter

    20220815012320_1.thumb.jpg.37362ef0ca4177e1d9108ee962b95115.jpg

     

    • Forces double battles against trainers.
    • No clone, or invisible pokemon.
    • Does not cause a crash when a trainer only has one pokemon.
    • 2v1 when he has only one pokemon.
    • Spawn two wild pokemon at once, in normal wild encounters, without a partner by your side.
    • Send two pokemon too.
    • Partners will still work (like that idiot Fern or that handicap that is Julia :/ ).

     

    2 versions of my mod are available. 

    - The "standard" version will change all fights to 2v2.
    - The "password" version will leave them in 1v1 by default, but you can turn on the double mode against trainers as you wish, via the "double" and "db" passwords.

    You will need data ships (you can use debug mode to buy some, or wait for 7th street.)

    The password does not change wild encounters, which will remain 2v2.

     

    Installation mode

     

    1 - Go to your "Pokemon Reborn" folder.

    2 - Copy your "scripts" folder to keep a backup version.

    3 - Download the "DBE" folder you want (either the standard or the password).

    DBE - Standard version - By Vilrose.rar 61.42 kB · 194 downloads DBE - Password version - By Vilrose.rar 81.11 kB · 126 downloads

     

    4 - Unzip the folder.

    5 - Transfer its contents into your "scripts" folder.

    6 - Enjoy ! 

     

    Don't forget to drop a like on the forum and to give your feedback !

    I hope you like it as much as I do !

     

    Advice :

    You can use the password "double" or "db" of the password version, and disable double mode for a boss fight.

    Since in some boss fights (Garchomp for example), these only have one pokemon, this will keep the difficulty high in the game.

     

    For a super fun experience, you can also use the in-game password "pulse2".
    Opposing Pokemon will have 252 evs and 31ivs in all stats.

    It compensates for some temporary facilities brought by the double battle mode.

    Be careful, with "pulse2" and 2v2 enabled, some leaders are going to be very hard to defeat, even if they are initially 1v1 leaders.
    Some, like Serra, get stronger in 2v2.
    (Well, I used a rain team against her though, not the best matchup if you ask me.)

     

    Note that I am not a developer, let alone a pro with Essential, and that this work took me hours of hard work to understand how it works, find solutions, do tests...

    I did a lot of tests to correct the many bugs I encountered, but it is possible that there are still some.


    Do not hesitate to give me your feedback, and to ask your questions.

    Have a good game !

     

    Vil'

    Hi. I really am interested in this mod, but the download link for de .zip doesn't work. there is another way to download it?

  2. 16 hours ago, Alejandro said:

    I was playing around with Debug and I got this issue:

      Hide contents

    1769508608_IMG_07614522.thumb.jpg.cfd14d12175e4283ff59635edfd73fc6.jpg

    I never had this issue before and the PBS file seems fine so I don't know what went wrong.

    Try open pokemon.txt with Notepadd ++ ---> codification ----> UTF-8

  3. I was working in modify the teams of the trainers, and add some news Trainerts Types since E18. When i pass the PBS i was using to the E19, this error appear:

     

    image.png.294e08146a3d728101235ad7cdd3e71d.png

     

    I can't find where the error is, since the edited PBS works fine for E18 version. This problems appear only in Edit Trainers in the Debug console.

    If someone had the same problem and found the root, pls tell me where to search it.

     

    This is what i add (and function well in the last version)

     

    (Trainer PBS)

    MARAUDER
    Nino
    2
    RATTATA,2,,,,,,1,M,1,,,0
    RATTATA,2,,,,,,1,M,1,,,0

     

    (TrainerType PBS)

    124,MARAUDER,Marauder,10,,,,Mixed,2

     

     

     

     

  4. If you want to change the folder where your save files go, then go to Scrip folder / Compiler

     

    Then, search for -------> when "Pokemon Reborn" then subfolder = "Reborn/"

     

    You can either, change "Reborn/" for other folder name or add a new line like:

     

    when "YourGame" then subfolder = "YourGame/" 

    NOTE: This option only works if you change the Game.ini game name.

  5. 54 minutes ago, Gastronely said:

    Did you make any changes to the PBS files? If so, you can download new PBS files from the FAQ page of Reborn, and then select Compile Data in the Debug Menu

    I don't. I download the PBS from the FAQ and add it to the folder. Testing it, it work on the normal game, but don't work on debug mode (i run from RPGMAKERXP.rxproj editor, not game.exe).

     

    I also tried this but didn't work: 

     

  6. Hi, so i download the last version (18.4 i think), add the PBS folder and run the debug mode. When i start a battle, if the move hit (this problem don't appear if the target miss or is inmune) then appear this error:

     

    Exception: NoMethodError
    Message: undefined method `[]' for nil:NilClass
    PokeBattle_ActualScene:3689:in `pbAnimation'
    PokeBattle_ActualScene:3685:in `pbSaveShadows'
    PokeBattle_ActualScene:3691:in `pbAnimation'
    PokeBattle_Battle:3945:in `pbAnimation'
    PokeBattle_Move:3682:in `pbShowAnimation'
    PokeBattle_Move:3641:in `pbEffect'
    PokeBattle_MoveEffects:356:in `pbEffect'
    PokeBattle_Battler:4621:in `pbProcessMoveAgainstTarget'
    PokeBattle_Battler:4521:in `each'
    PokeBattle_Battler:4521:in `pbProcessMoveAgainstTarget'
     

    I try reinstall the game and still happen.

  7. Some days ago, i post a topic about me being stuck in route 9. One of the solution was fly, but at that point (i was starting zone zero mission) i hadn't the HM Fly (something i was supposed to have at this point according the videos), and Aelita ritual quest advanced without me doing anything.  Using previous save files, i was able to continue from zone zero, and when i enter to the stores in the college, the part of Aelita ritual quest that want me to go to the tournament registration continue, ignoring that i advanced on the story (after completing the pyramid). Searching in youtube, i found that, to do the ritual to Aelita, i would go to Hospital of Hope to see Lavender and continue the quest, something i did (before start the hospital assault), but the event didn't start. Long story short, i end the game without fighting Souta and his badge.

     

    The point i was looking is that in some point in the chapter "City of Dreams?", something happend and the continuity of the Story and parallel events become a mess, found character through the main story that supposedly y already known, and found them later like the first time they see me, etc. It's Possible end the  game, but hard to follow the events of the story when it's chronological wrong. I can't find topics about this on the forum, that's why i write this for future inconvenients.

  8. 29 minutes ago, MhicKy said:

    Oh, no, if it overwrite the older ones then it's gone..
    I always keep autosave off and I don't limit the amount of backup saves because I got stuck before and had to restart.. You sure there isn't any previous save file before that? Cuz if you really haven't then.. Yeah.. You're screwed..

    I found the backup files, i didn't know i have it, Thanx!!!!!!

  9. 52 minutes ago, Edo said:

    Can't you fly there? You should have the HM Fly and be able to teach it

    I don't have the HM. I tried to get fly, but i can't enter GDC. I only can move between route 9 and Tournament map.

     

    11 minutes ago, MhicKy said:

    If you can't use Fly as Edo suggested, perhaps loading a previous save file before you talked to Karen might be a good idea

    The auto save rewritten my save file, there is some way to recover it? I tried in other saved file option, but there is only ones lot.

  10. Before fighting lorna, i explore the Alamissa Urben and found karen. After spoken to her, it send me to sasilla village, where i talk to a man with a latios and send me to route 9. The.problem is that i cant come back to zone zero, there isn't the xen'plane, BDC is closed for the bomb, and the auto save activate on route 9, make it imposible to reload to a prior point in game. Anyone know how to.come back?

×
×
  • Create New...