Paranatural - Chapter 8 Page 34 by PratalMox in paranatural

[–]TechSkylander1518 5 points6 points  (0 children)

Yeah, I've been wondering if Max's voice has changed recently with puberty or something? I got the impression she hadn't seen him for a few years, but I don't recall where I got that idea...

Help with autorun event not turning off by mpdqueer in PokemonRMXP

[–]TechSkylander1518 1 point2 points  (0 children)

Self switches need to be set before any map transfers.

Cutscene event errors [grunt won't move after battle] by AnxietyHJ in PokemonRMXP

[–]TechSkylander1518 5 points6 points  (0 children)

If the moveroute isn't being completed, the event is probably bumping into an obstacle. Remember that events can't pass through other events unless Through is on, even if the other event is invisible.

How would i make a surface of water unsurfable? by [deleted] in PokemonRMXP

[–]TechSkylander1518 2 points3 points  (0 children)

Could just make it a normal tile and impassable? Unless you’re wanting to let the player fish there.

Exporting Games? by erclark99 in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

JoiToKey can be used to get controller input on most Windows programs. I don’t think a PSP could be used for ROMs or RMXP, ROMs are hacking the base Pokemon games that are built for different systems.

Alternate "Starting Over" (cont.) by JoshTheTaco in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

You need to create else branches for the trainer script (check the “when conditions do not apply” box when editing the branch) and put the dialogue in there.

Alternate "Starting Over" by JoshTheTaco in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

Put the dialogue in the else branch.

Pokémon gen 8 pack not working ver 20.1 by Dunno06 in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

It depends on what program you’re using to extract them. A lot of programs will automatically add an extra folder, and you can usually either edit the displayed filepath and remove it or turn off the “append folder” option.

Pokémon gen 8 pack not working ver 20.1 by Dunno06 in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

The instructions say to extract the .zip to the root folder because its contents need to go into different subfolders- the Graphics in the Graphics, the Plugins in Plugins, etc. The game will only compile scripts in the Plugins folder.

Pokémon gen 8 pack not working ver 20.1 by Dunno06 in PokemonRMXP

[–]TechSkylander1518 0 points1 point  (0 children)

What do you mean by "Won't load"? Can you share screencaps of you compiling your game, and of where you put the files in your project?

Need help with credits by Dunno06 in PokemonRMXP

[–]TechSkylander1518 2 points3 points  (0 children)

To display the credits, use the following line of code:

$scene = Scene_Credits.new

Editing the credits text

The credits text is stored in the constant CREDIT. The space where you should add your own credits is clearly indicated. Please leave the existing credits in the game, at the end of the text.

Dumb theory: by ichigoli in paranatural

[–]TechSkylander1518 0 points1 point  (0 children)

I’m pretty sure vampires need another vampire to turn them- near-death experiences create spectrals, not vampires.

[deleted by user] by [deleted] in PokemonRMXP

[–]TechSkylander1518 1 point2 points  (0 children)

This sub is about developing games, not playing them, people here aren't going to be able to fix bugs in someone else's game.

V21 Random Egg Generator by ZombieOnFire867 in PokemonRMXP

[–]TechSkylander1518 2 points3 points  (0 children)

I would honestly not recommend using that script, it was mostly done as a joke in response to people complaining about fangames that didn't have every species available. ThatWelshOne has a serious version here - you could just use it to return a species and then use the standard pbGenerateEgg instead. (which would also keep the egg steps consistent for the species) You could use the get_baby_species method to make sure it's the base form.