RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Face script

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 88
Back with RMVX!
I need a script that replaces the charsets in the menu with faces. I know that there have been other requests for the exact same thing, but the solution does not work for me because I'm a PKE user. Thanks in advance.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
not sure if you want something to do with events, but imo you can do almost anything with the events...I dont have rpg maker open so this is what I would assume would work:

map: event turn menu access off.
common event:
Conditional branch: Button input: _
  - Turn menu access on
    - change actor graphic (to faceset, but put faceset in the charset folder.)
   - show menu

commen event:
conditional branch: actor graphic ___ (faceset)
   - Conditional branch
 - Button input (make this to close the menu)
   - Change actor graphic (normal char set graphic)
  - Change menu access off.


sorry if it doesn't work.
     
Watch out for: HaloOfTheSun

****
Rep:
Level 88
Back with RMVX!
I don't know if that'll work, but it just seems too over-complicated. Thanks anyway.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
That's a cool idea Nouman. I like the way you think  ;8

Anyway, this topic is similar:

http://rmrk.net/index.php/topic,12532.0.html
 
The script Blizz puts up ought to work.

****
Rep:
Level 88
Back with RMVX!
That won't work because the line of script I need to replace is untranslated in the PKE version. I need a script that will work with PKE.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Even the code is in Japanese? I've never had PK, but I thought that only the comments were untranslated...

*
Rep:
Level 102
2014 Biggest Narcissist Award2014 Biggest Forum Potato2014 Best Non-RM Creator2013 Best Game Creator (Non-RM)2013 Best IRC ChatterboxParticipant - GIAW 112012 Most Successful Troll2012 Funniest Member2012 Best Use Of Avatar and Signature space2012 Best IRC ChatterboxSecret Santa 2012 ParticipantProject of the Month winner for November 2009For being a noted contributor to the RMRK Wiki2010 Most Successful Troll2010 Biggest Forum Couch Potato2010 Best IRC Chatterbox
That won't work because the line of script I need to replace is untranslated in the PKE version. I need a script that will work with PKE.
From my understanding it uses the same scripting system. All scripts made on Enterbrain work fine with pk.

****
Rep:
Level 88
Back with RMVX!
It would work except for the fact that the line I need to replace is nowhere to be found.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
The part you need to replace is in Window_MenuStatus. If you're using the default menu, it should be around line 28 or so.

****
Rep:
Level 88
Back with RMVX!
Oops, that's the problem, I was looking in "Scene_Menu"...  :-[
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!