Olli4000 0 Posted May 6, 2020 Hey there everyone, I am new on this site and somewhat new with RPG Maker Mv so I am wanting as much help as possible since I do think the engine is rather cool~ ^w^ Anyway the first thing I am confused about is this Clothing System?? Because the thing is I cannot for the life of me figure out how the hell the person even made this now obviously it is not in RPG but in Ren'Py. Though I do believe it can be made in RPG Maker MV considering Persona Calendar and Weather System could be implemented ( which I still need to learn somehow ) There is also other coding mechanism I am curious about but I think that the Clothing System help would be enough for now at least. ^w^ Share this post Link to post Share on other sites
Kayzee 4,032 Posted May 7, 2020 Not sure what has you so confused really. My best guess is you don't know what scripts/plugins are? But you did use the phrase "coding mechanism" so maybe not? Well if so, generally when an engine says something like "no programming required" that's usually only technically true... Or it could even be a big fat lie since it's debatable if events count as 'programming' or not (not sure if Ren'Py has an event system or not, but RPG Make sure does). Regardless some kind of programing language is usually supported like Javascript for RPG Maker MV and Python for Ren'Py, and that's how systems like this are usually made. I pretty much only use RPG Maker VX Ace which uses Ruby, so I couldn't really go into much detail about MV or Ren'Py, but generally stuff like this are packaged into scripts/plugins/addons/mods/whatever (they can be called different things depending on the engine) so they can be shared and there are a lot of them floating around. But of course, though people make and share a lot of them, sometimes they aren't exactly what you want and/or there are bugs or other problems with them. Here's a bit of advice: You probobly shouldn't rely too much on things like this unless you know how to code things yourself or have someone working with you that does, because getting help for this stuff can be a shot in the dark sometimes. Share this post Link to post Share on other sites