Jump to content

Arrpeegeemaker

Member
  • Content Count

    215
  • Joined

  • Last visited

  • Days Won

    8

Arrpeegeemaker last won the day on November 5 2020

Arrpeegeemaker had the most liked content!

Community Reputation

136

About Arrpeegeemaker

  • Rank
    The Pen is Mightier than the Sword but weak against Fire

Profile Information

  • Gender
    Male
  • Location
    U.S.

Recent Profile Visitors

12,895 profile views
  1. Cooking up my first two public plugins. Been meaning to do it for....years....but you know. Life.

  2. Arrpeegeemaker

    Help needed with the map export

    Lookup Orange Mapshot plugin if you want it as a png
  3. My wife just doesn't understand me. When I say I wanna meld, I don't mean like, you know, do the thing. I mean that I want us to liquify and join together, creating some kind of mid-game boss-type monstrosity. Then people would like, try to get past us. 

     

    You know? Some early 2k end of disc 2 s***. Marriage is complicated. 

    1. Show previous comments  11 more
    2. Kayzee

      Kayzee

      PS, I don't think that's gonna help...

    3. Arrpeegeemaker

      Arrpeegeemaker

      I think the problem is that both of you seem to have an outdated, mostly TV and Movie-based understanding of marriage. This shouldn't be a surprise to either of you, as you've both made it clear you don't plan on having marriage be a part of your life. But yeah, the extravagance and excessiveness.....maybe some people do that, but most people don't.

       

      Also, so extremely cynical, I know it probably doesn't feel this way, but you both kinda sound like Nice Guys TM, talking about Chads and Staceys.....except you're talking about marriage.

      This is weird. 

    4. Kayzee

      Kayzee

      Ugh... You know what? Just forget I said anything.

  4. Once upon a time there was a project. All it wanted to do was not get lost because it's owner became a victim of data loss, either through file corruption, system corruption or some other common problem that everyone is vulnerable to. But it's owner didn't create backups, so it died. The end. 

    1. Show previous comments  2 more
    2. Kayzee

      Kayzee

      Now all we need is a catchy song about backing projects up!

    3. Arrpeegeemaker

      Arrpeegeemaker

      -80's pop tune-

      Sooo stop (doot doo doo)

      Just back it up

      Let's think about it. just for a seconnnnnd 

      Stop(doot doo deeee)

      Aaand back it up

      Lets make a copy, just for your protectionnnn

      ohhh (doot doo-doo)

      -fades out-

      you gotta back up your projeeects babyyyyy Stop

      (doot doo doo)

       

    4. Kayzee

      Kayzee

      Perfect! <3

  5. Arrpeegeemaker

    Event conditions based on chance,

    $gameParty.members()[position].luk When position is replaced with the 'index' of the party member (starting at 0), that script call returns that party member's luk. Use a control variable call, and click on the script portion at the bottom. Ideally, you'd want to loop, so this would check all party members that you have when this is called This might not do exactly what you're asking, but we can tweak it to do so.
  6. Arrpeegeemaker

    Event conditions based on chance,

    $gameParty.members[position].luk When position is replaced with the 'index' of the party member (starting at 0), that script call returns that party member's luk. Use a control variable call, and click on the script portion at the bottom. Ideally, you'd want to loop, so this would check all party members that you have when this is called This might not do exactly what you're asking, but we can tweak it to do so.
  7. It's getting near the end of the month, and the beginning of the next! Backup your project or I'm gonna punch you in the back of the neck!

    1. Kayzee

      Kayzee

      Good idea! It's been a little while since I did... A few weeks at least!

       

      Edit: Turns out it's only been a week. Backed it up anyway!

    2. AVGB;KBGaming

      AVGB;KBGaming

      Working on it...takes time because this 2008 DELL POTATO is sloooooowwww...

    3. OctoberRaven

      OctoberRaven

      Backblaze is a lifesaver.

  8. Arrpeegeemaker

    reCreations

    I've been coding in RM for a while now, specifically MV. I've gotten pretty good at it, too XD As time went on, the things I was coding changed, from things that were trivial and honestly didn't need to be coded, into things that were a bit smarter, more focused. One of the earliest examples was a Utility script. It had silly little shortcut calls for things like Game Variables and Game Switches. It also had an awful implementation of a well intentioned idea - saved Show Picture Settings. I found the Show Picture script call to be quite argument heavy, and Move Picture was no less so. I wanted to only supply the arguments I was changing for the Move Picture command. The idea was great, implementation was a JOKE! Nowadays, I do much better. I follow conventions, I comment, I plan, I do a lot that I should do. However, with coding, you're always learning. You always find something new, or pick up a new trick, or realize you've been doing something wrong, etc. Refactoring is a huge......factor, in scripting. Doing it too often could actually make compatibility nightmares and headaches where they don't need to be. Right now, I'm actually going through a lot of old plugins, and rewriting them completely with either the same name, or a new one, prefixed with 're' reAction is my redo of my animation script rEvent is my redo of my event copier/spawner reTool is my most current utility script reStorage is my redo of an old storage system All of them except reStorage are complete. I also remade my image cache, calling it 'reCache', but even since then, I've remade it again! Right now, though, it's fantastic. So then, for this blog entry, that's what I've been doin :) Time for sleep
  9. I have a plan to resurrect this site to it's heyday traffic. It involves baking cookies and using a fan to blow the cookie air toward people. It'll draw them in, we trap em, blah blah you get it.

    1. Show previous comments  5 more
    2. Arrpeegeemaker

      Arrpeegeemaker

      Now I just really want cookies. Forget all those other people, if they join there'll just be less cookies. Am I right?

    3. Kayzee

      Kayzee

      Yay for cookies!

    4. AVGB;KBGaming

      AVGB;KBGaming

      I just want some chocolate...whatever.

       

  10. Making a sexy new plugin, my first ever public one. I never do public plugins, for a lot of reasons, but.....eh, I wanna do at least one, and so it's gotta be a big one!
    MV users will be the only beneficiaries, but maybe when I finally relearn Ruby (it's been years) I'll do it for ACE as well

    1. Show previous comments  4 more
    2. Kayzee

      Kayzee

      Hehe, I theirs is going to be like my script and support both single instance and multi instance. I use the same script for both universal storage and for opening individual chest events, it's just a matter of telling the script what list of items to use.

    3. Arrpeegeemaker

      Arrpeegeemaker

      It allows for any number of storage containers to be created, and they can be called anywhere, as part of an event. There are plugin commands and script calls, of course, but the plugin parameters allow for tons of organized presets. I want it to look and feel different in every game, if the User wishes. Right now you can set the type of a container to All, Items, Weapons, Armor or Custom. You can create Custom Types in the parameters, as well.  Each container you create can actually have a completely different 'menu'. It's super customizable, but also very easy to use if you just want a storage plugin

    4. Kayzee
  11. I wish there was more time between now and the last time I pooped my pants. 

    1. Show previous comments  5 more
    2. Kayzee

      Kayzee

      There there... No need to be embarrassed and cover it up like that. I understand. :3

       

      ...

       

      Hehe... Kidding! I figured you were being silly. You tend to do that after all. But you see, acting sincere to seemingly silly posts can be pretty silly it's self! Plus jokes are often more then just jokes. If you really do have a problem, it's nice to be taken sincerely isn't it? :3

    3. Arrpeegeemaker

      Arrpeegeemaker

      @Kayzee at least you never change

    4. Kayzee

      Kayzee

      I have never really been given a reason to! I like the way I am! :3

  12. Back your project up. If you don't back your project up, I'm gonna come to your home and spin kick you. Then take your project and delete it. 

    1. Show previous comments  5 more
    2. Kayzee

      Kayzee

      I just wouldn't use the cloud as my primary backup. Secondary back up though? Yeah, that's fine. I mean, you can't completely trust any backup. I still say local physical backups are better though, just because 'the cloud' isn't really mine and I have no idea where the data actually is or who might access it.

    3. Arrpeegeemaker

      Arrpeegeemaker

      Nah I'll never consider the cloud to be my primary backup, for the same reasons. Personally I like to have a thumb drive as my primary backup, I prefer that my primary spends 99.9% of the time not plugged in, and I only ever use thumbs for backing things up or transferring them, anyway

    4. Kayzee

      Kayzee

      I agree! It's better if your primary back up isn't hooked up to a live computer at all most of the time! Less things will go wrong that way.

  13. Just a friendly reminder to back up your projects!

     

    1. Kayzee

      Kayzee

      Hehe... Believe me I have learned to back up stuff. :3

    2. AVGB;KBGaming

      AVGB;KBGaming

      Yup. I wish I had the luxury.
      Also, lolz that flip-flop song...

    3. Arrpeegeemaker

      Arrpeegeemaker

      Yeah the joke's on me. I've now been thinking of this song for the past 24 hours XD

  14. You know, our interaction lately reminds me of a song! You might not think it makes sense for me to like that song, but it's so catchy! :3

    1. Show previous comments  16 more
    2. Kayzee

      Kayzee

      Gr8 b8! I r8 8/8! :3 But seriously how could I resist?

       

      I think most of my arguments have just been with the same person though. XD

       

      Also,

      Yeah he can telekineticly throw things around in some of the spin offs and the GBA remake. Also yeah they were exactly there and they were totally the double dragon twins. Fun fact: There are lots and lots of Double Dragon cameos in River City Girls too. They are basically now officially set in the same universe.

       

    3. Arrpeegeemaker

      Arrpeegeemaker

      Yeah from my understanding, some of the people that worked on the original Renegade game (I did know about that one) actually went off and made Double Dragon. They actually even kind of 'borrowed' the basic plot from Renegade for DD and DD2<---best

       

      I still turn on DD2 at least twice a year and beat it. Flying knees from stage 1 till the end :D 

      I also played DD4 a few years ago when it came out. I didn't love it, but I was so happy to have another, and so happy the went with the NES port style. They even emulated the screen tearing a sprite-limit flickering!!

      I beat it once and I think I'm fine with that, for life lol. That game was tough

    4. Kayzee

      Kayzee

      Hehe, So you know Renegade was actually the first Kunio-kun game in Japan too? They made a loooot of changes to it in the translation, so I am not sure how much of the plot is even left in the US version. On the other hand they both still start with someone getting beat up so...

  15. Arrpeegeemaker

    Hi everyone

    Welcome @MASTER7ZERO7, have fun browsing around and learning here! Also, your English is perfect
×