Ye Olde Farming How I Did It. Scripting in Lua and FPSC Reloaded.

Опубликовано: 02 Май 2025
на канале: RetroGamebloke
790
3

Ye Olde Farming How I Did It. Scripting in Lua and FPSC Reloaded.

A simple set of scripts for adding your own unique plants to any game scenario. This example includes collection with xp gain, random harvest values to make it more realistic. A script to store your harvests, and also to sell them. Once Reloaded adds the option to add entities, those can be improved somewhat.
You could use these scripts for other things with a bit of editing, or simply use them for harvestable plants like in Elder Scrolls games etc. You could easily add a bit more to give the plants properties for potions etc :) Although, once you start to get more complex, arrays will be a better bet rather than variables. I have already started looking at this, but as Reloaded has few options for displaying info have not really gone too far yet. I could make an inventory, but lack of interaction and display options would make it extremely cumbersome to utilize effectively. Roll on another update!