versioncheck.conf to json #336
Labels
No labels
bug
duplicate
enhancement
help wanted
in progress...
information
invalid
not enough info
priority high
priority low
priority normal
question
request
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Techwizz/pvpgn-server#336
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First results: https://gist.github.com/xpeh-owns/881f040050dd4a4c89cbd34831eccd11
You will add newer versions manually, right?
W2BN should be next to W3XP. Can you reverse the order so that the newest versions are at the top instead of oldest.
But why?
Your proposition of tag order?
It's quicker to manually insert new entries at the top.
Since WarCraft 2 and WarCraft 3 are the same series, they should be next to each other.
If you mean...
So please the whole clienttag order.
What I mean is that the objects in each array should be sorted so that the newest versions are at the top (e.g. 1.16.1 at the top for STAR and SEXP).
The order of clients should be WAR3, W3XP, W2BN, STAR, SEXP, DRTL, D2XP, D2DV.
Yes, I've got it.
https://gist.github.com/xpeh-owns/1d76c897891f9538a63814a55d2ddc12
Need converter from json to conf?
War 2 and 3 are the same series but war2 is never updated, opposite to star/sexp
https://gist.github.com/xpeh-owns/3d13e9d504408e0e41f10c7bc98e8583
Why is there no Mac versions? I've got versioncheck from your rep.
People never submitted versioncheck entries for Mac clients.
Surely they exist somewhere, probably even on harpywar forum.
So do you need json-conf converter? Even if you use json in your server original pvpgn still can't do it.
A converter script would be nice, it could be placed in the scripts directory in this repository. Just make a pull request for it.
I already made one :) This json is produced with a script with no edits after.
So how to upload them? Never had worked with git and github :)
Just make another Gist and I'll upload it.
I'll probably have to commit something else in the future. Would be better if I commit.
Can you modify your script to output tabs instead of spaces.
Before
"WAR3": [
should be a single tab. Before{
should be 2 tabs. Before"title"
,"architecture"
, etc. should be 3 tabs.@xpeh-owns I need the file to be modified like so:
New format:
I considered moving
checkrevision_file
andequation
under the architecture objects, but it would be too time consuming to go back and update every entry.74b06d022b