Hello
I would like to increase the limit for the population on my map. can someone help me?
Increase the population limit
31 Aug 2017, 20:41 PM
#1

Posts: 1
1 Sep 2017, 05:34 AM
#2

Posts: 42
Hi Sebberdie,
to increase your Population Limit use Scar-Script like this:
import("ScarUtil.scar")
function OnInit()
player={} -- number of players
for i = 1 , World_GetPlayerCount() do
player = World_GetPlayerAt(i)
Modify_PlayerResourceRate(player, RT_Fuel, 1.5, MUT_Multiplication)
Modify_PlayerResourceRate(player, RT_Munition, 2, MUT_Multiplication)
Modify_PlayerResourceRate(player, RT_Manpower, 1.5, MUT_Multiplication)
Modify_PlayerSightRadius( player, 1.5 )
Player_SetPopCapOverride(player, 400)
end
end -- OnInit
Scar_AddInit(OnInit)
Name the script-File like your Map Name i.e. My_map.scar
This Script modifys:
-ResourceRate Fuel, Munition and Manpower
-Sight Radius
-Population
Hope this help you
Greetings
-ernst-
to increase your Population Limit use Scar-Script like this:
import("ScarUtil.scar")
function OnInit()
player={} -- number of players
for i = 1 , World_GetPlayerCount() do
player = World_GetPlayerAt(i)
Modify_PlayerResourceRate(player, RT_Fuel, 1.5, MUT_Multiplication)
Modify_PlayerResourceRate(player, RT_Munition, 2, MUT_Multiplication)
Modify_PlayerResourceRate(player, RT_Manpower, 1.5, MUT_Multiplication)
Modify_PlayerSightRadius( player, 1.5 )
Player_SetPopCapOverride(player, 400)
end
end -- OnInit
Scar_AddInit(OnInit)
Name the script-File like your Map Name i.e. My_map.scar
This Script modifys:
-ResourceRate Fuel, Munition and Manpower
-Sight Radius
-Population
Hope this help you
Greetings
-ernst-
PAGES (1)

1 user is browsing this thread:
1 guest
Livestreams
![]() |
![]() |
![]() |
40 | ||
![]() |
![]() |
![]() |
41 | ||
![]() |
![]() |
![]() |
19 | ||
![]() |
![]() |
![]() |
8 | ||
![]() |
![]() |
![]() |
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.747119.863+4
- 2.45466.873+3
- 3.351180.661+6
- 4.379204.650+1
- 5.474301.612+2
- 6.854232.786+1
- 7.332130.719-3
- 8.323144.692-2
- 9.325117.735+2
- 10.403296.577+4
Replay highlight
VS
-
cblanco ★
-
보드카 중대
-
VonManteuffel
-
Heartless Jäger

Einhoven Country

Honor it
15

Download
2438
Board Info
779 users are online:
779 guests
0 post in the last 24h
4 posts in the last week
12 posts in the last month
4 posts in the last week
12 posts in the last month
Registered members: 59401
Welcome our newest member, engineerintui
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, engineerintui
Most online: 2043 users on 29 Oct 2023, 01:04 AM