KRIMSONKATT'S PROFILE

KrimsonKatt
Gamedev by sunlight, magical girl by moonlight
3326
Hey, the name's KrimsonKatt and I'm just a random catgirl surfing the interwebs. I am an indie game dev and have been developing games since 2014. I am the creator of the Chronicles of Chronicles Series which features over 50 planned projects made in multiple different media formats. I love playing video games, particularly platformers and RPGs, and my favorite series include Xenoblade, Kingdom Hearts, Hollow Knight, Persona/SMT, Fire Emblem, NieR, Bravely Default, Octopath, Kirby, Zelda, and Castlevania. I also like anime, manga, drawing, writing, comics, animated movies, marvel, music, etc. In other words, I'm a complete nerd. I have many games currently out and in the works. Here is a list of them:

Released Games
-Zero Gear Fighters
-Crypt Challenge
-Meteo Chronicles (Demo Ver)
-Chronicles: The Lost Page
-Elzakalas: Beyond the End (Demo Ver)
-Noel and the Tower of Doom

Games in Development
-Chronicles Meteorfall
-Crypt Challenge DX+

Planned Games
-Yume Nikki: Azure/Vermillion Re:Union (Adventure)
-Spirit Roamer (RPG)
-Lost Anima (RPG. finished ver of SS/DAO)
-Chronicles Genesis (RTS/RPG)
-Chronicles Tactics: Realms of the Unreal (TRPG)
-Chronicles Calamity (RPG, inspired by FF8)
-Chronicles Calamity: Chronosapience (DLC)
-Chronicles: A Buried Tome (SH)
-Chronicles II: Zero Gear Saga (RPG, 1st remake of ZGF)
-Chronicles II: Trail of Blood (DLC)
-Zero Gear Fighters ReBorn (RPG, 2nd remake of ZGF)
-Chronicles III: Ascension (RPG, 1st remake of DA)
-Zero Gear Fighters 2: ReAscension (RPG, 2nd remake of DA)
-Chronicles: The Last Dragon's Elegy (EP/ARPG)
-Chronicles: The Last Dragon's Elegy - Definitive Edition (DLC)
-Chronicles: The Last Dragon's Elegy - Dark God of Destruction (Premium DLC)
-The Last Dragon's Elegy (Movie)
-Chronicles Black (RPG, inspired by SMT)
-Chronicles: Dark Conquest (RPG)
-Chronicles Leigonfall (RPG/SEU)
-Bioplasm (EP/ARPG)
-Generic Quest: A Realm Reborn (RPG)
-Chronicles Rebellion (EP/ARPG, inspired by MMZX)
-Chronicles: Grimoire of the Grail (RPG)
-Reflective Dreams (RPG, inspired by Persona)
-Chronicles VR: Abyssal Song (VRRPG)
-Chronicles VR: Sylvian Melody (VRRPG)
-Chronicles Tactics: Convergence (TRPG)
-Imprisoned Chain (Survival RPG)
-Chronicles: The Memory of Memes (RPG)
-133: Countdown to Destruction (AP)
-THE END OF CHRONICLES (ARPG)

I hope you enjoy playing my games!
Chronicles: The Lost Pag...
A tale lost to the sands...

Search

Most underrated video game OSTs?

I'm a massive fan of video game music, so in my time I've heard a TON of video game music of varying qualities. One of the things I love about the internet the most is discovering super underrated video game music while randomly browsing through YouTube. One of my most recent examples of this was discovering the OST of the Tetris CDi. Yes, you heard me correctly, a version of Tetris on the infamous Philips CDi actually has a banger OST. Some of my other favorite "underated OSTs" include:
-Pugsy (platformer on SEGA Genesis/SEGA CD)
-RPG Maker VX Ace and MV OSTs (but you all probably know this since you're in the community and all that)
-Umineko When They Cry (Visual Novel on PC)
-Rabi-Ribi (Fanservicy Metroidvania Action-RPG on Switch, PC, PS4, and XBO)
Yokai Watch Trilogy (the first three games, monster collecting RPGs on 3DS. The forth game is an action RPG and was only released in Japan. It's really bad and basicly killed the series.)
-Plants VS Zombies (tower defense game on PC, iOS, and Android)
-Miitopia (RPG on 3DS and Switch)
-Journey to Stillius (Action platformer on NES)
-Mario Sports Mix (Sports game on Wii)

Any more underated video game OSTs I should look out for? What are your favorites? Comment down below.

[RMMV] Need Karen Sprite for Mother's Day Project

So I'm making a game to celebrate mothers day, the plot featuring me and my mom teaming up to beat up a transphobic Karen who's harassing me. Problem is is that to my knowledge no "karen boss sprite" exists on the internet that I can steal use. Can anyone please make a karen boss sprite for me so I can finish my mother's day project? @Mirak, can you please do something with this? Thanks!

[RMMV] Yanfly Equip Skills: Normal Skills Always Equipped?

I'm reposting this old question because I got basically no responses and my last post concerning this was worded poorly, so I'll try again.

In my game there are type types of skills: arts, and abilities. Arts are skills like fire, arc slash, ect that can be used in battle and sometimes on the field and cost AP, or art points. (my game's name for MP) Then there are abilities which are skills that give passive stats such as passive stat boosts, the ability to wield certain weapon types not normally available, conditional stat boosts, and more.

Arts are always available once the actor learns them and as long as the actor is of a class where that skill type is available, but abilities must be equipped with each ability using up a slot and there only being 4 slots per actor. I'm able to accomplish most of this by using Yanfly's Equip Skills plugin, but problem is I want only the abilities to be equippable, not the arts, and I want the arts to be available at all times as long as the actor has the required skill types. How do I accomplish this in MV? Any help is appreciated. Thanks!

[RMMV] Equip Requirement based on state? (YEP Equip Requirement)

So I have a mechanic in my game where only characters of certain genders can equip certain equipment. I do this by assigning passive states of each party member/enemy which there are three of: male, female, and other. Thing is is that the YEP Equip Requirement plugin doesn't have a built in feature for requiring a state be active for equip something. (which is weird because YEP Item Requirements has was more options including states) You can have to use javascript for it, which as most people who know me know I'm completely incompetent at. Anyways, here is my code for the custom equip requirements where you must have either state 86 (male) or state 87 (other) in order to equip said item.

<Custom Equip Requirement Condition>
if user.state(86) || user.state(87) {
condition = true;
} else {
condition = false;
}
</Custom Equip Requirement Condition>

Is this correct? Or is there something I need to change? Thanks!

Edit: Edit

[RMMV] YEP EquipSkills passive abilities only?

So in my game I have a mechanic where you can equip certain skills which will give you passive abilities such as stat boosts and other bonuses. Every class can equip any ability, but classes can only use their assigned skill type to use actual combat skills. I only want the passive abilities to be equippable, not the normal skills, or arts, that should always be available. An example of what I'm going for is this:

Actor A is assigned to the Vanguard Class, but has the Pyromancer class as a subclass. Actor A is able to use both the Vanguard's sword arts along with the pyromancer's pyromancy arts, and all arts learned of both types are available to be used at any time without equipping anything. Right now, the skills Duelist Blow, (from freelancer) Fire Boost, (from Pyromancer) JP Up, (from freelancer) and Strength Up (from Warrior) are all equipped in the skill slots, Actor able able to use Warrior and Freelancer skills despite not being of that class.

How exactly do I implement this using YEP Equip Skills? Because while there's an option for "never equip," I don't think there's an option for "always equip" and if there is it's very unclear. Can someone please help? Thanks.

Phantom user posts invisible comment?

So I noticed a couple days ago that a mysterious user called "Milada" posted a comment to my thread "some pixel art I made." But when I clicked on the notification and was sent to the thread no comment appeared. Confused, I went to the user's profile which was completely blank. Not a single comment or game, not even a description of pfp. What's up with this? They couldn't have been banned, because then they would have had something posted since banned users aren't deleted in any way. What's going on? What's with this "phantom user?" Please help?

[RMMZ] How to call a common event through a menu? (VS MainMenu Core)

So I'm working on my game and there are certain features trigged by common events I want to have available on the main menu. I'm using Visustella Menu Core and tried to use the default placements of "commonEvent1" and "commonEvent2" to trigger Common Event 52 and 55 instead. However, since I don't know javascript, I messed up somewhere in there and now my game crashes whenever I try to trigger the common events. Here is the code in the plugin parameters:

Symbol: commonEvent52

Icon: 88
STR: Text: Journal
JS: Text: return 'Text';
JS: Show: return true;
JS: Enable: return this.areMainCommandsEnabled();
JS: Ext: return 52;
JS: Run Code: SceneManager._scene.commandCommonEvent();
JS: Personal Code: const ext = arguments[0];


and for the second one...

Symbol: commonEvent55

Icon: 88
STR: Text: Journal
JS: Text: return 'Text';
JS: Show: return true;
JS: Enable: return this.areMainCommandsEnabled();
JS: Ext: return 55;
JS: Run Code: SceneManager._scene.commandCommonEvent();
JS: Personal Code: const ext = arguments[0];


Can anyone please help me with this? Thanks!

[RMMZ] Mimic Skill?

So in my game there's a skill called "mimic" that copies the last skill used by the target. How exactly can I pull this off in RPG Maker MZ? Thanks!

[RMMZ] Single use attack boost?

So I have a skill in my game called "Power Charge" which triples ATK for a single physical action. Once the action finishes the state expires, but the state exists for as long as you haven't done a physical attack. There is also a skill called "Mind Charge" that does the same thing but for MAT and magic attacks. Does anyone know how to accomplish this in MZ? Thanks.

[RMMZ] Healing over the max amount?

So in my game I have a state that allows the user to heal an ally's HP past their max. So if an ally has 800 HP and their max HP is 1000 and they are healed by 400 HP, if the state is active on the healer the target will now have 1200 HP, 1000 permanent hit points and 200 temporary hit points. How exactly do I do this in MZ?

For the record I have all main visustella plugins so I'm good on that front. There was a tips and tricks about this done by Yanfly for MV but I don't think it works in MZ anymore due to the terminology change. I thought of using VS Anti Damage barriers in order to do this, but I have no idea what the process is to accomplish this. Maybe there's also a plugin for this? Can anyone help me? Thanks.