Jump to content

Cernu

Registered User
  • Content Count

    141
  • Joined

  • Last visited

Everything posted by Cernu

  1. Cernu

    LOGIC Script idea: SKIP

    if the "if" logic check result is false, it will skip what is "inside". Did you try to use instructions ?
  2. Cernu

    no close on drag and drop

    This EXACTLY what I mean and need, and it is AMAZING, thank you so much.
  3. It is very boring to open the functions choice windows every time I drag and drop one. Could it stay open, or maybe I could resize it. Or at least, leave the slider to where it was when it closes ....
  4. Thanks for the feedback. I think all your concerns will be alleviated soon, beside skills. I LOVE skills ? I will try to add a little starting area next update, where you will choose a "job" and receive your "savings" (like a "big" amount of gold). This will help starting player learn recipes and buy stuff. The "jobs" will be very simple: start with some upgraded attributes and skills. Like a Hunter will start at skill level 600 in hunting and bows, 300 in tracking and survival, spears, 5 in perception and 3 in agility, for example. A Forager would start with scavenging and gathering skill, perception and intelligence, a warrior.... You get the picture... This a must that will come next update. But I am still undecisive as of the skill. using some specific / perception skills would make sense, but a "notice details" skill would allow me to easily expand the system, by putting a bunch of little items into an array, and having them spawn randomly. I shall see. But areas will be denser too, no issue. I am still discovering the amazing creative power of the engine, that is perfect for my imagination and coding skill level, although would greatly benefit from QoL improvements for a heavy coder like me.
  5. I am looking for ideas or comments. Right now, every object the player can interact with are visible. However, It is very easy to spawn items or creatures using randomly spawned triggers. So now, the player could walk in the forest, and make a check, and if successful, discover stuff (make them visible ) My question / "concern" is should I create a skill for this (like "notice detail" skill, fo example, or use existing skills, but used mostly with perception ? Like if the player enters a trigger that could spawn a flint, he would need to succeed at a "prospection/PERCEPTION" check. Or if he enters a wounded rabbit trigger, make a "hunting/PERCEPTION check ? I will add them to the next update anyways, because I think it is so cool, but it will have some "delays" (I expect it by the end of next week). However, it will be a big update, with complete dungeon (complete with respawning bosses and critters and loot, respawning chests, hopefully traps, and maybe a secret areas or two), big combat tweaks (damage types effects (like bleeding for slashing weapons, increased critical chance for piercing weapons, and possibly knockback or knockdown for crushing weapons), chosing a job and get some gold at spawning for some easier start, and more...
  6. Cernu

    "break" and "craft"

    It would be amafreakingcrediblynicezing (well, for me) if "break" and "craft" listeners returned not only the trigerer and the triggered, but also an array of items used to craft, and an array of items spawned from "break" I would LOVE to apply some scavenging rigale skill to randomize all this a bit ?
  7. Cernu

    "break" and "craft"

    Although I add a simpler use for it: according to a rigale skill, like scavenging, check if a break leftover would actually spawn or not. I like skills ?
  8. Cernu

    Add new images ?

    Is it possible to add new sprites images to the game (icon like window/UI images) ?
  9. Updated to 28 oct 2020 Most of the described system has been implemented, except the armor stuff. And I added the first ennemies. There are a few weapons scattered in the settlement. I am looking for feedback : does the game stutter after some sleep ? Moreover, I added a new "area" with the new ennemies. "goblins". There is a respawning boss hidden somewhere ? Next update will probably be about wounds, although I now have mostly everything to expand the world, and I really would like to do this, although I might postpone, waiting for the next update features that look promising. low stamina, and damaged weapons, will decrease damages a lot. Try to go fighting with proper weapons and in good shape ?
  10. yes definitely, although this is quite a common occurence in coding. Furthermore, the random 0-1 tile doesn't have this limitation.
  11. The wiki describes this.
  12. Cernu

    The Lands of Evanar

    very slick and inspiring ?
  13. When I select a variable, and want to change it, it would be AMAZING if the text prompt was directly in the text window, instead of having to clic on the variable, and then again into the variable text to change it. Seems like a tiny QoL change, but it gets me every times ?
  14. I want to create randomized NPC . However, when I want them to equip some item through script, like a hat, or boots, they just hold the items in their hands...
  15. Cernu

    Iterating through variables,

    Or at least, when I click on a variable, to color all its iterations in green for example (just like wrong variables are colored in red)
  16. Like I can iterate through functions while pressing F, could the same be feasible iterating through variables in a script ?
  17. My plans for combat, because it will probably be my next big update: my goal is to tie combat result to weapon/avoidance skills. I plan to mainly use hit chance/critical chance/dodge chance/parry chance/critical failure variables. so when the player attacks, if he hits (damage listener), a weapon skill check is made (as per rigale check, you know, with varied outcomes) In this case, a critical failure would impair the player (damage/break weapon, weapon fall on ground, player is hurt, armor is damaged, player falls on groung...) In case of failure or near success, ennemy chance to parry or dodge would be vastly increased. And the better the player success, the lower the ennemy chance to dodge or parry, and the greater chance to inflict a critical on the enemy (a legendary success would almost certainly inflict a critical success on the enemy). As for defense, an armed enemy would first check for parry that would, if successfull, increase parry chance. Parry would vastly reduce damage received, to the point of nullifying them, but to the detriment of weapon deterioration. Dodge would be harder, depend on armor, but a successful dodge would nullify damages at no costs (see rabbits in the current version). Stamina would reduce damages inflicted by a percentage, and lower to hit / defense checks. That is the basic system I would like to implement. I see 2 main improvements for later updates: Ylands skills, to try to perform some maneuvers ("aim high" " sunder armor" "quick strike"......), like if your activate the skill, you will do this kind of attacks/maneuvers a detailed wound / localisation system (a severe wound to the players leg would vastly reduce its speed, a wound to the arm would reduce skill checks ), with severe/benigne wounds, infections for not treating wounds, and so on... I haven't dwelved very deep into what the editor can do regarding these "wishes" (especialy player falling on the ground, dropping weapons, reducing enemy speed...), but it is so powerfull already... A wound system could be pretty cool, and maybe not that hard to code (you know, with a dedicated wound sheet, to see what body parts are wounded or not, infections, what body parts you would bandage or not, surgery required, all this sort of fun ?...) Until then, cheers Ylanders ?
  18. Cernu

    [completed] Rigale

    Thanks a lot, so many surprises already ? ??
  19. I feel stupid, because I tried so many stuff. Thanks a lot, it works like a charm...
  20. Updated to 25 october 2020. See changelog. Cheers ?
  21. Updated today. I haven't started to work on combat or ennemies, but I am pretty satisfied with exhaustion and stamina. Stamina is a short term feature, that decrease when you do stuff (sprinting, defending, jumping, attacking....) Its only effect now is to reduce speed at some point, and increase exhaustion. Exhaustion is a long term feature, that decreases over time, and when you do stuff (more with strength related skills for example, or if your stamina gets to low.) Exhaustion have a real impact on skills checks, and also lowers XP gained. You can recover stamina when sleeping. I also added resin, birds nest (zoology based check) feather and eggs (eggs have no recipe yet) I postpone the combat update, it will be a big one. First I want to give more life to the settlement, and add the wanderes NPC ( tell them stories, pick pocket them...) and global XP gain from failure system...
  22. Cernu

    [completed] Rigale

    A little update of the hud and some inner systems so far
  23. Cernu

    comment functions

    Would it be possible to comment functions, so that I can remember how to use them, when I access them from another script ? Because I code by themes, and I tend to forget how my systems work when going back to an old theme ?
  24. Would it be possible to have a list of functions that are used in different scripts ?
  25. Would it be possible ?
×