Jump to content

andracass

Administrators
  • Content Count

    1573
  • Joined

  • Last visited

  • Days Won

    32

 Content Type 

Profiles

Forums

Calendar

Pokemon Reborn Development Blog

Pokemon Rejuvenation Development Blog

Post Comments posted by andracass

  1. On 9/23/2020 at 2:27 PM, Mindlack said:

    I googled it and I found it was a (slightly modded) Dr. Seuss quote. 

    I have no idea whether it's really a random post emanating from too long a Discord chat or there's a puzzle to unravel here... 

      Reveal hidden contents

     

    hey now don't get me wrapped up in this i barely know what this is either

  2. 2 hours ago, Maruno said:

    After the next version of Essentials has come out (it's currently in beta testing), I intend to put it on GitHub or GitLab or somewhere.

    :OOOOOOOOOOOOOOOOOOOOOOOO

    2 hours ago, Maruno said:

    I don't support older versions of Essentials simply because working with just one version is quite enough for me (and because I forget how older versions worked).

    i am incredibly sympathetic to this. trying to backport changes into e18 and having to work off of several different working copies has just been a confusing mess.

    2 hours ago, Maruno said:

    The original creator of Essentials seemed very keen to make it work exactly like the GBA games

    this is something that i've noticed a lot, not only with regards to the compilation and data access, but also the fact that essentials uses [HP,ATK,DEF,SPD,SATK,SDEF] as the default order of stats.

    i've mentioned this before in my posts, too, but it really seems like the author was very much steeped in a C++ background, and while that's not necessarily inherently a problem, it means that the code is really not well-designed for an interpreted languages.

    3 hours ago, Maruno said:

    My experience with developing this version (primarily a huge overhaul of the battle system) showed me that the current development process for Essentials is untenable. It needs a revolution.

    okay, so this is the big thing.

    from where i'm standing, right now it seems like there are two major versions of essentials- there's the base one that you're working on, and there's what reborn runs, which is effectively just a branch of essentials 15. somehow we've gotta bring them up to date with each other.

    i don't know if you keep any records on specific changes (i sure don't) but it seems like the best way to merge the two is to bring reborn up-to-date, make sure that everything still functions (at least to as much of an extent as is reasonably possible), and then start integrating reborn's stuff into main essentials.

    i imagine the best time to do this would be after essentials 18 is done (since it sounds like you're pretty close to that anyway), though I don't really want to hold back any major optimizations/changes that may be useful until after that. i'd be open to coordinating some of that stuff in advance if you're open to it.

     

    i appreciate that you're open to this! hopefully changing how things are done will improve the engine for everyone's sake.

  3. 5 hours ago, Sin! said:

    I always thought that e19 not being out yet was a product of the project as a whole being dead and discontinued.

    no............................................................it's just............................................................................................................................ poor planning..............................................................................................

  4. 2 hours ago, Storm said:

    Weekly? I demand daily pictures lol. The cat is so adorable. What's her name? That mark on the nose...gotta protec the kitty

    kyra

    best cat

    • Like 1
  5. 1 hour ago, Mindlack said:

    Just a stupid question: what exactly does the compiler do? Does it gather Pokemon, move, and ability data from .dat/.rxdata files (as I think I understood from your post, which already sounds really not-straightforward)? Does it do something else? 

    basically, the compiler is what takes the PBS and puts it into a data structure that is easier to use/process by the scripts. PBS data is way easier to access/edit than the scripts themselves since you only need a text editor to work with them. the compiler then imports what you wrote in the text files and puts it into an array.

    • Like 1
    • Thanks 1
  6. 1 hour ago, silverlime said:

    It's great to see new ways to improve game speed, and I'm glad you're still giving updates about this. The level thing with saving it as a new variable so it's not called thousands of times seemed pretty simple, so I tried adding it in my copy of essentials, but for some reason, the Pokemon's level doesn't increase when it levels up. I guess there are some other places that have to be updated to account for this variable as well?

    there are! it's also tossed into the initialization function for initialization like so:

    image.png

  7. 15 minutes ago, Elliot_Chan said:

    Theme teams...?

    Is that the Nightclub?

    y'know, it just might be.

    • Hmm 1
  8. 9 hours ago, Marcello said:

    I appreciate this post, both for detailing all your hard work

     

    And also because you politely did not point out how much of the deeply inefficient code you optimised was written by me oops

     

    ❤️

    i meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeean.............................................................................................................................................

    • Like 1
  9. Just now, Gengar768 said:

    Oh yeah I forgot you guys also help with rejuv my bad😅

    also i was kinda meaning the actual scripts but your right that shits long as hell to read as well 

    i knew i said something about it in there but when i tried to find where it was i thought i was just gonna die

    • Haha 2
  10. Just now, Gengar768 said:

    .....wooooow i wouldnt even have the patience to do a little of that script😂

     

    also...Ice face?? isnt that like a gen 8 abillity?

    Quote

    you've seen my scripts. gen 8 is already there. we helped out with rejuv on developing it.

    it's okay i don't have the patience to read my posts either

    i never wanna see this shit again

    who does this bitch think she is

    • Like 3
  11. 13 hours ago, SpenceMcFence said:

    when is the 52% gonna change to 53%, you've been optimizing this shit all year thats gotta be at least 1%

     

    technically we, uh, don't really count this since it wasn't planned 😕

×
×
  • Create New...