bobtheuberfish / chiriboga

Implements Netrunner in Javascript against an AI opponent
https://chiriboga.sifnt.net.au/
GNU General Public License v3.0
86 stars 11 forks source link

Missing Image Assets #125

Closed mikeriley closed 1 year ago

mikeriley commented 1 year ago

A number of image assets appear to be missing in the /images folder. For example, on the home page (index.php), these png's are not included in the repo:

/images/chiriboga_icon.png /images/menu_runner_3_sg.png /images/menu_runner_4_sg_su21.png /images/menu_corp_3_sg.png /images/menu_corp_4_sg_su21.png

And all the images referenced in the decklauncher.php (do the System Gateway and System Update 2021 card images need to be individually downloaded from netrunnerdb?) and engine.php (cards, card backs, icons, counters, etc.) are missing as well. This results in the playfield Loading screen staying stuck at 0%.

bobtheuberfish commented 1 year ago

I assume you are running the game locally or hosting the game yourself?

It sounds like you don't have the latest version of the images folder. Please redownload the images from step 3 of these instructions: https://github.com/bobtheuberfish/chiriboga/wiki/Running-locally

mikeriley commented 1 year ago

Yup, that was it - my apologies for not reading the Wiki. BTW - I have created a Dockerfile and docker-compose.yml file for containing the app to make it easier to deploy and run on various development platforms. I can submit a pull request if you're interested.

bobtheuberfish commented 1 year ago

Thanks, feel free! I don't know much about web development but since the app is PHP and HTML doesn't it just run without any kind of deployment process? Please keep in mind that we can't package any of the NSG assets here because I want to be clear they are property of NSG.