-
Notifications
You must be signed in to change notification settings - Fork 306
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
2.2 update (Lists and other fixes to 2.2) #1043
Conversation
I noticed a new URL in the exe: https://www.geometrydash.com/database/uploadMPComment.php - Not sure what it does, but I wanted to mention it in case you do. |
|
А можно добавлять unlisted уровни в список и будут ли они видны другим игрокам? Я просто хочу скрыть некоторые уровни из поиска, но добавить их в отдельный список |
должны быть видны |
@smpial как это сделать? |
что именно? |
|
Nodejs: |
@MegaSa1nt Gauntlets still dont fully work, is there any way to fix this? |
There is one base64 link and its required for gauntlets to work |
I know this is a closed pull, but gauntlets work fine without any base64 urls for me..? I have steam if thats any different |
try to load levels |
oh i see. what's the url though? i searched for base64 encoded boomlings.com and nothing showed. edit: nevermind i found it, its still http, not https |
Trying to rate lists but nothing is working. I tried all the commands. I know how to feature it, but how do I make it where you claim diamonds from it. I did !r 50 and nothing happened. |
|
Says comment upload failed I did !r 50 hard |
you have old 2.2 version, run these commands in SQL: ALTER TABLE `levels` ADD `songs` VARCHAR(2048) NOT NULL DEFAULT '' AFTER `songID`, ADD `sfxs` VARCHAR(2048) NOT NULL DEFAULT '' AFTER `songs`, ADD `ts` INT NOT NULL DEFAULT '0' AFTER `wt2`;
ALTER TABLE `levels` CHANGE `songs` `songIDs` VARCHAR(2048) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '';
ALTER TABLE `levels` CHANGE `sfxs` `sfxIDs` VARCHAR(2048) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '';
ALTER TABLE `lists` DROP `userName`;
ALTER TABLE `lists` ADD `countForReward` INT NOT NULL DEFAULT '0' AFTER `listlevels`;
ALTER TABLE `levels` CHANGE `songIDs` `songIDs` VARCHAR(2048) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NULL DEFAULT '';
ALTER TABLE `levels` CHANGE `sfxIDs` `sfxIDs` VARCHAR(2048) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NULL DEFAULT ''; |
How do I get moons to show up on profiles too. Maybe its a phpmyadmin thing aswell that I need to put a command in aswell. Because moons won't display the correct count that people actually have. |
Are you sure you applied all SQLs for 2.2? |
I tried importing 2023-12-20 (1).sql on phpmyadmin but it says this: Error CREATE TABLE #1050 - Table 'lists' already exists |
Its just weird because it says some of its already in there such as the lists. Its really annoying because I want the moons to work and also sfx too |
Try to apply these SQLs: |
Error ALTER TABLE #1060 - Duplicate column name 'moons' |
It says moons are already in the phpmyadmin but It doesn't show anything in game. It just shows 0 moons on everyones profile. |
are you sure you updated all files? https://github.com/MegaSa1nt/GMDprivateServer/tree/lists |
quick question, how do i make it where the recent tab will show some other level that isnt the recent tab? ik its probably in getGJLevels |
What |
pretty much instead of showing recent levels, it shows 1 specified level (ik how to do it, i dont know what case the recent tab is) |
Type 4 |
This PR is ready for using on 2.2 GDPSs!
Already did:
Doing:
New list commands:
!rate
(!r
)reward amount
difficulty (-1 - 10 or by name)
featured (0 or 1)
amount of levels required to get reward
!feature
(!f
)0 or 1
!unlist
(!un
)0 or 1
(1 is unlisted, 0 is public)!delete
(!d
)!setacc
(!acc
)account name or ID
!rename
(!re
)list name
!description
(!desc
)list description