englercj / lttp

An incomplete remake of The Legend of Zelda - A Link to the Past using WebGL and the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find phaser-tiled 2.0.0

aerykk opened this issue · comments

Hey, it seems like package.json is referencing a version of phaser-tiled that doesn't exist. I've tried with 1.4.1 too and I run into a bunch of other issues with font resources. Is there a version of lttp that is known to be working? Cheers!

Not really in this repo, this was my development spot.

Most of the versions of my own packages it uses are unreleased as I was developing them for this. I plan to get back into this shortly and I'll update you when I have a "working" version.

Even the version of Phaser this used was a fork I made that updated it to use pixi v3. So it isn't something you can clone and run right now.

Hey thanks for the reply @englercj
Cool well if you don't mind zipping up your package and sending it, I could create a dev branch that "works" so that others can possibly contribute :)
Let me know eric@muyser.com
Cheers

Otherwise perhaps it would be nice to add a disclaimer to the README. The README, and specifically this sentence is misleading, "but you can always run the current state of master by installing Node.js, and running the following:"
Nobody would suspect they can't actually get master running in its current state. That's not something that should be encouraged in open source either :)

I kept the branches working for a long time, but eventually fell out of the practice because no one ever wanted to contribute :)

If you are actually looking to contribute I will do my best to get this working ASAP so you can.

I'm also converting it to use git LFS which may include some force pushes that invalidate any clone you may have. I'd wait until I post here again to start working on anything.

Ok, after a bunch of work I finally have the project running again.

I've also updated the readme with the correct procedure to start developing the project:
https://github.com/englercj/lttp-phaser#building-and-running-the-game

Sweet. I've already started on a game but going to check this out!

Thanks for the quick response

Cool. It works. Amazing! This as far as it's suppose to go right?

image

How do I open these JSON level files in Tiled?

You can walk out of the house, to open the level files launch Tiled, select Open, select the json level file.

Also just fixed that overlay showing, as well as some other minor things.

Oh my god, I didn't realize there was a dropdown to choose the type of file to open. I'm not sure I've seen that before, rarely.. Thanks man!

I couldn't walk out of the door but I'll try again

Make sure you are on the latest, I've been making changes/fixes every night.