-
Content Count
141 -
Joined
-
Last visited
Everything posted by Cernu
-
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.
-
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...
-
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 ?
-
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 ?
-
Is it possible to add new sprites images to the game (icon like window/UI images) ?
-
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 ?
-
RESOLVED Random tile not working properly
Cernu replied to Shadow72's question in Bugs & Technical Issues
yes definitely, although this is quite a common occurence in coding. Furthermore, the random 0-1 tile doesn't have this limitation. -
RESOLVED Random tile not working properly
Cernu replied to Shadow72's question in Bugs & Technical Issues
The wiki describes this. -
UNDER REVIEW [YLD-26946] text prompt directly in variable window
Cernu posted a topic in Editor Suggestions
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 ? -
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...
-
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)
-
Like I can iterate through functions while pressing F, could the same be feasible iterating through variables in a script ?
- 1 reply
-
- 1
-
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 ?
-
I feel stupid, because I tried so many stuff. Thanks a lot, it works like a charm...
-
Updated to 25 october 2020. See changelog. Cheers ?
-
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...
-
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 ?
-
Would it be possible to have a list of functions that are used in different scripts ?
-
amazing. Hopefully I will be able to retrofit my creation, because it is getting messy. I freaking love Ylands ?
-
Updated to 21 oct. Some new stuff, mostly generic Yland crafting skill based, Mining and prospecting, and new settler and basic fetch quests. I must admit I didn't check the crafting system thoroughly, it might be buggy. However, the world is slowly expanding ? Next work will probably be on stamina, exhaustion, combat, refining crafting system and first ennemies, wolves.
-
Maybe a little more trade related options in visual scripting, like get value of all traded objects, open trade windom with NPC through scripting, and so on
- 1 reply
-
- 4
-
Yes, my update system maybe is not that good ^^ But the "testing" should be very quick, because there is not much to do yet...
-
For now, nothing much. Maybe just try systems. Many systems are hidden, but revolve around hunting/gathering/tracking. You can go wander around, gather some sticks to turn them to Balto, take a hunting lesson, try hunting and tracking some rabbits. Just get a feeling of the systems, maybe tell me about feedback messages, or things that might need more explanations. But it is really still a very barebone mod. Rigale is about being a young explorer on a newly discovered continent ? End maybe just wander around. The feeling of expanding colony/continent/opportunities will be much greater if you follow the development from the start. And an important thing, if you can play in multiplayer, id tell me if each player have different skills and improvments, and skills results.
-
V 19 oct released. I refine existing systems and bug hunt. I still don't want to expand the world to much, until I am really satisfied with the basic systems. Next big focus will be crafting (I want to use external data sheets to store recipes). But before, I need the player to be able to gathe rminerals, this is why propspecting and mining will come along. Until then, cheers, Ylanders ?