-
Posts
11236 -
Joined
-
Last visited
-
Days Won
563
Content Type
Profiles
Forums
Events
Reborn Development Blog
Rejuvenation Development Blog
Starlight Divide Devblog
Desolation Dev Blog
Everything posted by Amethyst
-
Weather patterns only update when passing through the Opal Ward. Incidentally, this is what's causing the freezes there. So you'd have to jump a week forwards (backwards won't work for getting a new pattern) and go there to get the new pattern. If you want to jump to a different day in your current pattern, that's when you go backwards, because you don't risk picking up a new pattern or extending your timer that way. Not that any of that matters as of 16. I don't know how easy it will or won't be to manipulate the system after the changes though. Since weather is more fluid, including being in 8 hour segments rather than 24 hours, it won't be as pretty as going to this or that day. You'd probably have to pin down specific numbers of hours to jump forward, and even then it might be overruled depending on what time your pattern was generated. idk.
- 20 replies
-
- Weather 2.0
- Reborn E16
- (and 7 more)
-
Keep in mind the weather isn't changing at all. You still have your run of the mill sun/rain/storm/wind/snow and those aren't any different. Just the way they're selected to occur is different.
- 20 replies
-
- Weather 2.0
- Reborn E16
- (and 7 more)
-
All right, I've updated everything posted so far, AND I pulled out all of the identified sounds from the file and reuploaded it. So, as of this post, the soundsorting file from the first page only has unidentified sounds in it, meaning you can be clear that what you check out hasn't been posted yet. We've already gotten through about 250 files, and that's great! But there's still a lot to go, so keep it up, everyone! After one or two more waves of this, I'll start posting specific moves to look for sounds for.
-
I'm freeeeeeeeeeeeeeeeeeee Finished all the editing stuff so now I can get back to things that don't make me want to bang my head on a brick wall repeatedly.
-
Spoiler: The first PULSE Tangrowth in Obsidia ward ep 15.
Amethyst replied to sound of silence's topic in Reborn City
Surf is an exception coded into the field system. If the player's surfing, ignore whatever field is set for the map, and make it WaterSurface. Corey's gym uses an override function similar to using Electric or Misty Terrain. You're correct that I -could- set an override for just that battle, but then it would be weird to have the battle in the park against tangrowth be on Forest and all of the other battles vs wild pokemon be on no field at all. Ideally what I would like is have it so that if you're in the little park area, it uses the proper field effect. I can do this with an override, but the problem exists with how do I set and remove it that override? Unless I overfit the scripts for that area, which is a poor practice, I have to use event tiles to set the variable whenever someone enters the park, and remove it whenever someone leaves. Now, firstly, adding that many more event tiles is going to increase lag in that ward. Secondly, there's still a problem with *sigh* Teleport. If someone steps into the park and then teleports out, they don't hit the tile event tile that turns off the override, meaning they would basically be taking a forest field with them wherever they went, forever. While I could possibly have the usage of Teleport/Fly/etc clear this variable I'd need to be careful that doing so wouldn't break anything else anywhere in the game. So for now, it is as it is. -
Baltoy is genderless, you say. ...Riiiiiiight, I knew that.
-
It's from an Etsy shop that was featured on League. Iirc the guy was TheTastefulNerd Took a while to get here, but worth.
-
There's an AI handler for Illusion. It's possible it's bad.
-
How come some get cool pokemon while others don't?
Amethyst replied to SgtNoobly's topic in Reborn City
Right, to solidify some of the above points, I can't (and wouldn't even if I could) remove already-obtained Pokemon from existing save files. Moreover though, it isn't this way by design. I made some mistakes when I laid out availability originally (not to mention 6th gen happened and changed a lot of things), so I corrected them. I'm not thrilled about the older Pokemon still being in circulation, but that's how it is. More importantly, as a community we don't necessarily need to jump down someone's throat when they're voicing an outside opinion, or missing a few details. Respect comes before righteousness. -
i was at the grocery store when it hit. ten minutes earlier, the streets were totally dry. then the hail started coming down. i got a text saying there was a funnel cloud forming directly above my house and looking down at my phone, that's when i noticed that a layer of water was crawling across the tile floor a few minutes later and the entire staff was armed with mops and brooms to try and escort the increasing water out of the store. the tornado alarms sounded, and then a city flash flood notice. like, no shit, sherlock. my mom told me she could see debris swirling around in the air above our house. i asked her if i would be safer at the store than there. she didn't have an answer. after some deliberation she decided to try to come get me. she got stuck in three and a half foot water sitting at an intersection so i tried to catch the bus the stoplights were all out, so the traffic was completely senseless, but following some girl in a neon tank who was bolder than i, we managed to cut through it. nevermind the the fuss some of the drivers made about it. i caught a bus with a plucky driver, who didn't seem to mind that when she opened the door to pick me up, she took part of the river with her. in fact, she embraced it, saying things like "welcome to the huckleberry finn bus experience" and "does anyone have contact information for one 'noah'? we're gonna need an ark". which i personally appreciated since even in the middle of a flash flood, i happen to think rain was gorgeous, and tornadoes aside, i was quite enthused. i was not quite so enthused when i stepped out of the bus into knee deep water and had no idea where side walks started or ended, or where there were objects when i crossed others' flooded yards, chatting with the people looking on from their front doors, camera phones at the ready. i got word from my mother while hopping across stone fences that she had broken free from traffic, but still couldn't get to me because, when i got to the part in the third picture, the water was waist-deep. and apparently cars don't do very well in that kind of water. so that was fun. i made it home unscathed, although soaking and totally numb, but all in all i rate flash floods 7.8/10 too much water so that was my afternoon.
-
Like Vinny says. Yes, that was a rule for the online league. But obviously not all of the online rules have been preserved, since Noel has Clefable. I'm well aware it's no longer a flying type. Nonetheless, Altaria has always been her ace, and since it has a mega, it makes less sense to let her be the second leader to have a wildcard than it does to ignore the mega and let her be even easier.
-
That's already in the AI. You can see how well it works. Doubles AI in general is totally fucked, so I'm not surprised that it's not being reflected.
-
Ellipses aren't the only thing I'm editing for. I'm also going over dashes, spacing, some general awkward phrasing, trimming some needless references, etc. For instance, I'm pretty familiar with RPG Maker's text thing, so I have previously gone about it the same way as I always have. In most RM games the message box is three or four lines tall instead of two, meaning more can (and should, to prevent lots of empty space) be fit into it. When working with a smaller message section and one that's only two lines tall, the reverse is true. The end result was that a lot of the dialogue was awkwardly crowded. Now I'm cut-pasting everything to space all of that out. This is actually the biggest time sink. Regarding the ellipses, to answer a comment from a page or two ago, the reason everything was originally written with so many was another lingering habit from non-Pokemon RM games. RPG Maker has a number of internal commands that can be used to alter traits of the message, such as text color and things like that. One set of those commands allows messages to be timed out, to fractions of seconds. So say there's an awkward pause in the middle of a sentence, I can hit that command so there's a pause as it displays too, and it mirrors the flow of conversation. Now, that doesn't happen in Pokemon games, so I don't use that command. But what I unthinkingly did instead was use ellipses in similar places. Unfortunately, that has the effect of making the text look jumbled and probably like something out of an emo fanfiction. My name is Ebony Dark'ness Dementia Raven Way...
-
The name rater's wife isn't a guy. But his husband is. The fact that topics like this show up in response is pretty telling.
-
@ Tomas, you can blame me for that. When it was first called brought to my attention, I looked up the word and didn't find any indication that it was considered derogatory. In fact, I read that some people still preferred it over other synonyms (and this seems to have been the case for the individual in question, too). So, I allowed it. However, with how much it was questioned, that was rescinded. As such, it's been taken care of. @ Dobby, A swift kick defeats it. Common household scissors can defeat it. In fact, I even hear Mountain Dew defeats it. Seems pretty lame.
-
I'm what? Nonono, the animations up on the block for 16 are attack animations, not animated sprites.
-
The eggs were never shiny colored in the first place. We don't have the graphics for that, and I don't expect to. The star in the PC was a bug, not a feature, much like the PC used to display the types of the Pokemon an egg would hatch into.
-
It's supposed to be, not because of the opponents but because of your partner. The idea was that Florinia should have been the better partner for that battle since she has mostly grass types + sandstorm synergy against Solaris' sand team. Julia on the other hand can't use her STAB half the time, and her Explosions hurt you as well. Which is why I've been really surprised that people say Rini is the less useful one. I did remove Florinia's EQs before the public release though, since there was a lot of gripe about that. Julia should be the one ally-KOing, not Rini.
-
did you know there is a lot of dialogue in this game because i did and yet knowing that doesn't make any quicker to go through all of it X_X (i'm bothered it's taking so long too, but what else is new?) It will. The reason it's different is because the concept for the E15 pulse was scrapped and redone basically at the last minute. It was originally going to be a PULSE Gulpin and the machine would have continually multiplied Gulpin into sort of a huge multi-gulpin-wall to continually clog up the system. I changed it because I didn't have a good way to make that look good on both the overworld and in-battle.
-
i got this jacket today it's really cute and i like it
- 4071 replies
-
- 12
-
Pokemon Reborn banner request (or direct me to one)
Amethyst replied to zscout1288's topic in Reborn City
This is from Pokecommunity. -
We just have to shorten the entries. Feel free to report them. Typos thread is fine.
-
Skipping to each next battle would be rather ideal, but there's some issues with this when playing out the rest of the cutscenes. Long story short, that isn't practical to do because of how RMXP works and how I set it up. That was sort of poor planning on my part, admittedly, (although it would have been more unstable if I'd done it that way) but it's especially impractical to go back and fix at this point.