Search found 4 matches
- Tue Nov 26, 2024 2:10 am
- Forum: Modding discussion
- Topic: Quality affect
- Replies: 0
- Views: 103
Quality affect
how to change quality to affect more things,eg mining speed
- Wed Nov 06, 2024 9:30 am
- Forum: Modding help
- Topic: [2.0] Localised name interfering with recycling recipe localisation
- Replies: 3
- Views: 219
Re: [2.0] Localised name interfering with recycling recipe localisation
normally you dont need to do in that way,just ignore the localised name and do it in the locale folder
- Wed Nov 06, 2024 9:03 am
- Forum: Modding help
- Topic: which defines.inventory is the miningdrill output inventory
- Replies: 0
- Views: 84
which defines.inventory is the miningdrill output inventory
which defines.inventory is the miningdrill output inventory
usually when mine the mining drill ,it will drop the resourse to player inventory,but before it ,where does it stored
usually when mine the mining drill ,it will drop the resourse to player inventory,but before it ,where does it stored
- Sun Nov 03, 2024 2:20 pm
- Forum: Modding help
- Topic: Asteroid-collector filter
- Replies: 0
- Views: 141
Asteroid-collector filter
try to get Asteroid-collector's filter,here is the code
the count is 0,and filter is nil,is this the right way to get the filter?
Code: Select all
local slot_count = ent.filter_slot_count
local filter = ent.get_filter[1]