Julius
September 1, 2023, 12:34pm
1
I’m making a game where you capture the other team’s flag but I’m trying to make it where there is a scoreboard counting a certain amount of points then the game ends how do i make it
My/@WhoAmI ’s way -
Get a flag capture zone. Use blueberries as scores in the leaderboard and when the flag is captured, get a item granter and put it into blueberries. Wire it so when flag captured, grant item.
Make sure to turn off consumible or resource items for players not to cheat!
Maybe you could have a team-scoped property that increases when the flag is captured, and the leaderboard tracks that property.
If you need any other capture the flag resources, here they are:
Really? Did you make it a number property? Also, it has to increment a team-scoped counter that updates the property.
Julius
September 1, 2023, 1:13pm
6
yeah it doesn’t work it just breaks the game
I did that on my map though…
Now for The Score:
What’s a game without a score? Not one. Well, you have to first go to Map Options in settings, go to Score, switch the Score type to “Property”, Name the score property something like “Flags” or “Flag Score”, Switch the Score name to “Score” or “Flags”, and make sure that the Score Group is “Team”. That’s the basics. Now for the actual score.
Place a counter down for each team, and go to “Featured” and make sure Count Scope is Team, Starting Value is 0, and the Counter is not visible in game. Now go to “Property” in the counter settings, and switch “update property” to yes, and the Property to update what ever you did for the Score Property.
Now, place two flag zones, one for each team, and set those two whichever team’s flag you will capture(I am sure you will work it out). Now wire the Flag zone to the the Team’s counter, and set it to “When flag captured, increment counter”. Do that for each team.
Now put down a property device, and set the Property name to Flag score or whatever your score is called. Set the Property Type to “Number”, Default Value to 0, and Property Scope to Team. That’s all for score!
Maybe try using this except make the counters visible and place them in a spot that everyone can see on the map, like on the territory line.
(Edited it so the instructions say what the settings affect)
I see a TON of people asking this, and there aren’t any guides about it. So obviously, I made one. This post will talk about how to make a crucial part of capture the flag games- the score.
First, you have to make it so the flag scores will show up on the leaderboard. Go to settings, go to map options, go to score, and make sure the leaderboard is turned on. Then, set “Score Type” to “Property.” In “Score Property,” type in something…
Did you try this guide? If you want the game to end after a certain amount of points, go the both of the counters, click on the target tab, then set target to yes then set the target to whatever you want. Connect both counters to an end game device
system
Closed
September 1, 2023, 5:41pm
10
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.