I'm about to tear my hair out here because for the past few hours I've been trying to get a SIMPLE scar file working. I saved it as the same name as the map name, saved it as a scar file, saved it in the same location as the map is saved at, even have a scar marker in the map, exported all that, and whenever I try the map the map starts out as a standard match with standard everything.
What am I doing wrong here, somebody please help me.
scar file doesn't seem to be working
20 Dec 2014, 19:14 PM
#1
Posts: 139
20 Dec 2014, 20:16 PM
#2
5 Posts: 3421 | Subs: 11
Post your scar code please.
20 Dec 2014, 20:43 PM
#3
Posts: 139
Post your scar code please.
Code
import("ScarUtil.scar")
function OnGameSetup()
Resources_Disable()
player1 = World_GetPlayerAt(1)
player2 = World_GetPlayerAt(2)
player3 = World_GetPlayerAt(3)
player4 = World_GetPlayerAt(4)
player5 = World_GetPlayerAt(5)
player6 = World_GetPlayerAt(6)
player7 = World_GetPlayerAt(7)
player8 = World_GetPlayerAt(8)
Setup_Player(player1, "aef", 1)
Setup_Player(player2, "aef", 1)
Setup_Player(player3, "aef", 1)
Setup_Player(player4, "aef", 1)
Setup_Player(player5, "aef", 2)
Setup_Player(player6, "aef", 2)
Setup_Player(player7, "aef", 2)
Setup_Player(player8, "aef", 2)
end
21 Dec 2014, 01:19 AM
#4
Posts: 139
Code
import("ScarUtil.scar")
function OnGameSetup()
-- snipped your code for brevity
end
I just replied to your post on Steam. For the sake of anyone finding this thread instead, add after the end of your function definition:
Code
Scar_AddInit(OnGameSetup)
PAGES (1)

2 users are browsing this thread:
2 guests
Livestreams
|
|
|
88 | ||
|
|
|
22 | ||
|
|
|
15 | ||
|
|
|
7 | ||
|
|
|
3 | ||
|
|
|
23 | ||
|
|
|
20 | ||
|
|
|
14 | ||
|
|
|
3 | ||
|
|
|
2 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.46467.874+6
- 2.794136.854-1
- 3.14465.689-1
- 4.21154.796+4
- 5.400212.654+2
- 6.353186.655+2
- 7.501325.607+4
- 8.298128.700-1
- 9.327118.735-1
- 10.857232.787+4
Replay highlight
VS
-
cblanco ★ -
보드카 중대
-
VonManteuffel -
Heartless Jäger
Einhoven Country
Honor it
15
Download
2710
Board Info
1278 users are online:
1278 guests
0 post in the last 24h
2 posts in the last week
24 posts in the last month
2 posts in the last week
24 posts in the last month
Registered members: 61895
Welcome our newest member, au88ocom
Most online: 4501 users on 26 Oct 2025, 01:00 AM
Welcome our newest member, au88ocom
Most online: 4501 users on 26 Oct 2025, 01:00 AM
