Git Product home page Git Product logo

Comments (18)

Khaoz-Topsy avatar Khaoz-Topsy commented on June 16, 2024

Moved to description

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

The full ingame cooking catalogue for reference: https://nomanssky.fandom.com/wiki/Catalogue#Cooking

The order of items in the game files does not match what we see in game.

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

These pictures were taken at 1080p, we should also investigate if screen resolution plays a role in how many items are displayed per page

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

Switch (720p) only displays 28 (7x4) items instead of 32 (8x4). So it wouldn't make much sense to try to rebuild the exact UI. We only need the order of items

Switch grid

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

I can't make out a pattern in the first three items 😐

They are not sorted alphabetically, not sorted by value, not sorted by cooking value, not sorted alphabetically by ID...

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

So far I have only looked in the PRODUCTTABLE. I will now search in the CATALOGUEMATERIALS file

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

@Khaoz-Topsy I got it:

METADATA/REALITY/CATALOGUEMATERIALS.MBIN

CategoryID: UI_PORTAL_CAT_MAT_COOK

from app.

Khaoz-Topsy avatar Khaoz-Topsy commented on June 16, 2024

@Lenni009 you genius 🧠
Now to figure out how to display this in the apps, can't really do the same grid 🤔
Maybe we keep this as a WebApp only feature 🤔

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

But how would the presentation on web differ from the presentation on mobile? It would be a grid either way, wouldn't it? Or maybe a list on mobile, like we have for titles?

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

Couldn't we possibly generate the silhouette images from the normal images, by simply making a mask with the alpha channel and filling it with black?

from app.

Khaoz-Topsy avatar Khaoz-Topsy commented on June 16, 2024

On the web I can display 7 or 8 columns easily, on mobile that would look really bad. A list is pretty much the only way we could do it on mobile, but I imagine that it wont be as useful for someone looking for an item they are missing. Since you can't go to a specific page or look at the column and row on your game catalogue and match it with the list

The silhouette shouldn't be a problem 😋

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

As I have shown in a previous screenshot, the number of columns varies with screen width anyway, so it makes no sense to rebuild the exact UI

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

Of course we could try some trickery to get 7 columns at 720p, 8 columns at 1080p, and however many you get at 4k. But not everyone is in full screen browser, and this is very hacky and not really good

from app.

Khaoz-Topsy avatar Khaoz-Topsy commented on June 16, 2024

Well I wouldn't call it hacky, since adjusting the number of columns based on screen size is called responsive design 😉

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

WQHD has same layout as Full HD:

WQHD

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

Do you have a UHD screen? If yes, could you test it on that resolution? I guess it'll also be 8x4, but let's make sure

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

Also note that not all people play on PC. Some console people might have a 4k TV, but only a 1080p PC screen. I'll have someone check it out as well later.

from app.

Lenni009 avatar Lenni009 commented on June 16, 2024

UDH also uses 8x4:

image

from app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.