a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.12k stars 651 forks source link

README Outdated: Background environments file no longer exists and replaced by gentle.js #204

Open francusli opened 6 months ago

francusli commented 6 months ago

Issue Description Under the Customize your own simulation header in the README, #3, it states that I should update the data/firstmap.ts file to change the background environment. Except that file doesn't exist.

It seems to have been replaced by a gentle.js during a Merge pull request #177.

Expected Behavior I expected to see a firstmap.ts file in the data directory, but instead found a gentle.js.

Optional Request I also was further confused by the fact that there are several different tilesets in src/components/editor/tilesets + src/components/editor/map.

I really appreciate AI Town V2's emphasis on making it easy to mod. I would love a deeper explanation on how to take advantage of the existing tilesets.

Thanks!

61cygni commented 6 months ago

Thanks for submitting. You're right we need to fix this. I'll get a README out for updating levels etc. soon.

On Thu, Dec 14, 2023 at 9:46 AM filmsaremyalc @.***> wrote:

Issue Description Under the Customize your own simulation header in the README, #3, it states that I should update the data/firstmap.ts file to change the background environment. Except that file doesn't exist.

It seems to have been replaced by a gentle.js during a Merge pull request

177.

Expected Behavior I expected to see a firstmap.ts file in the data directory, but instead found a gentle.js.

Optional Request I also was further confused by the fact that there are several different tilesets in src/components/editor/tilesets + src/components/editor/map.

I really appreciate AI Town V2's emphasis on making it easy to mod. I would love a deeper explanation on how to take advantage of the existing tilesets.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/a16z-infra/ai-town/issues/204, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWEFGGR5O5LVZ4SAW7WFDDYJM3PFAVCNFSM6AAAAABAVHM64WVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DEMJYGQ3TMNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

francusli commented 6 months ago

Thank you!