Wuxing Minigame

● ARCHIVED · READ-ONLY
Started by mjshi 63 posts Page 1 of 4 View original ↗

  1. Wuxing Minigame v1.0a
    by mjshi- OK for use in all projects with credit

    Get it here!

    A kind of elemental rock-paper-scissors.
    Commissioned by the wonderful tale of these very forums.
    There's also a project demo that has an example of how the minigame could be set up.
    Features
    - Play elemental rock-paper-scissors based on an ancient Chinese system of philosophy!
    - Ability to change game setup via plugin commands, or allow the player to customize via input number commands
    - Includes graphics assets drawn by yours truly
    - Or, if you'd like, you can customize the assets yourself!

    Make sure that the assets are placed in the correct folders! Otherwise, this minigame will not run.

    Video Demo

    The "Computer Charged Elements" section seen in this video is turned off by default and can be enabled in the plugin manager.

    [embedded media]

    Alternate Graphics - download here
    Thanks to @Zael for creating these!
    Full credit information available in the zip file.

    wuxingaltgraphics_orig.png

    Version History
    1.0 plugin released

    Credit
    mjshi
  2. Amazing job, your one of my favorite plugin makers :D!! This can be use for some fun stuffzzz!!
    I wish there was a way to implement this in battle somehow
  3. love all your mini game plugins !! what else you got in the pipeline :p would love to see some sort of betting one , to do with races or something.. Would be cool :) keep up all the hard work.
  4. @Recruit Thanks! But really, aren't battle systems like this already? ;P I think this kind of thing is fun as a minigame but if it becomes an actual battle system it'd be too repetitive and luck-based to be of real use, gameplay-wise.

    @SoSick. I'm glad you like it! There's nothing concrete planned at the moment, mostly because I have exams in two weeks. I'd love to make an Ace Attorney style cross examination sequence, though. After exams, I'm considering opening a suggestions thread or something of the like. We'll see xD
    Racing-type betting games would actually be much easier to simply event as a lot of it has to do with NPCs running around and the logic behind it is very simple. (Random number 1 to 4, use set move route to move the events around, if the number is equal to the player's guess, give them money, if not, they lose). Plugins are necessary mostly to change the underlying logic of the engine or to create new menus.
  5. Nice minigame plugin. Keep up the good work.
  6. amazing stuff. another great mini game. thank you!
  7. Keep getting this message.
    TypeError

    undefiend is not a fuction
  8. @dragon1up Press F8 when you get that error and screenshot the window that pops up for me.
  9. mjshi said:
    @dragon1up Press F8 when you get that error and screenshot the window that pops up for me.


    Fraps hates me sometimes so enjoy the text....it's always something not working with yanfl basically. Sorry for the late reply, personal life stuff came up...

    upload_2017-7-25_23-18-10.png
  10. @dragon1up It's alright, take your time.

    I don't see any mention of Wuxing in the console-- in fact, it looks more like it's one of your other plugins that's having the issue.
    The console says it's the plugin command call that's throwing the error, but I don't see anything immediately wrong about Wuxing's plugin command function.

    Does this error show up if you turned Wuxing off in the plugin manager? If yes, then it's not Wuxing that's causing the issue. If not, then please send me a list of what plugins you have in your project, or send a demo project that's displaying this issue, and I'll get to fixing it.

    edit: Also, is this error showing up the second you're launching the game, or the second you try to launch the Wuxing minigame? If it's the former then it's definitely not an issue on Wuxing's part-- looks like your character creator stuff might be conflicting with one of your other plugins. If it's the latter it might be Wuxing's problem.
  11. mjshi said:
    @dragon1up It's alright, take your time.

    I don't see any mention of Wuxing in the console-- in fact, it looks more like it's one of your other plugins that's having the issue.
    The console says it's the plugin command call that's throwing the error, but I don't see anything immediately wrong about Wuxing's plugin command function.

    Does this error show up if you turned Wuxing off in the plugin manager? If yes, then it's not Wuxing that's causing the issue. If not, then please send me a list of what plugins you have in your project, or send a demo project that's displaying this issue, and I'll get to fixing it.

    edit: Also, is this error showing up the second you're launching the game, or the second you try to launch the Wuxing minigame? If it's the former then it's definitely not an issue on Wuxing's part-- looks like your character creator stuff might be conflicting with one of your other plugins. If it's the latter it might be Wuxing's problem.


    The error doesn't show up at all if I don't call the plugin command, though I've always had problems in terms of getting third party plugins to play nicely with Yanlfy plugins + SRD + MOG+ more plugins. So it's more so finding a balance really, in terms of a demo I can do that for you. Just means uploading my build somewhere..don't know where though due to personal issues...but more so the fact that when I want to update my build on steam. I want it to be actually updated a significant amount.
  12. Can you post a screen shot of your plugin stack?
  13. @dragon1up I think I may have fixed it-- try redownloading.

    update 1.0a
    Bugfixes to Plugin Command
  14. this is a pretty cool minigame thanks.
    • is there any way to determine if the user wins or losses to reward them?
    • any ways to stop them from continuing more rounds without paying/having item/variable etc
  15. thanks for the reply. i'll keep watch in case that changes one day ^_^
  16. I'm sorry, but Wuxing doesn't seem to work for me. I have WuxingMG as the plugin command and nothing opens- your match card lottery game works perfectly, just not this one!
  17. @IssaMeMino Oops-- the help file wasn't updated, it seems. The plugin command isn't "WuxingMG", it's "StartWuxing". That might be why xD Sorry for the confusion! I'll update it as soon as I can.
  18. Oh, thank you! My second question: Is there any way to include prizes for winning?
  19. @IssaMeMino Not unless you know a bit of coding, no.