Search found 16 matches

by Ottoreg
08 November 2021, 14:31
Forum: Developers
Topic: BGA Studio is (no more) down
Replies: 85
Views: 12405

Re: BGA Studio is (no more) down

Hello I'm having trouble starting my game as the following error message is raised : Unexpected error: Wrong formatted data from BGA gameserver 1 (method: createGame): JSON_ERROR_SYNTAX (reference: GS0 08/11 14:09:00). I didn't work on my project since Friday 29th of October and no code as been modi...
by Ottoreg
20 October 2021, 15:23
Forum: Developers
Topic: [SOLVED] TableWindow : display strings with variable values
Replies: 2
Views: 372

Re: TableWindow : display strings with variable values

Alright ! The solution was partly found thanks to you, Ricardo :D I needed to use two dimentional array for this particuliar case as you said but I also had to use simple quotes instead of double quotes (which are used in the documentation). :roll: And also thanks for the tip about array new items ^...
by Ottoreg
20 October 2021, 11:43
Forum: Developers
Topic: [SOLVED] TableWindow : display strings with variable values
Replies: 2
Views: 372

[SOLVED] TableWindow : display strings with variable values

Hello, I'm trying to display a string that contains variable values in my 'round result' tableWindow. It is said in the game interface logic documentation that "you can also display a complex value with a template and associated arguments". I followed the syntax used in the example provide...
by Ottoreg
07 October 2021, 11:19
Forum: Developers
Topic: [SOLVED] Game listed as cooperative but it shouldn't
Replies: 2
Views: 431

Re: Game listed as cooperative but it shouldn't

Ooh that was an important miss :lol:

Thanks thoun !
by Ottoreg
07 October 2021, 10:31
Forum: Developers
Topic: [SOLVED] Game listed as cooperative but it shouldn't
Replies: 2
Views: 431

[SOLVED] Game listed as cooperative but it shouldn't

Hello,

The game I'm developing (Boss Quest)) is listed as cooperative game but it should not as there is no coop-gameplay in this game. What's weird is that in gameinfos the line 'is_coop' is set to 0.
Did I miss something important? :?:

Thanks!
by Ottoreg
05 May 2021, 14:37
Forum: Developers
Topic: Card game : Display player hand to all players
Replies: 2
Views: 705

Re: Card game : Display player hand to all players

Yep that was a problem with notifications ! I thought I implemented them but I did it wrong ^^
Thanks !
by Ottoreg
03 May 2021, 11:30
Forum: Developers
Topic: Card game : Display player hand to all players
Replies: 2
Views: 705

Card game : Display player hand to all players

Hello, I'm experiencing some trouble to find out how to display the hands of my players to each other. In my game, player hands are not hidden (only the first card) so I wanted to display those cards on the board for every player to see them. I managed to place each players hand in the right spots o...
by Ottoreg
29 April 2021, 15:07
Forum: Developers
Topic: Trouble with card order in deck + card_id
Replies: 7
Views: 804

Re: Trouble with card order in deck + card_id

I was thinking about it too, I'll find out the way that suits best my project :)
by Ottoreg
29 April 2021, 14:09
Forum: Developers
Topic: Trouble with card order in deck + card_id
Replies: 7
Views: 804

Re: Trouble with card order in deck + card_id

Ok ! Thanks guys I think I understand now ! :]
by Ottoreg
29 April 2021, 13:54
Forum: Developers
Topic: Trouble with card order in deck + card_id
Replies: 7
Views: 804

Re: Trouble with card order in deck + card_id

by randomized do you talk about "$this->weapon_card->shuffle('deck');"

Go to advanced search