Well, I wouldn't have expected to someone to find the game for the first time 11 years after it was released but I'm glad people still do.
For the progress, my current demo is mostly done (it goes up to the final Alicia battle on Meteor Falls). I just need to fix some mechanics after updating...
Has anyone managed to make this work on Essentials 21? The FPS stuff changes makes it completely incompatible so I wonder if someone's able to figure out something else now that the frame skips don't work.
So right now my plan is to make the dex mostly based on vanilla Snakewood (and the XtraSnakewood mod). However in vanilla only about half of the dex is available to the player, so I had to considerably increase the amount of encounters in the game.
Anyway about the dex size, I decided to not...
Not exactly changing a mono to a dual-type but a pet peeve of mine is Bug/Dragon Flygon. Bug/Dragon is a much worse type than Ground/Dragon (also ffs it's the DESERT spirit) and by removing its Ground typing it's considerably weaker. You could also do the thing of giving it Tinted Lens and the...
I indeed knew about that! I had datamined the game before and there was a lot of scrapped stuff. The zombie Mew line is one of them but there are others, such as the two Eevelutions: Toxeon and Demoneon (Ghost but I made it Poison here), the Zombie Politoed named Zombified, the hidden Madio...
Update thread!
A complaint I see frequently about Vanilla Snakewood is the lack of Zombie Pokémon for the player, with only two available normally for the player so with zombie Pokémon that GenDraconis (Which I got permission to use), a few from Mashi and some that I made myself (also the good...
Thanks for being interested in the concept! But Shaderu was indeed available in the original game, Cutlerine gave up on the 100 Broken Hearts quest so you needed about 17 or so to catch it, my current plans are to scatter all 100 of them everywhere across Hoenn and giving the player rewards...
it still didn't work but regardless this is going too long so i'm either doing a help thread on discord or trying to figure it out myself, regardless thanks for helping
return false if self.species_data.has_skill?(:SURF) && !$game_switches[65] && !self.isSpecies?(:MAGIKARP)
return true if self.species_data.has_skill?(skill) || self.hasMove?(skill)
Sorry for bothering again but the method above didn't work, did I type something wrong?
In addition to, I need so that the player has to use a specific pokemon for an HM until a little later, where I would allow the player to freely use surf with any pokemon
Hi, sorry if it's too much to ask but right now I'm trying to make it so that the species field skills only work if a certain criteria is met (in this case a switch) but I assume I need to make something similar to pbBadgeFromSkill that checks individually for each field move's switch but I was...
Currently my plans are to not touch the story, the original creator of Snakewood did the as a joke and it's honestly quite enjoyable. But I am indeed editing a few chunks so that it becomes more cohesive, I hope that answers your question!
Good that you are excited for it! Currently all the progress in the expected demo is done and the game is in my personal testing phase, while in it I tweak stuff such as graphics, events and dialogue to make sure the demo is in good state to be played by our playtesters, which then give me...
You can't please everyone.
Simple as that, do what you like and what you feel is right for you, you are not (I forgot the word lmao it's way too early here) to anyone. If you like something it's pretty much guaranteed that someone else will like it as well. (and while this next part isn't...
Hi! So if you haven't noticed, I've postponed the release date from 04/04 to 20/04 (Or 4/20 if you're American) due to some inconveniences during development and overall change of plans. I was supposed to mostly do content starting from Famine's Desert to Meteor Falls, however the current...
- Made with Essentials 20.1 -
Disclaimer: This project has no affiliation with Pokémon Snakewood made by Cutlerine and it's but a tribute to the original work, it intends in no way or form to replace it but to build upon and expand.
Hoenn has been invaded by a zombie plague! Revive the...
Ok so first of, any apologies if this is any unsolvable or dumb problem.
A thing I noticed is that for testing I used the DEMO_ROTOM one and it always crashed, then I went to the PokéCommunity thread and saw that since it was a NilClass error code it meant that there was something missing as...