From 8a7aab363773ab402f50e518b2e19ea81ea7803c Mon Sep 17 00:00:00 2001 From: Hyun Seungmin Date: Fri, 8 Nov 2024 16:45:39 +0900 Subject: [PATCH] applying Weapon Crafters track to 2024 Modathon --- .vitepress/config/en.mts | 11 ++++-- .vitepress/config/index.mts | 1 + .vitepress/config/ko.mts | 11 ++++-- en/event/2024modathon.md | 42 +++++++++++++++------- en/event/for-non-developer.md | 4 +-- en/event/for-weapon-crafter.md | 40 +++++++++++++++++++++ ko/event/2024modathon.md | 64 +++++++++++++++++++++------------- ko/event/for-non-developer.md | 24 ++++++------- ko/event/for-weapon-crafter.md | 41 ++++++++++++++++++++++ 9 files changed, 183 insertions(+), 55 deletions(-) create mode 100644 en/event/for-weapon-crafter.md create mode 100644 ko/event/for-weapon-crafter.md diff --git a/.vitepress/config/en.mts b/.vitepress/config/en.mts index ee487b6..44c6ad6 100644 --- a/.vitepress/config/en.mts +++ b/.vitepress/config/en.mts @@ -44,8 +44,15 @@ function nav(): DefaultTheme.NavItem[] { function sidebarEvent(): DefaultTheme.SidebarItem[] { return [ - { text: '2024 Modathon', link: 'event/2024modathon' }, - { text: 'Non Developer Guide', link: 'event/for-non-developer' } + { + text: '2024 Modathon', + link: 'event/2024modathon', + collapsed: false, + items: [ + { text: 'Beginner\'s Guide', link: 'event/for-non-developer' }, + { text: 'Weapon Crafter\'s Guide', link: 'event/for-weapon-crafter' }, + ] + }, ]; } function sidebarGuide(): DefaultTheme.SidebarItem[] { diff --git a/.vitepress/config/index.mts b/.vitepress/config/index.mts index 4c7739e..d59ecbe 100644 --- a/.vitepress/config/index.mts +++ b/.vitepress/config/index.mts @@ -5,6 +5,7 @@ import { en } from './en.mts'; export default defineConfig({ ...shared, + ignoreDeadLinks: false, locales: { root: { label: 'English', ...en }, ko: { label: 'Korean', ...ko } diff --git a/.vitepress/config/ko.mts b/.vitepress/config/ko.mts index 085dba0..306b889 100644 --- a/.vitepress/config/ko.mts +++ b/.vitepress/config/ko.mts @@ -44,8 +44,15 @@ function nav(): DefaultTheme.NavItem[] { function sidebarEvent(): DefaultTheme.SidebarItem[] { return [ - { text: '2024 Modathon', link: 'event/2024modathon' }, - { text: '비개발자 가이드', link: 'event/for-non-developer' } + { + text: '2024 모다톤', + link: 'event/2024modathon', + collapsed: false, + items: [ + { text: '초보자 가이드', link: 'event/for-non-developer' }, + { text: '무기 제작자 가이드', link: 'event/for-weapon-crafter' }, + ] + }, ]; } diff --git a/en/event/2024modathon.md b/en/event/2024modathon.md index 960ada8..80d4361 100644 --- a/en/event/2024modathon.md +++ b/en/event/2024modathon.md @@ -1,31 +1,35 @@ ![2024modathon]() -# **Modathon Overview** +# **Modathon** [Nine Chronicles](https://docs.nine-chronicles.com/introduction) is a decentralized idle RPG built on blockchain technology. Over time, the community has created many exciting mods, and now, we want to see even more contributions. To support this, we're launching the **Nine Chronicles Modathon** with a prize pool of **225,000 NCG**. -We’ve developed new tools to make modding easier, and even **non-developers** can participate with our beginner-friendly tutorials. Join us in shaping the future of Nine Chronicles and bring your ideas to life! 🎮✨ +We've written several documents to make modding easier, so check them out: +- [beginner's guide](./for-non-developer) so that **beginners** can participate. +- For **weapon crafters**, we've created a [guide for weapon crafters](./for-weapon-crafter). -# **Purpose of the Modathon** +Let's shape the future of Nine Chronicles together and turn your ideas into reality!🎮✨ + +## **Purpose of the Modathon** The primary goal of the Nine Chronicles Modathon is to **strengthen** the Nine Chronicles modding ecosystem and **grow the number of community developers**. We hope that the projects created during the Modathon will **continue to evolve** and be used long after the event ends. 🚀 Additionally, since all Nine Chronicles-related products are open-source, we encourage participants to **contribute to them**, fostering a collaborative and ongoing development process. -# **Modathon Detail** +## **Modathon Detail** ### **Introduction to the Modathon** The Modathon is **a type of hackathon** where participants compete by creating mods. **Aim for first place by making a mod that players will love!** 🏆 -Participants can create **any type of mod related to Nine Chronicles**, whether it’s a website, client modification, or any other kind of mod. +You can make **any kind of mod related to Nine Chronicles**. Feel free to create mods for websites, client modifications, weapon images, and more. **Promote your mod** during the event to earn positive feedback from the community. 📣 **Seven days before the event concludes**, we’ll hold a **community vote** to see which mod is most popular among users. The results will serve as a reference for the judging process, with internal rankings determining the final rewards. -There are **no genre restrictions** for mods—whether it's a website or a client modification, everything is welcome. And if you're not a developer but want to participate and **learn to develop** as you go, be sure to check out our [Non Developer Guide](./for-non-developer.md) for help. 💡 +There are **no genre restrictions** on mods - website or client modifications are all welcome. If you're not a developer but want to **learn to develop and get involved**, check out the [beginner's guide](./for-non-developer), and if you want to **create weapons and get involved**, check out the [weapon crafter's guide](./for-weapon-crafter). 💡 ### **How to Participate** @@ -36,38 +40,47 @@ For event-related questions, a Q&A channel will be available `#2024modathon` on 💡 **Have a mod idea?** Feel free to post it in the `#mod-ideas` channel on the **Planetarium Dev or Planetarium** server, where you can also find developers to collaborate with! -# **Submission Guidelines** -🛠️ **Submit your mod** through the **BUIDLs section** on [DoraHacks](https://dorahacks.io/hackathon/planetarium-2024modathon/detail), and make sure to include the link to your Git repository (e.g., GitHub, GitLab). The repository’s `README.md` **must contain a clear description of your mod**. +## **Submission Guidelines** +You can participate via the **Submit BUIDL** button on 🛠️ [DoraHacks](https://dorahacks.io/hackathon/planetarium-2024modathon/detail): +- **Mod Builders**: When submitting, you must include a link to your Git repository (GitHub, GitLab, etc.) and the `README.md` of your repository must have a **clear description of the mod**. +- **Weapon Crafters**: In your submission, you must either directly include the image files of the weapon you created or include a URL where the image files of the weapon can be downloaded, include a description of the weapon you created, and, if applicable, include the source and copyright information for the original images of the weapon you submitted. To ensure we have the necessary information for distributing rewards, please **click the "Register as Hacker" button** and fill out the required details in the linked Google Form. You can join the event **at any time during the competition period**, even if your mod isn’t fully completed. Simply submit it with a description. However, at the event's conclusion, we will assess the submission to determine **whether it qualifies for participation** based on its completeness, to **prevent abuse**. +**Mod Builders**: - Projects created **before September 2024** are not eligible unless they include **significant new features** added after this date. - Teams may work on one project together, but **only the individual who submits the project** will receive the rewards. - **All submissions** must be **open-source** and use an appropriate license, such as **GPL or AGPL**. - Registrations can be submitted at any time until the end of the competition, but we **encourage early registration** before **October 1** to help ensure a smooth event process. - If your mod **violates any copyright regulations**, it may be disqualified from the evaluation process. -# **Timeline** +**Weapon Crafters**: +- All legal responsibility for submitted weapon images rests with the submitter. +- We will not accept artwork that is half-assed for copyright or licensing purposes. +- We will not accept submissions that may be considered socially offensive. + +## **Timeline** 📅 The Nine Chronicles Modathon will take place from **October 1, 2024 – December 31, 2024**. -# **Prizes** 🏅 +## **Prizes** 🏅 🥇 **1st Prize**: **100,000NCG** with **1120 Golden Dust**, **400 AP Potion**, **80,000 Hourglass** 🥈 **2nd Prize**: **70,000NCG** with **560 Golden Dust**, **200 AP Potion**, **40,000 Hourglass** 🥉 **3rd Prize**: **35,000NCG** with **280 Golden Dust**, **100 AP Potion**, **20,000 Hourglass** 🎖️ **4th Prize**: **15,000NCG** with **140 Golden Dust**, **50 AP Potion**, **10,000 Hourglass** 🎖️ **5th Prize**: **5,000NCG** with **100 Golden Dust**, **50 AP Potion**, **10,000 Hourglass** -😁 **All participants**: **100NCG** + **200 Golden Dust**, **100 AP Potion**, **20,000 Hourglass** +😁 **All Mod Builders**: **100 NCG** + **200 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** +😁 **All Weapon Crafters** (first 50 entries): **100 NCG** + **200 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** ::: danger :construction: All participants will receive an item reward, but if any form of **abuse is detected**, the reward may be **revoked** after internal review. Participation rewards will only be granted if the submitted project is **functional**. Projects that are incomplete or do not meet the **minimum requirements** may be excluded from receiving rewards. ::: -# **Judging Criteria** ⚖️ +## **Judging Criteria** ⚖️ The judging for the Nine Chronicles Modathon will be conducted by the **Planetarium team**, based on the following criteria: @@ -77,7 +90,10 @@ The judging for the Nine Chronicles Modathon will be conducted by the **Planetar 2. **New Client Development** 💻 Bonus points will be awarded for attempts to create **new clients** using technologies other than Unity, such as **Godot** or **HTML**. -# **Further more** 💡 +3. **Special Weapons** ⚔️ + Bonus points for cool weapons with a story that fits plausibly into the Nine Chronicles universe. + +## **Further more** 💡 Are you interested in the **Modathon**? 😎 We recommend starting with the [guide to build avatar information website](../tutorials/modding/avatar-information-dapp-guide.md) and [guide to build daily reward website](../tutorials/modding/daily-reward-dapp.md). Discover community projects at [awesome-9c](https://github.com/planetarium/awesome-9c) and **introduce your projects**! diff --git a/en/event/for-non-developer.md b/en/event/for-non-developer.md index a57eb99..20a774c 100644 --- a/en/event/for-non-developer.md +++ b/en/event/for-non-developer.md @@ -1,6 +1,6 @@ -# Welcome Non-Developers to the 2024 Modathon! 🎉 +# Welcome beginners to the 2024 Modathon! 🎉 -Hello and welcome to all non-developers who are interested in participating in the Nine Chronicles Modathon! Don't worry if you're new to coding—by following this guide, you'll be able to create a simple website that displays Nine Chronicles avatar information. 🌟 +Hello and welcome to all beginners who are interested in participating in the Nine Chronicles Modathon! Don't worry if you're new to coding—by following this guide, you'll be able to create a simple website that displays Nine Chronicles avatar information. 🌟 Once you've followed through to the end, if you feel inspired, we encourage you to join the Modathon and submit your project. And if you have a cool mod idea but think it's too challenging, head over to the **#mod-ideas** channel in our Discord to find developers who can help bring your vision to life! diff --git a/en/event/for-weapon-crafter.md b/en/event/for-weapon-crafter.md new file mode 100644 index 0000000..3959895 --- /dev/null +++ b/en/event/for-weapon-crafter.md @@ -0,0 +1,40 @@ +# Welcome Weapon Crafters to the 2024 Modathon! 🎉 + +Welcome to the Nine Chronicles Modathon, Weapon Crafters! If you're new to weapon crafting, we've got you covered with image specifications and formats, and even how to view them in-game! 🌟 + +By the end of this guide, you should be able to join the Modathon and start submitting your weapon images right away. If this seems too difficult, don't worry, you can collaborate with the developers in the **#2024modathon** channel on Discord! + +## Weapon Crafting + +Gather the tools and materials you need to craft your own weapon, and get creative with your ideas. + +- Weapon images should be rotated 90 degrees to the right and have a transparent background. +- File type: PNG +- Suggested size: Around 300 pixels wide and 100 pixels tall. + +::: tip +See the example image in [this article](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.md#change-weapon-image). +::: + +## Apply Weapon via Illusionist Mode + +### Install Nine Chronicles + +- Installing Nine Chronicles at https://nine-chronicles.com/start + +### Running Nine Chronicles + +- Run the Nine Chronicles launcher you installed to run Nine Chronicles and verify that it works. +- After confirmation, exit the Nine Chronicles client. You do not need to exit the launcher. + +### Installing Illusionist Mode + +For instructions on how to install the Illusionist mod, see the [Install and run](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.md#install-and-run) section of the mod repository documentation. + +### Applying Weapons + +To learn how to apply weapons through the Illusionist mod, please see the [Replace weapon image](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.md#replace-weapon-image) section of the mod repository documentation. + +## Register a Modathon + +To register for the modathon, please see the [Submission Guidelines](./2024modathon#submission-guidelines) section of the main body. diff --git a/ko/event/2024modathon.md b/ko/event/2024modathon.md index 71bcdc2..9997ec7 100644 --- a/ko/event/2024modathon.md +++ b/ko/event/2024modathon.md @@ -1,77 +1,90 @@ ![2024modathon]() -# **Modathon 개요** +# **모다톤** -[Nine Chronicles](https://docs.nine-chronicles.com/introduction)은 블록체인 기술을 기반으로 만들어진 방치형 RPG입니다. -지금까지 커뮤니티에선 다양한 재미있는 모드들이 만들어졌고, 이번에 더 많은 분들의 모드를 보고 싶어 **225,000 NCG** 상금 풀과 함께 **Nine Chronicles Modathon**을 개최하려고 합니다. +[나인 크로니클](https://docs.nine-chronicles.com/introduction)은 블록체인 기술을 기반으로 만들어진 방치형 RPG입니다. +지금까지 커뮤니티에선 다양한 재미있는 모드들이 만들어졌고, 이번에 더 많은 분들의 모드를 보고 싶어 **225,000 NCG** 상금 풀과 함께 **나인 크로니클 모다톤**을 개최하려고 합니다. -모딩을 더욱 쉽게 하기 위해 많은 도구들을 준비했으며, **비개발자**들도 참여할 수 있도록 초보자용 튜토리얼도 마련했습니다. Nine Chronicles의 미래를 함께 만들어 가고 여러분의 아이디어를 현실로 만들어보세요!🎮✨ +모딩을 더욱 쉽게 하기 위해 여러 문서들을 작성했으니 확인해보세요: +- **초보자**도 참여할 수 있도록 [초보자용 가이드](./for-non-developer)를 작성했습니다. +- **무기를 제작**해서 참여할 수 있도록 [무기 제작자 가이드](./for-weapon-crafter)를 작성했습니다. -# **Modathon의 목적** +나인 크로니클의 미래를 함께 만들어 가고 여러분의 아이디어를 현실로 만들어보세요!🎮✨ -Nine Chronicles Modathon의 주요 목표는 **Nine Chronicles 모딩 생태계를 강화**하고, **커뮤니티 개발자 수를 늘리는 것**입니다. -저희는 Modathon 동안 제작된 프로젝트들이 **이벤트가 끝난 이후에도** 계속 사용되기를 기대합니다. 🚀 +## **모다톤의 목적** -또한 Nine Chronicles 관련 모든 제품은 오픈소스이므로, 참가자들이 오픈소스에 **기여**하면서 협력적이고 지속적인 개발을 이어나가길 권장합니다. 🤝 +나인 크로니클 모다톤의 주요 목표는 **나인 크로니클 모딩 생태계를 강화**하고, **커뮤니티 개발자 수를 늘리는 것**입니다. +저희는 모다톤 동안 제작된 프로젝트들이 **이벤트가 끝난 이후에도** 계속 사용되기를 기대합니다. 🚀 -# **Modathon 상세** +또한 나인 크로니클 관련 모든 제품은 오픈소스이므로, 참가자들이 오픈소스에 **기여**하면서 협력적이고 지속적인 개발을 이어나가길 권장합니다. 🤝 -### **Modathon 소개** +## **모다톤 상세** -Modathon은 **Hackathon의 일종**으로, 참가자들이 모드를 만들어 경쟁하는 이벤트입니다. +### **모다톤 소개** + +모다톤은 **Hackathon의 일종**으로, 참가자들이 모드를 만들어 경쟁하는 이벤트입니다. **플레이어들이 사랑할 만한 모드를 만들어 1등을 노려보세요!** 🏆 -여러분들은 **Nine Chronicles와 관련된 어떤 종류의 모드든** 제작할 수 있습니다. 웹사이트, 클라이언트 수정, 기타 다양한 모드를 자유롭게 만들어보세요. +여러분들은 **나인 크로니클과 관련된 어떤 종류의 모드든** 제작할 수 있습니다. 웹사이트, 클라이언트 수정, 무기 이미지 수정 등의 다양한 모드를 자유롭게 만들어보세요. 모드가 완성되었다면 **모드를 홍보**하여 커뮤니티로부터 호응을 얻어보세요. 📣 **이벤트 종료 7일 전**에 **커뮤니티 투표**를 통해 가장 인기 있는 모드를 확인합니다. 이 결과는 심사 과정에서 참고되며, 내부 평가를 통해 최종 보상이 결정됩니다. -모드의 **장르 제한은 없으며**—웹사이트든 클라이언트 수정이든 모두 환영입니다. 개발자가 아니지만 **개발을 배우며 참여하고 싶다면**, [비개발자 가이드](./for-non-developer.md)를 참고하세요. 💡 +모드의 **장르 제한은 없으며**—웹사이트든 클라이언트 수정이든 모두 환영입니다. 개발자가 아니지만 **개발을 배우며 참여**하고 싶다면 [초보자 가이드](./for-non-developer)를 참고하고, **무기를 제작해서 참여**하고 싶다면 [무기 제작자 가이드](./for-weapon-crafter)를 참고하세요. 💡 ### **참여 방법** -Nine Chronicles Modathon은 주로 **[Planetarium Dev Discord](https://bit.ly/3Bf9oer)** 서버에서 진행됩니다. +나인 크로니클 모다톤은 주로 **[Planetarium Dev Discord](https://bit.ly/3Bf9oer)** 서버에서 진행됩니다. 참가자들은 유저가 많은 메인 **Planetarium Discord** 서버의 `#mod-showcase` 채널에서 모드를 홍보할 수 있으며, GitHub의 [awesome-9c](https://github.com/planetarium/awesome-9c) 리포지토리에도 모드를 등록할 수 있습니다. 이벤트 관련 질문은 **Planetarium Dev** 서버의 `#2024modathon` Q&A 채널에서 받을 수 있으며, `#introduce-mods` 채널을 통해 모드에 대한 피드백을 나눌 수 있습니다. 원한다면 개인 Discord나 웹사이트를 사용해도 괜찮습니다. 💡 **모드 아이디어가 있나요?** Planetarium Dev 또는 Planetarium 서버의 `#mod-ideas` 채널에 아이디어를 올리고, 협업할 개발자를 찾아보세요! -# **등록 방법** +## **등록 방법** {#submission-guidelines} -🛠️ **Modathon에 참여하려면**, [DoraHacks](https://dorahacks.io/hackathon/planetarium-2024modathon/detail)의 **BUIDLs 섹션**을 통해 모드를 제출해야합니다, 제출 시 Git 리포지토리 링크(GitHub, GitLab 등)를 반드시 포함해야 하며 리포지토리의 `README.md`에는 **모드에 대한 명확한 설명**이 있어야 합니다. +🛠️ [DoraHacks](https://dorahacks.io/hackathon/planetarium-2024modathon/detail)의 **Submit BUIDL** 버튼을 통해 참여할 수 있습니다: +- **모드 빌더**: 제출 시, Git 리포지토리 링크(GitHub, GitLab 등)를 반드시 포함해야 하며 리포지토리의 `README.md`에는 **모드에 대한 명확한 설명**이 있어야 합니다. +- **무기 제작자**: 제출 시, 제작한 무기의 이미지 파일을 직접 포함하거나 무기의 이미지 파일들을 다운로드할 수 있는 URL을 포함해야 하며, 제작한 무기의 설명을 포함해야 합니다. 그리고 해당하는 경우에 따라서 제출한 무기 이미지의 원본 이미지에 대한 출처와 저작권 정보를 포함해야 합니다. 추가적인 정보를 수집하기 위해, **"Register as Hacker" 버튼**을 눌러 Google Form에 정보를 입력해주세요. 📋 이벤트 기간 중 **언제든지 참가**할 수 있으며, 모드가 완성되지 않아도 README.md 만 작성한 이후 등록해주시면 됩니다. 다만, 이벤트 종료 시에는 제출된 모드의 **완성도를 평가**하여 **참가 자격을 판단**할 것입니다. +**모드 빌더**: - **2024년 9월 이전**에 생성된 프로젝트는 **중요한 새로운 기능이 추가된 경우에만** 참여 자격이 있습니다. - 팀으로 프로젝트를 진행할 수 있지만, **프로젝트를 제출한 개인**만 보상을 받게 됩니다. - 모든 제출물은 **오픈소스**여야 하며, **GPL 또는 AGPL**과 같은 적절한 라이선스를 사용해야 합니다. - 등록은 대회 종료일까지 언제든지 할 수 있지만, **10월 1일 이전에 등록**하는 것을 권장합니다. 이는 원활한 이벤트 진행을 위해 도움이 됩니다. - 모드가 **저작권 규정을 위반**할 경우, 평가에서 제외될 수 있습니다. -# **일정** +**무기 제작자**: +- 제출한 무기 이미지의 모든 법적인 책임은 제출자에게 있습니다. +- 저작권이나 라이선스를 위한반 작품은 반려합니다. +- 사회 통념 상 물의를 일으킬 수 있는 작품은 반려합니다. + +## **일정** -📅 Nine Chronicles Modathon은 **2024년 10월 1일 – 2024년 12월 31일** 동안 진행됩니다. +📅 나인 크로니클 모다톤은 **2024년 10월 1일 – 2024년 12월 31일** 동안 진행됩니다. -# **상금** 🏅 +## **상금** 🏅 🥇 **1등 상**: **100,000 NCG** + **1120 Golden Dust** + **400 AP Potion** + **80,000 Hourglass** 🥈 **2등 상**: **70,000 NCG** + **560 Golden Dust** + **200 AP Potion** + **40,000 Hourglass** 🥉 **3등 상**: **35,000 NCG** + **280 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** 🎖️ **4등 상**: **15,000 NCG** + **140 Golden Dust** + **50 AP Potion** + **10,000 Hourglass** 🎖️ **5등 상**: **5,000 NCG** + **100 Golden Dust** + **50 AP Potion** + **10,000 Hourglass** -😁 **모든 참가자**: **100 NCG** + **200 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** +😁 **모든 모드 빌더**: **100 NCG** + **200 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** +😁 **모든 무기 제작자**(선착순 50명): **100 NCG** + **200 Golden Dust** + **100 AP Potion** + **20,000 Hourglass** ::: danger :construction: 모든 참가자는 아이템 보상을 받을 수 있지만, **어뷰징이 감지될 경우** 내부 검토 후 보상이 **철회**될 수 있습니다. 참가 보상은 제출된 프로젝트가 **기능적으로 완성된 경우에만** 지급됩니다. 프로젝트가 불완전하거나 **최소 요건을 충족하지 못한 경우** 보상에서 제외될 수 있습니다. ::: -# **심사 기준** ⚖️ +## **심사 기준** ⚖️ -Nine Chronicles Modathon의 심사는 **Planetarium 팀**이 다음 기준에 따라 진행합니다: +나인 크로니클 모다톤의 심사는 **Planetarium 팀**이 다음 기준에 따라 진행합니다: 1. **유저 반응** 📊 커뮤니티 투표를 통해 어떤 모드가 유저들 사이에서 가장 인기가 많은지 확인할 것입니다. @@ -79,9 +92,12 @@ Nine Chronicles Modathon의 심사는 **Planetarium 팀**이 다음 기준에 2. **새로운 클라이언트 개발** 💻 Unity 외의 기술(예: Godot 또는 HTML)을 사용하여 **새로운 클라이언트**를 개발하려는 시도에는 추가 점수가 부여됩니다. -# **추가 정보** 💡 +3. **특별한 무기** ⚔️ + 나인크로니클 세계관에 그럴듯하게 들어맞는 스토리를 가진 멋진 무기에는 보너스 점수가 부여됩니다. + +## **추가 정보** 💡 -**Modathon에 관심이 있나요?** 😎 [아바타 정보 웹사이트 제작 가이드](../tutorials/modding/avatar-information-dapp-guide.md)와 [데일리 리워드 웹사이트 제작 가이드](../tutorials/modding/daily-reward-dapp.md)를 먼저 살펴보세요. +**모다톤에 관심이 있나요?** 😎 [아바타 정보 웹사이트 제작 가이드](../tutorials/modding/avatar-information-dapp-guide.md)와 [데일리 리워드 웹사이트 제작 가이드](../tutorials/modding/daily-reward-dapp.md)를 먼저 살펴보세요. 커뮤니티 프로젝트는 [awesome-9c](https://github.com/planetarium/awesome-9c)에서 확인할 수 있으며, 여러분의 프로젝트도 **소개**해보세요! 질문이 있다면 [Planetarium Dev Discord Server](https://bit.ly/3zuWuZq)에 참여하여 부담 없이 **무엇이든 물어보세요**. 😄 diff --git a/ko/event/for-non-developer.md b/ko/event/for-non-developer.md index f5b17ae..1da03ec 100644 --- a/ko/event/for-non-developer.md +++ b/ko/event/for-non-developer.md @@ -1,12 +1,12 @@ -# 비개발자를 위한 2024 Modathon 참여 안내! 🎉 +# 초보자를 위한 2024 모다톤 참여 안내! 🎉 -Nine Chronicles Modathon에 관심이 있는 비개발자 여러분, 환영합니다! 코딩이 처음이라도 걱정하지 마세요. 저희가 Nine Chronicles의 아바타 정보를 표시하는 간단한 웹사이트를 처음부터 끝까지 만들어보는 가이드를 만들었습니다. 🌟 +나인 크로니클 모다톤에 관심을 가져주신 초보자 여러분, 환영합니다! 코딩이 처음이라도 걱정하지 마세요. 저희가 나인 크로니클의 아바타 정보를 표시하는 간단한 웹사이트를 처음부터 끝까지 만들어보는 가이드를 만들었습니다. 🌟 -가이드를 다 끝내고 나면, Modathon에 참가해 프로젝트를 제출할 수 있을 것입니다. 혹시 멋진 모드 아이디어가 있지만 너무 어렵다고 느껴진다면, Discord의 **#mod-ideas** 채널에서 개발자들과 협력할 수 있으니 걱정 마세요! +가이드를 다 끝내고 나면, 모다톤에 참가해 프로젝트를 제출할 수 있을 것입니다. 혹시 멋진 모드 아이디어가 있지만 너무 어렵다고 느껴진다면, Discord의 **#mod-ideas** 채널에서 개발자들과 협력할 수 있으니 걱정 마세요! ## 모딩 설정 및 목표 -저희의 목표는 Nine Chronicles 아바타 정보를 표시할 수 있는 웹사이트를 만들기 위한 환경을 구성한 다음 [아바타 정보 Dapp 가이드](../tutorials/modding/avatar-information-dapp-guide)를 따라 웹사이트를 만들어볼겁니다. +저희의 목표는 나인 크로니클 아바타 정보를 표시할 수 있는 웹사이트를 만들기 위한 환경을 구성한 다음 [아바타 정보 Dapp 가이드](../tutorials/modding/avatar-information-dapp-guide)를 따라 웹사이트를 만들어볼겁니다. 튜토리얼이 끝나고 나서 본인의 아이디어를 추가한 새로운 앱을 만들어보세요! @@ -94,10 +94,10 @@ npm run start ```markdown # 아바타 정보 웹사이트 -이 웹사이트는 Nine Chronicles 아바타의 자세한 정보를 보여줍니다. +이 웹사이트는 나인 크로니클 아바타의 자세한 정보를 보여줍니다. ## 기능 -- Nine Chronicles의 아바타 정보를 표시합니다. +- 나인 크로니클의 아바타 정보를 표시합니다. ## 사용 방법 1. 웹사이트에 접속해 아바타 주소를 입력하세요. @@ -107,7 +107,7 @@ npm run start ## 7단계: GitHub 계정 만들기 및 프로젝트 업로드 -이제 여러분이 만든 웹사이트를 **GitHub**에 업로드할 차례입니다. GitHub는 개발자들이 프로젝트를 저장하고 협업하는 플랫폼으로, Modathon 제출을 위해 여러분의 프로젝트를 여기에 업로드할 수 있습니다. +이제 여러분이 만든 웹사이트를 **GitHub**에 업로드할 차례입니다. GitHub는 개발자들이 프로젝트를 저장하고 협업하는 플랫폼으로, 모다톤 제출을 위해 여러분의 프로젝트를 여기에 업로드할 수 있습니다. ### 1. GitHub 계정 만들기 @@ -169,7 +169,7 @@ git push -u origin main ## 8단계: 계속 배우고 더 나아가기! -아바타 정보를 표시하는 간단한 웹사이트를 만드는 것도 훌륭한 첫 프로젝트이지만, 이 예제를 넘어서 학습을 이어가면 더욱 멋진 프로젝트를 만들 수 있습니다. 비슷한 예제로 제출된 항목은 Modathon 심사에서 중복으로 간주되어 불이익을 받을 수 있으니 주의하세요. +아바타 정보를 표시하는 간단한 웹사이트를 만드는 것도 훌륭한 첫 프로젝트이지만, 이 예제를 넘어서 학습을 이어가면 더욱 멋진 프로젝트를 만들 수 있습니다. 비슷한 예제로 제출된 항목은 모다톤 심사에서 중복으로 간주되어 불이익을 받을 수 있으니 주의하세요. ### 다음 단계: 자바스크립트 기본 학습 📚 @@ -182,7 +182,7 @@ git push -u origin main ### 여러분이 만든 것 이해하기 🛠️ -이 가이드에서 따라 한 작업이 어떻게 동작하는지 이해해보세요. Nine Chronicles 아바타 정보를 어떻게 가져오고 표시하는지 탐색하고, 더 많이 이해할수록 나중에 새로운 기능을 추가할 때도 쉽게 할 수 있을 것입니다. +이 가이드에서 따라 한 작업이 어떻게 동작하는지 이해해보세요. 나인 크로니클 아바타 정보를 어떻게 가져오고 표시하는지 탐색하고, 더 많이 이해할수록 나중에 새로운 기능을 추가할 때도 쉽게 할 수 있을 것입니다. ### 마지막 단계: 웹사이트 배포하기! @@ -190,12 +190,12 @@ git push -u origin main "deploy React app to GitHub Pages"를 검색해보면 단계별로 배포 방법을 알려주는 다양한 튜토리얼을 찾아볼 수 있을겁니다. -## 9단계: Modathon 참가하기! -아바타 정보를 표시하는 간단한 웹사이트는 훌륭한 학습 프로젝트지만, 동일하거나 매우 유사한 프로젝트는 Modathon에서 중복으로 간주되어 불이익을 받을 수 있습니다. +## 9단계: 모다톤 참가하기! +아바타 정보를 표시하는 간단한 웹사이트는 훌륭한 학습 프로젝트지만, 동일하거나 매우 유사한 프로젝트는 모다톤에서 중복으로 간주되어 불이익을 받을 수 있습니다. 계속해서 학습하고, 여러분만의 독특한 방법으로 프로젝트를 발전시켜 보세요! ::: tip 인벤토리 조회 기능이나 현재 월드 보스 상태 표시 등 기존 예제를 넘어서는 기능을 추가해보세요. 작은 변화도 큰 차이를 만들 수 있으며, 그 과정에서 많은 것을 배울 수 있을 것입니다! ::: -여러분만의 특별한 변화를 더하면 Modathon에 제출할 준비가 끝난 것입니다. 행운을 빕니다, 그리고 즐거운 Modathon 되세요! +여러분만의 특별한 변화를 더하면 모다톤에 제출할 준비가 끝난 것입니다. 행운을 빕니다, 그리고 즐거운 모타돈 되세요! diff --git a/ko/event/for-weapon-crafter.md b/ko/event/for-weapon-crafter.md new file mode 100644 index 0000000..eeb7813 --- /dev/null +++ b/ko/event/for-weapon-crafter.md @@ -0,0 +1,41 @@ +# 무기 제작자를 위한 2024 모다톤 참여 안내! 🎉 + +나인 크로니클 모다톤에 관심을 가져주신 무기 제작자 여러분, 환영합니다! 무기 제작이 처음이라고요? 이미지 규격과 포맷 그리고 게임에서 직접 확인하는 방법까지 알려드릴게요! 🌟 + +가이드를 다 끝내고 나면, 바로 모다톤에 참가해 무기 이미지를 제출할 수 있을 것입니다. 너무 어렵다고 느껴진다면, Discord의 **#2024modathon** 채널에서 개발자들과 협력할 수 있으니 걱정 마세요! + +## 무기 제작 + +여러분만의 방법으로 무기 제작에 필요한 도구와 재료를 준비하고, 창의적인 아이디어를 바탕으로 독창적인 무기를 만들어 보세요. + +- 무기 이미지는 오른쪽으로 90도 회전해야 하고, 배경이 투명해야 합니다. +- 파일 형식: PNG +- 추천 사이즈: 가로 300 픽셀, 세로 100 픽셀 내외. + +::: tip +[이 문서](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.ko.md#%EB%AC%B4%EA%B8%B0-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EB%B3%80%EA%B2%BD)의 예시 이미지를 참고하세요. +::: + +## 일루셔니스트 모드를 통한 무기 적용 + +### 나인 크로니클 설치하기 + +- 나인 크로니클 웹사이트에서 설치 파일을 다운로드 합니다: https://nine-chronicles.com/start +- 다운로드한 설치 파일을 실행합니다. + +### 나인 크로니클 실행하기 + +- 설치한 나인 크로니클 런처를 실행해서 나인 크로니클을 실행하여 잘 동작하는지 확인합니다. +- 확인 후에 나인 크로니클 클라이언트를 종료합니다. 런처는 종료하지 않아도 됩니다. + +### 일루셔니스트 모드 설치하기 + +일루셔니스트 모드를 설치하는 방법은 모드 저장소 문서의 [설치와 실행](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.ko.md#%EC%84%A4%EC%B9%98%EC%99%80-%EC%8B%A4%ED%96%89) 부분을 확인해주세요. + +### 무기 적용하기 + +일루셔니스트 모드를 통해서 무기를 적용하는 방법은 모드 저장소 문서의 [무기 이미지 교체](https://github.com/planetarium/NineChronicles.Mods/blob/main/NineChronicles.Mods.Illusionist/README.ko.md#%EB%AC%B4%EA%B8%B0-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EA%B5%90%EC%B2%B4) 부분을 확인해주세요. + +## 모다톤 등록하기 + +모다톤에 등록하는 방법은 본문의 [등록 방법](./2024modathon#submission-guidelines) 섹션을 확인해주세요.