Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Acre Upload #560

Open
LucyTurtle opened this issue Nov 23, 2021 · 0 comments
Open

Text Acre Upload #560

LucyTurtle opened this issue Nov 23, 2021 · 0 comments
Labels
enhancement New feature or request good issue A good issue that someone should research

Comments

@LucyTurtle
Copy link

LucyTurtle commented Nov 23, 2021

Hello! I would love a feature where I could upload a csv, or other text file that inserts items into an acre. I would really like to be quickly and easily spawn items, and I think this would be a very good way to do that!

Describe the solution you'd like
There are a few solutions that I'd love!

  1. Upload a text file with 256 lines (16x16 acre). Each line would have item name, count (for variations or stacks), and flag
    • Example line: ? Block; 0, 20
  2. Upload a CSV with 16 rows and 16 columns. Each "cell" would have item name, count (for variations or stacks), and flag
    • Example cell same as above
    • The file would end up looking something like this (limited to 2 lines for easier reading):
      ? Block;0;0,2021 celebratory arch;0;00,,,2022 celebratory arch;0;00,,,ABD;0;00,,,,,acoustic guitar;0;00,,,
      ? Block;0;20,,2021 celebratory arch;0;20,,,2022 celebratory arch;0;20,,ABD;0;20,ABD;1;20,ABD;2;20,ABD;3;20,ABD;4;20,acoustic

I prefer the CSV because it allows for a visual. People can also quickly contruct lists like this using formulas in a spreadsheet editor.

Describe alternatives you've considered
I have considered trying to figure out how to edit an nhi, or nhl file directly, but do not understand the hex file

@LucyTurtle LucyTurtle added the enhancement New feature or request label Nov 23, 2021
@berichan berichan added the good issue A good issue that someone should research label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good issue A good issue that someone should research
Projects
None yet
Development

No branches or pull requests

2 participants