Search found 5 matches

by whites11
16 April 2020, 07:25
Forum: Developers
Topic: [solved] Translation of graphics
Replies: 6
Views: 1280

Re: Translation of graphics

Thanks, that was what I was looking for. My game is unpublished and I currently have graphics for my own language only. I asked the designers if they're interested in publishing on BGA, but they didn't answer yet. If I get a positive answer, and hopefully the graphics, I'll get back to this problem....
by whites11
15 April 2020, 18:25
Forum: Developers
Topic: [solved] Translation of graphics
Replies: 6
Views: 1280

Re: Translation of graphics

I understand your point, but in this specific game (exploding kittens) cards are different between one language and the other. The actual effect of the card is the same, but the jokes on it (that are useless but part of the fun) are different. Not sure how to tackle this, as "templating" a...
by whites11
14 April 2020, 21:23
Forum: Developers
Topic: [solved] Translation of graphics
Replies: 6
Views: 1280

[solved] Translation of graphics

Hello again,
In a card game I am working on, the cards contain text and for this reason I would need to change the sprite files path based on the language of the user. Any guidance?
by whites11
14 April 2020, 18:37
Forum: Developers
Topic: Database Transactions and 'game' actions
Replies: 2
Views: 711

Re: Database Transactions and 'game' actions

The die; call Is of course there for troubleshooting reasons.
But I would expect to read the right data from the database in the nextPlayer function call.
Anyhow, I skipped using the database completely changing my strategy and it works now.
by whites11
14 April 2020, 17:38
Forum: Developers
Topic: Database Transactions and 'game' actions
Replies: 2
Views: 711

Database Transactions and 'game' actions

Hello folks. I have a simple sequence of actions in my game: attack -> nextPlayer attack is an 'activeplayer' action, while nextPlayer is a 'game' action. I need to pass data between the two, so I added a new column in the players table and run this query in the 'attack' action: $sql = "UPDATE ...

Go to advanced search