Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Move all objects to object folders

Aperta
#397 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Refactoring
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
json
Ambito
content, game-dev

Direzione di ricerca

Inizia esaminando i JSON degli oggetti integrati presenti singolarmente nel repository e le eventuali cartelle di oggetti esistenti o il packaging .parkobj. Determina come il repository compila o esporta gli oggetti, quindi conferma che ogni oggetto integrato utilizzi una cartella di oggetti e che i file .parkobj risultanti possano essere letti da OpenRCT2.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

I think it would make more sense if we stored all of the built in objects in object folders. (eg: object.json in a folder with any accompanying image files) I have a few reasons for this.

  1. Presently, having nearly all of the built in objects as loose jsons has caused a lot of trouble among new object makers. As this repo is one of the main resources for people looking to make new objects. Especially those that only exist in OpenRCT2. So having the jsons loose teaches them bad habits that's just resulting in broken objects being sent out. I've already seen a fair number of people sharing unexportable jsons of climates/peep names or wondering why their .parkobj isn't getting read as the game only reads "object.json" from parkobj.
  2. This would automatically build all of the built in objects as .parkobj, which would result in some minor but still nice file size reductions thanks to everything getting zip compression, instead of just the objects with images.
  3. And lastly, this is pretty minor but it would make doing work on this repo a bit more consistent since every object would have the same structure. It would also make it easier to add new/replacement images to existing objects whenever original sprite fixes are needed.
Lingua principale
F#
Stelle
26
Fork
47
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di OpenRCT2/objects

Tutte le issue di OpenRCT2/objects

Issue simili

Altre issue su Content

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.