for windows 7 the folder is in C:\Users\user\AppData\Roaming look for the name Factorio folder then open it put the endless-resources zip file into the mod folder it will run. hope it help
make sure you download the endless-resource zip file.
Search found 3 matches
- Tue Apr 26, 2016 5:15 pm
- Forum: Mods
- Topic: [MOD 0.12.0] endless resources
- Replies: 85
- Views: 146462
- Sun Apr 24, 2016 9:12 pm
- Forum: Mods
- Topic: [MOD 0.12.0] endless resources
- Replies: 85
- Views: 146462
Re: [MOD 0.12.0] endless resources
hello,
I have change the Syntax (Program Grammar) hope it help, but I still can't understand the K, V Variable what's it assign for.
for k, v in pairs(data.raw.resource) do
v.infinite = true
v.minimum = 175
v.normal = 350
end
Many Thank's
Best Regard's
Lee Wi Tat
Malaysian Gamer
I have change the Syntax (Program Grammar) hope it help, but I still can't understand the K, V Variable what's it assign for.
for k, v in pairs(data.raw.resource) do
v.infinite = true
v.minimum = 175
v.normal = 350
end
Many Thank's
Best Regard's
Lee Wi Tat
Malaysian Gamer
- Sun Apr 24, 2016 8:00 pm
- Forum: Mods
- Topic: [MOD 0.12.0] endless resources
- Replies: 85
- Views: 146462
Re: [MOD 0.12.0] endless resources
Hello, May i ask what's assign for the Variable K and V, I just wan't to understand what it's holding K = ? (IS IT ORE) V = ? (IS IT OIL) for k, v in pairs(data.raw.resource) do data.raw.resource[k].infinite = true data.raw.resource[k].minimum = 100 data.raw.resource[k].normal = 500 end Many Thank's...