Search found 621 matches

by Victoria_La
27 April 2024, 00:47
Forum: Developers
Topic: SFTP problems
Replies: 2
Views: 34

Re: SFTP problems

This is what documented now on https://en.doc.boardgamearena.com/How_to_join_BGA_developer_team%3F Is this not clear? We can adjust wiki in this case --- Once registered, you will get this by email: * one login / password to access files through SFTP * one login / password to access the database (fo...
by Victoria_La
18 April 2024, 04:14
Forum: Terraforming Mars
Topic: Prelude is now partially implemented?
Replies: 7
Views: 550

Re: Prelude is now partially implemented?

Prelude is available for alpha testing (as game option)
by Victoria_La
14 April 2024, 22:55
Forum: Developers
Topic: Unexpected error: Propagating error from gameserver 1 (method: createGame): Fatal error during my game
Replies: 2
Views: 69

Re: Unexpected error: Propagating error from gameserver 1 (method: createGame): Fatal error during my game

Normally you can find your issues here https://en.doc.boardgamearena.com/Troubleshooting
Judging by error - it cannot find state 2 - means you removed state 2 from your states file
by Victoria_La
06 April 2024, 18:11
Forum: Developers
Topic: Invalid argument supplied for foreach() in table.game.php
Replies: 2
Views: 74

Re: Invalid argument supplied for foreach() in table.game.php

Check this https://en.doc.boardgamearena.com/Troubleshooting If not there check your notifications, something is off - it cannot deserialize your history notifcations a) Make sure you pass arguments array to all your moficiations even its empty [] - its not an optional argument b) Make sure your arg...
by Victoria_La
02 April 2024, 03:08
Forum: Terraforming Mars
Topic: R/G Colorblindness
Replies: 7
Views: 283

Re: R/G Colorblindness

Its been added as a game optiion (available via gear menu)
by Victoria_La
31 March 2024, 16:21
Forum: Terraforming Mars
Topic: R/G Colorblindness
Replies: 7
Views: 283

Re: R/G Colorblindness

How is this? If I change cubes color to these:
https://imgur.com/a/d03htYs
by Victoria_La
31 March 2024, 15:43
Forum: Terraforming Mars
Topic: R/G Colorblindness
Replies: 7
Views: 283

Re: R/G Colorblindness

Current list

$colors-list: (
_0000ff: #0000ff, // blue
_ff0000: #ff0000, // red
_008000: #008000, // green
_ffa500: #ffa500, // yellow
_773300: #333333, // suppose to be more blackish
_ffffff: #ffffff // white
);
by Victoria_La
30 March 2024, 21:06
Forum: Terraforming Mars
Topic: R/G Colorblindness
Replies: 7
Views: 283

Re: R/G Colorblindness

You can define a brower custom stylesheet to override the game one. For example to change red cubes to purple you can do this .marker_ff0000 { background-image: unset; background-color: #8b3589; outline: 1px solid black; } (but it won't look like 3d cube anymore just square) I am not sure exactly ho...
by Victoria_La
30 March 2024, 17:58
Forum: Terraforming Mars
Topic: Live Scoring
Replies: 6
Views: 539

Live Scoring

There are two suggestion currently open - To add live scoring - https://boardgamearena.com/bug?id=105308 - To remove live scoring (preview) - https://boardgamearena.com/bug?id=107002 Trying to come up with some sort of compomise, which I added on first bug To satisfy both we need game option, which ...
by Victoria_La
30 March 2024, 14:42
Forum: Terraforming Mars
Topic: Is the option to only destroy some of the plants missing ?
Replies: 12
Views: 1124

Re: Is the option to only destroy some of the plants missing ?

This is a bug - tracked with https://boardgamearena.com/bug?id=106981
We did not fix it yet because it seems like very corner case, the actaul use of it as a strategry - the case above about the oxygen - the first time I hear any sort of reasonable explanantion of why you would want that

Go to advanced search