Avorion

Avorion

Starting Resources
14 Comments
Saravind  [author] 4 Apr, 2023 @ 6:07pm 
or i can make it to whatever numbers you want if that is easier for you i do not mind
Saravind  [author] 4 Apr, 2023 @ 6:06pm 
you would have to edit this mod or the base file in steamapps\common\Avorion\data\scripts\server factions is the name of file and use notepad++ to edit it
owendky1 4 Apr, 2023 @ 4:50pm 
Yes i understand that, but the file will not delete characters to edit the numbers, i cant change anything, only view it, where do i change or edit this
Saravind  [author] 2 Apr, 2023 @ 4:37pm 
if settings.startingResources == -4 then -- -4 means quick start
player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)
elseif settings.startingResources == Difficulty.Beginner then
player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)
elseif settings.startingResources == Difficulty.Easy then
player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)
elseif settings.startingResources == Difficulty.Normal then
player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)
else
player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)
end


that is the ones you need to change starts at line 785 in my download

unless you play with tutorial then you need to edit the ones at line 822
owendky1 2 Apr, 2023 @ 2:36pm 
Alright, How do I edit the amount of resources as the beginning, i found the file and the part that says the value of resources give, but it does not let me change it or anything in the file? what am i doing wrong here, am new to modding
Strife 16 Feb, 2023 @ 6:43am 
kk nice ty m8
Saravind  [author] 16 Feb, 2023 @ 6:24am 
still worked for me.. but forget servers wont load with red mods usually so updated version number
Strife 16 Feb, 2023 @ 3:35am 
needs update it would seem shows red in mods enabling..
Saravind  [author] 18 Jan, 2023 @ 7:19am 
they did some changes to the faction file that i missed it seems
Saravind  [author] 18 Jan, 2023 @ 7:19am 
should be working now... extremely slow checking stuff since had to rebuild pc, but seems it may of been busted for over a month but im sure i tested it in early december
owendky1 17 Jan, 2023 @ 7:08pm 
Does this mod no longer work as of janurary 15?
When i start my games, i have nothing as if im on veteran+ but im not.

I have checked the mod files and the numbers you have listed are correct.
This is the only mod I have so its not an mod error.

Any help?
MacWhinny 10 Oct, 2020 @ 7:05am 
Ahhhh, I was looking around for a file I could edit. I skipped that one as I didn't think it would have been it :D
Saravind  [author] 10 Oct, 2020 @ 4:48am 
yeah all need to do is edit the file named factions.lua

then change these numbers

player:receive(1000000, 100000,100000,10000,1000,1000,1000,1000)

order is--- credits / iron / titanium / naonite / trinium / xanion / ogonite / avorion
MacWhinny 9 Oct, 2020 @ 5:23pm 
Any chance we can change the starting resources to whatever we want them to be?