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
|
|
|
101 | ||
|
|
|
17 | ||
|
|
|
5 | ||
|
|
|
65 | ||
|
|
|
40 | ||
|
|
|
6 | ||
|
|
|
3 | ||
|
|
|
1 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.816139.854+4
- 2.47069.872+5
- 3.902305.747+2
- 4.244100.709+1
- 5.408214.656+3
- 6.347136.718-1
- 7.371195.655+1
- 8.742449.623+3
- 9.403289.582+1
- 10.12857.692+8
Replay highlight
VS
-
cblanco ★ -
보드카 중대
-
VonManteuffel -
Heartless Jäger
Einhoven Country
Honor it
16
Download
2748
Board Info
652 users are online:
1 member and 651 guests
789bettjpnet2
789bettjpnet2
1 post in the last 24h
4 posts in the last week
17 posts in the last month
4 posts in the last week
17 posts in the last month
Registered members: 64307
Welcome our newest member, 789bettjpnet2
Most online: 4501 users on 26 Oct 2025, 01:00 AM
Welcome our newest member, 789bettjpnet2
Most online: 4501 users on 26 Oct 2025, 01:00 AM