Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] SCA: More global variables? Allow modifying global variables in game? #43

Closed
Chromowolf opened this issue Mar 22, 2021 · 2 comments

Comments

@Chromowolf
Copy link
Contributor

Chromowolf commented Mar 22, 2021

The current SCA only allows players to save/load personnal data, and load global data.
Suppose my map has only 1 variable called "Score". Now I wanna create a live updating leaderboard, storing the top 10 players' game ID and their "Score" values. Also, I wanna load this leaderboard from SCA server and display it in every game.
So, I need more space for the Global Variables. Now we have only 20 global variables, i.e. 80 bytes to manipulate, which is far from enough. Could you add more?
Besides, I also wanna update the leaderboard in game. That is, if some player breaks the record, his score will be automatically uploaded to the server and the leaderboard should be updated automatically as well. However, the global variables cannot be modified in current version of SCA.

I know I could ask the players to go to the SCA website to see the leaderboard by themselves. But it'll be cool to show the leaderboard in game.

Is it possible to add these funtionalities?

@Buizz
Copy link
Owner

Buizz commented Mar 24, 2021

I am planning to redesign the SCA system as a whole. This reorganization will incorporate the features you want. But I can't be sure when it will happen.

@Buizz
Copy link
Owner

Buizz commented Jul 30, 2024

Close for issues cleanup.
If the problem is not solved yet, please post a new issue.

@Buizz Buizz closed this as completed Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants