Rjmspoel wrote:So it actually puts them in alphabetical order and that's it ?
It puts them in the order that they appear in objects_types.xml, which is the game file defining all the herbs. I guess it would be more convenient for an alphabetical sorting, but this is how it is for now.
Victoris666 wrote:Hello, I have done a video where I teach to install the mod. The video is in Spanish but maybe it can help you to install.
Great
Khan-Bjornsen wrote:hmmm i just dont understand how/when i have to write exec("mod//lif-herb-tool/init.cs");
Should be exec("mod/lif-herb-tool/init.cs");
You can also put it in a scropt file, so it loads automatically when the game starts. I put it in scripts/client/init.cs, last in the function loadAllGuiProperty() (line 454 in my file).