dev #15

Merged
RHPZAdmin merged 3 commits from dev into master 2026-06-28 18:48:44 +00:00
2 changed files with 16 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
</div> </div>
</div> </div>
</div> </div>
<x-form-error-text message="Don't submit ROMs" /> <x-form-error-text message="For patches .zip is preferred .7z/.rar accepted. Don't submit ROMs" />
{{-- Client-side Errors --}} {{-- Client-side Errors --}}
<div class="form-error-text" x-show="errorKey === 'noFiles' || errorKey === 'uploadError' || errorKey === 'notAllFilesDone'" x-text="errorMessage"></div> <div class="form-error-text" x-show="errorKey === 'noFiles' || errorKey === 'uploadError' || errorKey === 'notAllFilesDone'" x-text="errorMessage"></div>

View File

@@ -56,15 +56,27 @@
<div class="submit-rules"> <div class="submit-rules">
<div class="submit-rule"> <div class="submit-rule">
<span class="submit-rule-num">1</span> <span class="submit-rule-num">1</span>
<p><strong>One entry per submission.</strong> Do not bundle multiple hacks or versions in a single form.</p> <p><strong>ROM files are not allowed</strong> Only patches (does not apply to homebrews).</p>
</div> </div>
<div class="submit-rule"> <div class="submit-rule">
<span class="submit-rule-num">2</span> <span class="submit-rule-num">2</span>
<p><strong>You must be the author</strong> or have explicit permission from the original creator.</p> <p>Always search before adding something, it might already be on the site.</p>
</div> </div>
<div class="submit-rule"> <div class="submit-rule">
<span class="submit-rule-num">3</span> <span class="submit-rule-num">3</span>
<p><strong>Patch files only.</strong> Never upload ROM files attach an IPS, BPS or xdelta patch.</p> <p>When typing game titles make sure to use "Title Case", when unsure copy GameFAQs title.</p>
</div>
<div class="submit-rule">
<span class="submit-rule-num">4</span>
<p>Descriptions must be in English. For non-English hacks you can have both versions: one in the hack language and one in English</p>
</div>
<div class="submit-rule">
<span class="submit-rule-num">5</span>
<p>Try to put screenshots that showcase the work, if the work is not graphical use original screenshots. Mobygames is a great source for them.</p>
</div>
<div class="submit-rule">
<span class="submit-rule-num">...</span>
<p>All rules and guidelines are available <a href="{{ xfRoute('misc/terms') }}">here</a>.</p>
</div> </div>
</div> </div>