ThinkMap icon indicating copy to clipboard operation
ThinkMap copied to clipboard

Rework the resource system

Open Thinkofname opened this issue 10 years ago • 1 comments

Thinkofname avatar Aug 01 '14 20:08 Thinkofname

Basically need direct access to the resource pack, combining everything server-side is becoming a pain as new things are added

Pros:

  • Doing it client-side makes porting easier
  • Maybe client-side packs via filesystem api?
  • Sounds

Cons:

  • Streaming textures and packing them might be hard
  • Streaming models is basically impossible
  • Larger amount of data to stream
  • As models reference other models this may delay downloading further

Either that or we rework the server-side packing to make it less hacky

Thinkofname avatar Aug 01 '14 21:08 Thinkofname