-
Posts
216 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by AvG Лаймон
-
Version 2.0.0
58 downloads
This plugin will add a special chest with online rewards for players. You can get the fastest support in our Discord: Alias™ dev. Features You can reset the cycle of rewards every day or wipe. The chest can collect and store multiple rewards sequentially (configurable). You can give multiple commands/items to player in one reward. You can set any position and size for chest (ui). Has langs for each of your reward. Has EN and RU versions in archive. Default Configuration [EN] Main config (oxide/config/aRewards.json) [RU] Main config (oxide/config/aRewards.json)$9.90 -
Version 1.1.3
430 downloads
Provides API and Hooks which called when in-game day/night and real second/hour/day/month/year started. Has no functional by itself. Usable only as plugin dependency. Configuration { "Rust day start time (hour)": 7.5, "Rust night start time (hour)": 20.0 } API aTimeAPI.Call<bool>("IsDayInRustNow"); Hooks void OnRealSecond() // called every real second void OnRustDayStarted() // called right arter in-game day was started void OnRustNightStarted() // called right arter in-game night was started void OnNewRealHourStarted(int newHour) // called right arter new real hour was started void OnNewRealDayStarted(int newDay) // called right arter new real day was started void OnNewRealMonthStarted(int newMonth) // called right arter new real month was started void OnNewRealYearStarted(int newYear) // called right arter new real year was startedFree -
Changed Status from Work in Progress to Closed
-
I tried, really, however, there is no way to do this with normal methods. Perhaps it can be done by some very long way. For example, create a box with a skin, give it to the player and when it is installed, the pump would connect automatically. But this is an absolute perversion and I will not do this. In addition, this is a new game element and it will be remade 100 more times.
-
Changed Status from Closed to Work in Progress Changed Fixed In to Next Version
-
send me your config please
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.2
-
Changed Status from Pending to Not a Bug
-
no, its correct.
-
i guess it will work as before because i'am already using this filter and u can put in fuel storage only item from config but will see when it comes
-
Changed Status from Pending to Closed
-
can u send me console log ? Discord: AvG Лаймон#0680
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
your quarry will work 22 min and 12 sec per fuel consume because of new default facepunch settings Default facepunch values is: "Progress points per production tick" is 7.5 by default "Production interval (seconds)" is 10 sec "Add progress points to reserve when consume fuel" is 1000 your jack work 500 sec per fuel consume because of your settings i hope this formula will help you to better understand the mechanics: 1000 / 7.5 * 10 = 1333 sec work per fuel consume pumpjack "shadow" can be placed only on survey hole, thats why we change it but sure, you can disable "Use prefab substitution?" and it will use standart "shadow" later i will update plugin and separate this production settings from resource settings so that you can customize the way you want
-
Changed Status from Pending to Not a Bug