Staredit Network

Staredit Network -> UMS Assistance -> Custom Points Leaderboard not showing Starforge2.2
Report, edit, etc...Posted by CSKII on 2006-03-04 at 22:10:48
Im making a map where I'm trying to use Custom Points on the Leaderboard, and for some reason on Starforge 2.2 it doesn't register. I set up leaderboard points(custom, "civs") and when i save trigger and come back it says ( , "civs") like it can't register the custom. Adding the custom points works but only when i put it in leaderboard function it will not show. Also it seems its pretty limited in general on the leaderboard because i can't show kills of specific unit(whatever) or specific buildings or anything else just kills or buildilngs in general.
For my map I want to show Civs recieved overall in game and each Civ is given after 10 kills. I setup conditions - killandrazingscore above 1: actions - set to 0 killsandrazingscore and add 1 gas. At 10 gas you get 1 custom point (which I want to be Civs on leaderboard) and a Civ.
Is there some way i can make at 10 gas something register as 1 AND show up on the leaderboard. I could set unused unit's deaths to 1, but there is no function in Starforge to show this on the Leaderboard.
Report, edit, etc...Posted by LegacyWeapon on 2006-03-04 at 22:19:00
If StarForge isn't working for you, don't use it.

QUOTE
Also it seems its pretty limited in general on the leaderboard because i can't show kills of specific unit(whatever) or specific buildings or anything else just kills or buildilngs in general.
Yes you can.
[attachmentid=17680]

Just use custom to do the Civs.
Report, edit, etc...Posted by saibaman8 on 2006-03-04 at 23:02:08
QUOTE(CSKII @ Mar 4 2006, 11:10 PM)
I set up leaderboard points(custom, "civs")
[right][snapback]439420[/snapback][/right]

The trigger is LeaderBoardScore, not LeaderBoardPoints. Unless you just made a typo.
QUOTE(CSKII @ Mar 4 2006, 11:10 PM)
Also it seems its pretty limited in general on the leaderboard because i can't show kills of specific unit(whatever) or specific buildings or anything else just kills or buildilngs in general.

For the trigger LeaderBoardKills, the parameters are Unit and Label. Unit is the specific unit and Label is what you want to display next to the leader board.
Report, edit, etc...Posted by CSKII on 2006-03-06 at 01:41:24
I tried using the most basic trigger for custom it wouldn't show up on leaderboard..
__________
Always();

Leaderboardscore(custom, "civs"); then i hit the little save button on the bottom right of the trigger box, come back, and it says ( , "civs");

It allows me to set deaths, but there's no way to show this in leaderboard.
I can show kills of specific unit in leaderboard, but there's no way for me to modify this score during the course of the game. I can't think of any other ideas.


I would like to use a different editor , but the fact I can use Stardat.mpq files sound files and take up no space is so awesome I would like to try to find a way to fix it with this editor. Is there any other programs that you can use .mpq files or even p12? or p9-pwhatever but p12 would do just fine.
Report, edit, etc...Posted by Kumano on 2006-03-06 at 05:29:04
Get the newest version of Starforge, I'm pretty sure that bug was fixed at some point.
Next Page (1)