Cythera
Reaction score
1,202

Profile posts Postings Awarded medals About

  • So happy; I got my NPC behaviors working. NPC will now go home/the inn at night, and walk around and do their thing in the day. But if it's past certain hours (like if player enters the town at 2am) the NPC will already be home. Vice versa for day time. AND. I did it using only the one NPC event haha! Oh, I am very happy with this! :yhappy:
    gstv87
    gstv87
    I'll just leave this here:
    -you can remove the NPC event altogether, from the physical map file.
    Cythera
    Cythera
    MV. I've been using Orange time system. Made some minor mods to it. YEP save event locations + move route core. And 5 extra event pages per NPC. Works perfectly ^-^ And not hard to set up either!
    cthulhusquid
    cthulhusquid
    Well, there goes any chance of me using that since I'm mainly using Ace. Guess my NPCs will have to stand outside in those radioactive storms after all.
    Today on Cythera vs basic code:
    It's target.actorId() not target.actorID()
    Did I spend an hour tearing my code apart, wondering what was wrong with it, not even bothering to check the actor ID part? Yup. :ysrs:
    • Like
    Reactions: Arthran
    kyonides
    kyonides
    The devs picked the CamelCase naming convention for all of their functions so deal with it. XD
    Arthran
    Arthran
    I'd be lying if I said that I haven't accidentally capitalized ID at least once or twice at some point as well.
    Cythera
    Cythera
    It's always the small things that trip me up.
    I just forced two time-system plugins to share the same clock (don't ask; I need them both for different reasons, but the way they updated time was different so their clocks would never sync...) without issue. But I can't get an actor ID lol
    An oversight on my behalf created an accidental bonus mechanic within my game.
    And ya know what? I like it :yswt: So I'm going to keep it. I'll just rebalance a few things around it!
    I want to get a demo for this lil side project out shortly - maybe a month.
    Thinking of doing game reviews. Partly for fun, partly to give a lil something back to the community.
    Aside from my litany of horrible jokes, and the odd mangled bits of code I help people with haha
    Today is the day. There is no room for error. It shall be a grand battle!
    It is "50% off leftover easter chocolate" day!!!! :yhappy:
    Something is working in my game, and I have no idea how or why. It wasn't working yesterday. But it is now.
    So we're just gonna...move on, and never, EVER, touch that passive again, lest it break.
    • Haha
    Reactions: ZombieKidzRule
    Shaz
    Shaz
    When things are working, but I have no idea how or why, I just can't trust them.
    Every time...I forget about this stupid pun every time, and every time I see it, I both love and hate my sense of 'humour'. If you can call it that.
    Untitled.png
    That moment when you're getting a new update ready, deploy it for the final round of testing (gotta make sure the deployed version runs, ya know?) andddddd there's a visual blip :ysrs: Doesn't impact gameplay. It's only on-screen for a few seconds. But you can't leave it there.
    So now you have to fix it, then redeploy, then retest. Why do I do this to myself.
    Cythera
    Cythera
    Thanks; you've been a huge help in my game :) I'm bribing myself with chocolate to get this last lil bit tested and uploaded.
    And I think you'll be happy to know, I've got the ending for my game written out!!! We're almost at the end haha.
    BK-tdm
    BK-tdm
    Man i get this but with icons, or a misplaced sprite or a typo!
    Setbacks, setbacks every corner :kaoslp:
    Cythera
    Cythera
    Blegh, see, this is why we test stuff. One of the changes I made now softlocks something else (how, I'll never know)
    Happy I found it. Sad I gotta fix it, and retest it and redeploy it and retest it...I'm going out for food. I'll finish this up tonight :yswt2:
    This was 100% a productive use of my time. Rather than make game progress, I... made a lil boat that shows the characters when the boat in is use?
    I think it's cute though.
    Untitled.png
    Cythera
    Cythera
    You only get to use the boat after you get your full party - and, only for a little bit before something destroys it haha.
    Now I guess the next thing I gotta add the party to is the dragon 'airship' sprite >.>
    Shaz
    Shaz
    haha - that's like spending 90% of your time on something that will only form 10% of the finished product :D But it does look cute!
    Cythera
    Cythera
    Definitely less than 10% of the game - but worth it for the cuteness :yswt: I find little extras go a long way to add character depth - to show there's more to them than just the main story events.
    Having a hard time finding motivation to work on my game. Not sure why. Just...eh. Not bored, but just tired. I think I'm getting a little frustrated with myself as to why the stupid thing isn't finished yet.
    ZombieKidzRule
    ZombieKidzRule
    I get it. Lately the only time I want to work on anything is when I can't. When I have the time, I don't have the motivation to get started again. Or there are distractions that keep me from concentrating. I hope things get better for you soon.
    TheAM-Dol
    TheAM-Dol
    Motivation comes in spurts. Forcing yourself to work is going make you hate your game more. Take a break and go enjoy what life has to offer, then come back to it a few weeks later and you may be surprised how your motivation has improved. (Also watching other devs work hard on their game often makes me feel motivated, so maybe watch some dev logs.)
    kyonides
    kyonides
    It's like taking a break. Basically, it's one of those cases when stuff happens and that's it. Not a real problem, just waiting for a better idea than those you had to arrive any time soon.
    I just had a 1% event happen 6 times in a row while testing a new WIP mechanic, and oh did it throw me for a loop :ysrs: Whelp. I guess I'm buying a lotto ticket tonight?
    ScorchedGround
    ScorchedGround
    And then there you are looking for a bug that was never there to begin with :D
    Cythera
    Cythera
    Exactly! I deliberately set the rates to extremes (1%, 90%) when testing to ensure it's, ya know, working as it should. But during my extreme 1% test, it happens 6 in a row?! Time to bug-hunt! Except...no bugs. Just luck.
    AssumedPseudonym
    AssumedPseudonym
    It’s already too late for the lottery ticket. You used up all the luck in testing the mechanic.
    I fixed a plugin incompatibility!
    And by fixed, I mean I moved one plugin above the other in the list :yswt:
    Plugin order matters, people. Truly it does.
    Shaz
    Shaz
    You had the wisdom to try that, which is still impressive ;) Me? I'd probably jump right on in and start changing lines left, right and center, and only discover after wasting a few hours that I could have taken that approach!
    Cythera
    Cythera
    Oh no, that was my first thought too. However, one is obstrufacatradddgfs - encrypted. So I surrendered for a few months. Then at work today, it randomly popped into my head 'hey, maybe I should change the order!'
    And whaddyaknow. It works!
    BK-tdm
    BK-tdm
    Hey a fix is a fix, thankfully years of skyrim modding teached me to check load orders on stuff :kaopride:
    Ahh, yes, game development. Where I notice a bug and rather than spend 2 minutes fixing it, write it down in my to-do notebook. Then stare at the screen for half an hour.
    Progress.
    Someone please help :yswt:
    Trihan
    Trihan
    @Nereid I mean no malice with that, but 90% of your posts on these forums seem to be you talking about RPG Maker like it's your least favourite thing on the planet. You seem to focus almost exclusively on the negative, and I wonder why you're here if you hate it so much. It's not healthy to spend that much time around things that frustrate you.
    Nereid
    Nereid
    Oh, I'm negative in general... funnily, I used another engine too, and someone got angry as I was also negative about it as it had some missing features (but at least not a '*' indicating changes to the file...)
    Trihan
    Trihan
    I'm not angry, I'm worried about you. And also amused by how negative you always seem to be, but definitely not angry. :p But I also have no further wish to hijack Cythera's status update for this, so I'll leave it there.
    Important news: I have a sofa!!!
    I've been living in this place for over a year and oh, how I tired of sitting on patio furniture inside! So, I got a sofa. And it is amazing.
    Now it is property of my cats >.>
    PixelatedBree
    PixelatedBree
    Congrats on the sofa! In one of my apartments, we used a bunch of pillows in place of actual furniture xD Our parents didn't particularly enjoy coming to visit :kaoswt:
    ATT_Turan
    ATT_Turan
    I'm afraid to see whether I need to get a new sofa. Mine is making increasingly alarming noises when I sit and recline.
    Got the core mechanic for my IGMC game working perfectly. Which is really good, because I wasn't sure how difficult it would be to pull off (spoiler alert, pretty difficult)
    In hindsight...I should have started with the core mechanic. Ya know. In case it didn't work :yswt:
    I-G-M-C, I-G-M-C!
    To be honest, I had no idea what this was until now haha. But it looks fun, so my main game is on hold for a month while I participate! :yhappy:
    I just learnt not everyone knows what a penguin is when I told my friend I wanted to get one because they taste good.
    To clarify, I'm talking about the chocolate biscuit called Penguin :yswt2:
  • Loading…
  • Loading…
  • Loading…

Latest Threads

Latest Profile Posts

My older brother and his family are arriving tomorrow from America for a holiday her in England. Been many years since I last seen them. Happy times.
Feeling a tad frustrated designing one map of my project... MC is supposed to grab a key from inside a kofun to escape a certain area. Unfortunately, kofuns are cramped, dark and claustrophobic: not exactly many places to run and hide in horror games. :ysad:
When ya accidentally delete a whole map and saved before you realized.

We really need a recycle bin
How the fusion of Batman+Spider-Man would be? Be creative on your replies.

Forum statistics

Threads
131,721
Messages
1,222,631
Members
173,465
Latest member
joshywa
Top