Search found 14 matches

by Yu-wolf-or-Oru
04 July 2023, 12:42
Forum: Developers
Topic: Change card selection while waiting for other players
Replies: 5
Views: 578

Re: Change card selection while waiting for other players

Dear tchobello and RicardoRix Thank you for your comment. RicardoRix,The code you gave me taught me something new. -> I did not know that the active state is managed in the player table. I will try out a few different things. Please continue to hope that my game will work properly in the future. Oru
by Yu-wolf-or-Oru
03 July 2023, 08:43
Forum: Developers
Topic: Change card selection while waiting for other players
Replies: 5
Views: 578

Re: Change card selection while waiting for other players

Dear robinzig

Sorry I did not notice your reply!
Thank you for the very useful information.
I will read the content immediately and try my best.
Thanks.

Oru
by Yu-wolf-or-Oru
25 June 2023, 03:51
Forum: Developers
Topic: Change card selection while waiting for other players
Replies: 5
Views: 578

Change card selection while waiting for other players

Hi everyone!
Thank you for helping me every time.

Question↓
What kind of code could be used to achieve a specification that allows multiple selection changes (e.g. 6nimmt) in a multi-active type state until other players have decided on their choice?

Greetings
Oru
by Yu-wolf-or-Oru
04 February 2023, 14:55
Forum: Developers
Topic: Unable to reply to email regarding beta request.
Replies: 1
Views: 376

Re: Unable to reply to email regarding beta request.

Resolved!
I was using Yahoo mail service, and I was able to verify the correct return email address by opening the "Show Advanced Header" from the "Other" tag in the inbox.

Thanks

ORU
by Yu-wolf-or-Oru
03 February 2023, 08:50
Forum: Developers
Topic: Unable to reply to email regarding beta request.
Replies: 1
Views: 376

Unable to reply to email regarding beta request.

Hi! everyone I have a bit of a problem. I wasn't sure if this was the right place to ask, but I didn't know where to contact or check, and I'm glad to find the answer here. The other day, I sent a request to BGAstudio to make my own board game, which I developed myself and is currently in alpha, int...
by Yu-wolf-or-Oru
27 January 2023, 03:40
Forum: Developers
Topic: When I reload my game "triatri", the score is displayed as "-".
Replies: 3
Views: 475

Re: When I reload my game "triatri", the score is displayed as "-".

Dear GTSchemer

Thanks to your advice I have solved the problem.
Thank you so much!

oru
by Yu-wolf-or-Oru
26 January 2023, 19:01
Forum: Developers
Topic: When I reload my game "triatri", the score is displayed as "-".
Replies: 3
Views: 475

When I reload my game "triatri", the score is displayed as "-".

Hi everyone, I have been working on a game of my own creation that can be played on BGA as a way to learn programming. Finally, I was able to make it into an alpha version. But now I'm in a bit of a bind. When I reload my game 'triatri', the score at player panel is displayed as "-". The p...
by Yu-wolf-or-Oru
26 November 2022, 16:54
Forum: Developers
Topic: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11 18:1
Replies: 6
Views: 1221

Re: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11

Looks like you're trying to copy the Deck base table here, but we haven't seen the init statements that are supposed to go into the game constructor ? Are they there ? Also, the token table lacks the token_type_arg column which you would need to add to manage it with the Deck component. Also, you c...
by Yu-wolf-or-Oru
26 November 2022, 16:34
Forum: Developers
Topic: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11 18:1
Replies: 6
Views: 1221

Re: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11

Hello, I am a newbie too. I see a lot of global variables here, did you define all of these in game.php > __construct ? (I already had this problem ...) Dear Jonathan2004 Thank you for your reply. I have defined all the global variables, but looking at the other replies, it seems that I am using db...
by Yu-wolf-or-Oru
26 November 2022, 16:26
Forum: Developers
Topic: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11 18:1
Replies: 6
Views: 1221

Re: Unexpected error: Propagating error from gameserver 1 (method: createGame): BGA service error (reference: GS1 25/11

Best way to track it down is to comment out parts of the dbmodel.sql and the game.php file until the problem is no longer occurring, and then start adding things back in. It's a sql or php syntax error. It's best to keep your source code in a personal git repository, so that if your game suddenly s...

Go to advanced search