Search found 4 matches

by McOirad
Thu Jan 30, 2020 7:52 pm
Forum: Announcements
Topic: Installed variant but map not being drawn with any colors
Replies: 7
Views: 4901

Re: Installed variant but map not being drawn with any colors

Actually, I refreshed my cache so it seemed your solution worked!
Thank you for the help :-D
by McOirad
Thu Jan 30, 2020 7:47 pm
Forum: Announcements
Topic: Installed variant but map not being drawn with any colors
Replies: 7
Views: 4901

Re: Installed variant but map not being drawn with any colors

I used GIMP to open my maps and switched to "indexed color" mode. I think they are palette based as saved because I can use PIL in python to recolor them, but I am not sure how to tell. http://34.67.209.28/webDiplomacy/map.php?gameID=6&turn=-1&mapType=large But it is still not working on my server. ...
by McOirad
Wed Jan 29, 2020 1:24 pm
Forum: Announcements
Topic: Installed variant but map not being drawn with any colors
Replies: 7
Views: 4901

Re: Installed variant but map not being drawn with any colors

When I make a new game I get the same uncolored map. I've tested out directly calling map.php to the same result as well.

Thanks, I will join the discord.
by McOirad
Wed Jan 29, 2020 3:57 am
Forum: Announcements
Topic: Installed variant but map not being drawn with any colors
Replies: 7
Views: 4901

Installed variant but map not being drawn with any colors

Hi, apologies if this is the wrong place to ask but I have been stuck for quite awhile without a solution. I recently developed my variant for a private game (the code is here: https://github.com/mcoirad/gameofthrones-diplomacy, a preview here: http://34.67.209.28/webDiplomacy/variants.php#GoT) and ...