У нас вы можете посмотреть бесплатно How to Make Your Own Mods for ROUNDS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to make Maps: • How to Make Your Own Maps for ROUNDS Rounds Discord: / discord Modding Document: https://docs.google.com/document/d/1z... Card Art Document: https://docs.google.com/document/d/1w... Default Assets: https://drive.google.com/drive/folder... & Join the discord and go to this message: / discord ==UPLOADING== Once it is finished you go to thunder store website and click upload in the top left (after logging in) or just go to this link: https://thunderstore.io/package/create/ and then upload your zip file. The zip file should include the exported dll mod file, a 256x256 icon.png that will be the mod's icon, a README.md file that can include whatever text you want to show for the mods website, and finally a manifest.json file which should be structured like so... "name": "MyCardMod", "version_number": "1.0.0", "website_url": "", "description": "Currently adds 1 new card!", "dependencies": [ "willis81808-UnboundLib-2.6.2", "BepInEx-BepInExPack_ROUNDS-5.4.1100", "Pykess-CardChoiceSpawnUniqueCardPatch-0.1.2", "Pykess-ModdingUtils-0.1.3", "TeamDK-ZeroGBulletPatch-1.0.0", "Pykess-PlayerJumpPatch-0.0.2" ] }