• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. boonzeet

    Resource BW 'Shout' Message Effect

    boonzeet submitted a new resource: BW 'Shout' Message Effect - A command for messages to display a shouting effect similar to the one seen in Black/White. Read more about this resource...
  2. boonzeet

    Automatic 2x Art Resizer - Support adding or removing suffix on save, command line flags

    This has been updated to support optionally adding or removing the suffix on save, and now uses flags instead of chained arguments. This allows for working on night tilesets (which previously did not work) and generally a better method of saving. Examples rmxp16to32 --mode sub --suffix _wip...
  3. boonzeet

    Resource Automatic 2x Art Resizer

    boonzeet updated Automatic 2x Art Resizer with a new update entry: Support adding or removing suffix on save, command line flags NB: to update, use npm update rmxp16to32 -g Read the rest of this update entry...
  4. boonzeet

    Efficient Water Puddle Animations + Sound Effects - Sound effects for puddles

    The script is extended to support sound effects when stepping through puddles, for both the player and nearby events.
  5. boonzeet

    Resource Efficient Water Puddle Animations + Sound Effects

    boonzeet updated Efficient Water Puddle Animations + Sound Effects with a new update entry: Sound effects for puddles Read the rest of this update entry...
  6. boonzeet

    Resource Efficient Water Puddle Animations + Sound Effects

    Edit: I had a look into it and would be very complex due to the different directions of thr bike. It's something I could look at in the future for sure, though.
  7. boonzeet

    Efficient Water Puddle Animations + Sound Effects

    Scripts exist for the bubble animation when walking through puddles, but add a lot of code to tackle a small problem. This can be achieved in V17 with a simple edit of the grass animation code. First, download this folder with puddle effect sound and anim sheet. Settings Find this line...
  8. boonzeet

    Resource Efficient Water Puddle Animations + Sound Effects

    boonzeet submitted a new resource: Efficient Water Puddle Animations - Water Puddle Animations that reuse the grass animation code for efficiency Read more about this resource...
  9. boonzeet

    Freelance Old-time RPG Maker Games

    For anyone interested in what's possible with rm2000, it's worth mention the celebrated indie game Yume Nikki was created using it. This is something I'd be interested in. Have you shared this with other forums, such as HBGames or the like?
  10. boonzeet

    Freelance Amateur Composer looking for games to practice composing for

    Have you got a SoundCloud or a repo where we can see any past work?
  11. boonzeet

    Trainer Intro: Looping BGM instead of ME

    Pokemon Essentials is incredible, but one of the pain points for me was not being able to loop the Trainer Spotted themes. When I started using FMod for my project, the difference in functionality became noticeable. This script memorises the current playing BGM, plays the Trainer spotted theme...
  12. boonzeet

    Resource Trainer Intro: Looping BGM instead of ME

    boonzeet submitted a new resource: Trainer Intro: Looping BGM instead of ME - Memorised the current BGM and plays a looping trainer intro, instead of a one-play ME Read more about this resource...
  13. boonzeet

    Resource Overworld Shadows

    The Followers code shouldn't affect a project without the Followers script. I can replicate this on a fresh project with just this script, too: Edit: From testing, this is the offending line: page = pbGetActiveEventPage(@character) pbGetActiveEventPage is returning nothing if one of these...
  14. boonzeet

    Resource Overworld Shadows

    I'm not using the followers - shadows work for all other characters (you can see this on my character and this miltank walking around) but don't with any events that use the DayNight switches in the Event page options. Edit - the guy with the hat is the NPC using s:PBDayNight.isDay? as the...
  15. boonzeet

    Resource Overworld Shadows

    I have an NPC that appears with the switch 14 's:PBDayNight.isMorning?' which doesn't get a shadow for some reason, even with the name including a string from Always_Give_Shadow_If_Event_Name_Has. I've tried it with all of the DayNight switches and none of these events get shadows, but other...
  16. boonzeet

    Resource Automatic 2x Art Resizer

    They really do! Only recently started developing in Node but I'm already blown away at how almost every idea I've had has already been done. Great suggestion. I've updated both the GitHub project and the npm package to support this.
  17. boonzeet

    Resource Automatic 2x Art Resizer

    boonzeet submitted a new resource: Automatic 2x Art Resizer - Command line Node tool to watch for art changes and produce 2x resolution copies. Read more about this resource...
  18. boonzeet

    Automatic 2x Art Resizer 1.1

    Like many artists on fan games, it's great to experiment with tilesets and characters graphics and quickly see what they'll look like in RPG Maker XP. Working with a 16x16 grid, it became dull to constantly resize the assets. I wrote a quick and simple command line Node tool that watches a root...
  19. boonzeet

    Region Lore

    I wouldn't say explaining the creation of the region is necessary, unless that somehow ties into the main story. Lore is at its best when it is meaningful, when it adds to the model of the world that the player has in their head. A well-planned story should make it easy to create bits of lore...
Back
Top