-
Content Count
141 -
Joined
-
Last visited
-
Welcome Nikki 🙂 Adam was great, and so you will be 🙂
-
never mind, I am using Visual. Your step by step installation and set up was really smooth, thanks.
-
Would auto completion file you provide work with notepad ++ ?
-
This is great, thank you so much. Do the devs plan to do some kind of wiki, with all this stuff in it ?
-
Dev Diary #165 - A different kind of scripting
Cernu replied to Aleš Ulm's topic in Dev Diaries & Sneak Peeks
GREAT NEWS ! I really liked visual scripting, but like jchob said, I am glad I could go back to "normal" scripting. This might take me back to scripting rigale actually 🙂 -
Hey RedEagle, you were the first one to greet me and show me interest and support. Thank you for that. Do what you have to do, and take very good care. Cheers !
-
Dev Diary #159 - Ylands Creators Competition Winners
Cernu replied to Adam Snellgrove's topic in Dev Diaries & Sneak Peeks
I am deeply grateful, thank you so much, first time ever I win a modding prize 🙂 -
nuff said 🙂 Trying, learning, getting better 👍
-
Thanks 2 u 2. I already use the if method, Valour4Eva, like I describe in my post. However, it really feels clumsy. ocnoglittle, I will give it a try again, now that instructions can have up to 16 variables in the 1.5 update, which is great. Cheers
-
Just when a wrong variable is highlighted in red, would it be possible to highlights all variables use in green. (for example, I define a local "item to equip" variable, it would be neat that all iterations of this variable , when I click on one of them, are highlighted in green. Cheers 🙂
-
Concerning rigale, most of my systems are in place. However, one thing that is really pushing me away from the editor and visual coding those days is that I can't easily copy/paste code. This is an issue, because it makes it harder to create new critters for example. Lets take a rabbit and crab for example. Sure, I can use script to easily change/randomize some values and colors, and this I already do (if you play rigale, you will notice animals "get older", or wolves can become alphas, or deers white deers. but If I want to create a crab from a rabbit (let's say for simplicity's sake that they have almost the same values. Yes crabs can bunny jump in Rigale 😉 ) I have to copy/paste every godamm line of code (which I wrap in a convenient logical "if", that then allows to copy everything inside). Its is a long, time consumming/error prone process. My proposal would be to have some way to (using ctrl ? ) add all lines of code to a copy, and then paste them all to the new critter/item script. Or maybe a workaround would be to change only the apparence of the critter, and have more control on its base values (especially speed). However, those are proposals of course. The editor is AMAZING, and getting better with each update. Good job ppl.
-
I can add an array to an array, but I can't remove an array from an array (I can remove an object at a specified index, but not an array) It woyuld be really nice to have this feature.
-
It seems all widgets from my custom windows and UI have been multiplicated 4 times (I have 4 occurence of the widget when I call it from script, but not when I check it from the layout. Its weird.
-
Rigale will never be completed, but I think it is quite playable as it is, with a few quests here and there. I will probably go back to coding once my burnout is quelled. Cheers.