×
Create a new article
Write your page title here:
We currently have 2,844 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



    YumeWiki
    2,844Articles

    Yume 2kki:Content Contribution Guidelines: Difference between revisions

    mNo edit summary
    (Specified the protected maps' names and simplified the list.)
    Line 38: Line 38:
    *[[:Category:Wataru|wataru]]'s maps
    *[[:Category:Wataru|wataru]]'s maps
    *[[:Category:Yeris|Yeris]]' maps
    *[[:Category:Yeris|Yeris]]' maps
    *[[:Category:Anon|Anon]]'s maps (except MAP0734)
    *[[:Category:Anon|Anon]]'s maps (except [[Chaos Exhibition]] (MAP0734))
    *[[:Category:Nantai|Nantai]]'s maps (except MAP1102)
    *[[:Category:noildoof|noildoof]]'s maps (MAP0832~0838, MAP0840~0845, MAP0854~0855, MAP0877~0880, MAP0901~0906)
    *MAP0134
    *[[:Category:Nantai|Nantai]]'s maps (except [[Rainbow Tiles Maze]] (MAP1102))
    *MAP0176
    *[[Minor_Characters#Smile-san_.28Laughing_Man.29|Smile-san]]'s Room (MAP0134)
    *MAP0191
    *[[Urotsuki's_Dream_Apartments#Dressing Room|Dressing Room]] & [[Fabric World]] (MAP0176)
    *MAP0800
    *kuraud's Debug Room (MAP0191)
    *MAP0804
    *shigurin's Debug Room (MAP0800)
    *MAP0808
    *[[Monkey Mansion]] (MAP0804)
    *MAP0832~0838
    *[[Constellation World#Star Building|Star Building]] (MAP0808)
    *MAP0840~0845
    *[[Nightmarish Wilds]] (MAP0886~0887, MAP0889)
    *MAP0854~0855
    *[[Guardians' Temple]] (MAP1070)
    *MAP0877~0880
    *[[Guardians' Temple#Hidden Shrine|Hidden Shrine]] (MAP1111~1120)
    *MAP0886~0887
    *MAP0889
    *MAP0901~0906
    *MAP1070
    *MAP1111~1120


    ==Details==
    ==Details==

    Revision as of 12:29, 14 March 2020

    A set of guidelines for non-Japanese speaking developers, as well for developers who don't have access to posting on 5ch due to lacking premium pass or a Japanese IP.

    Originally written by 2i9 of the Yume 2kki production team, translated by BSL and +0 Abyss.

    Preface

    Yume 2kki is a massive project, maintaining which in order is no simple task. However, it is also a collaborative project open to everyone willing to cooperate. In spirit of that, a set of guidelines for developers not speaking Japanese was devised. Make sure to follow those for a good experience of contributing content to the game!

    Rules

    In order for overseas[1] developers to join the production of Yume 2kki, either of these rules must be followed:

    1. The overseas dev collaborates with an active producer on the team and sends the update content to them. Japanese producer (referred to as "proxy" in this case) will then post the update on the other party's behalf.
    2. The compiled maps, graphics, sounds and BGM are uploaded onto the game's content repository[2] (aka, "loader"). From there, an active producer may volunteer to implement the content in the game.

    Furthermore, these policies must be observed:

    Rules Concerning Tools

    You should use RPG Maker 2000 when editing Yume 2kki. Other tools (such as RPG Maker 2003 and WOLF RPG Editor) cannot be used to edit maps for Yume 2kki.

    Rules Concerning Expression

    These expressions should not be used when editing maps for Yume 2kki.

    • Political expression
    • Pornographic expression
    • Religious expression
    • Excessively violent expression
    • Expressions that infringe the copyrights of others
    • Expressions reminiscent of real events (except historical events)

    Rules for Editing

    1. Editing maps created by other authors is prohibited as maps you want to edit are not subject to Six-Month Rule, however, this section does not apply to maps where editing permissions have been granted by their original authors.
    2. Don't create events such as:
    • Battle Events
    • Events that change Urotsuki's level or parameters

    Six-Month Rule

    1. Anyone can edit a map if the original author has not updated it for more than six months. However, when editing a map, it should be done with respect to the original author's idea(s).
    2. When you edit a map created by another developer based on this rule, the changes should be kept to a minimum.
    3. The following maps are not subject to the Six-Month Rule and are protected:

    Details

    About #1:

    • Do understand that proxy producer has no obligation to implement the content as-is. In an event of submitted update breaking compatibility or breaking any other development guidelines, the proxy update may be cancelled.

    About #2:

    • Once again, the production team is under no obligation to apply content of the submissions to the game. Content posted on the loader may be omitted simply because no one of the developers has time to implement it.
    • The overseas developer must supply map files with additional text file called "settings.txt". This file should explain setting of 2kki-specific options (example provided below). Changes involving map counting trigger as well track listing in Sound Room will be carried out separately.

    Template for "settings.txt"

    Created by <name>
    Twitter: @<twitter>
    Discord: <handle>#%4d
    (at least one communication channel is necessary)
    ________
    Map ID: #
    Tileset: <filename>
    BGM: <filename>
     [BGM]Fade-in time:
     [BGM]Volume:
     [BGM]Tempo:
    Background panorama:
     [BG]Vertical movement: Y/N
     [BG]Horizontal movement: Y/N
     [BG]Scroll speed: %d
    Map looping: horizontal/vertical/both/none
    Bat warp: Y/N
    Penguin slide: Y/N
    Tissue is usable: Y/N
    Underwater map: Y/N
    Entry point: (%d;%d)
    Accessed from: MAP ID
    Comment:
    

    (repeat for every map in the batch)


    Example:

    Developed by UROTSUKI
    Twitter:@yumenikki-g3
    Discord:RPGmaker#2000
    
    ———
    
    MapID : MAP0001
    Tileset : UROTSUKI_chip_1.png
    BGM : ym2-00_ano deskwork.wav
     [BGM]Fade-in time : 0
     [BGM]Volume: 80%
     [BGM]Tempo: 100
    Background panorama : UROTSUKI_panorama_1.png
     [BG]Vertical movement: yes
     [BG]Horizontal movement: no
     [BG]Scroll speed: -2
    Map looping: Only vertical
    Bat warp: No
    Penguin slide: Yes
    Tissue is usable: Yes
    Underwater map: No
    Entry point: (012,180)
    Accessed from: MAP0292
    Memo : This map cannot use bat effect because it uses screen tint effect.
    A common switch is used at (082,097).
    

    Footnotes

    1. "overseas" in this context means any country that isn't Japan.
    2. See this page for details on game's repositories.