Search found 24 matches

by Grunt_the_Clever
01 March 2022, 23:42
Forum: Developers
Topic: Help Completing Last 10% of Development
Replies: 2
Views: 479

Re: Help Completing Last 10% of Development

Consider it a challenge :) I would say max 20% left. The majority of the general cards are very simple. If you do action X while having this card, get one extra Y. A minority are marginally more complex: if player has card foo, they get either 1 bar or 1 foobar at a given time. Then a handful requir...
by Grunt_the_Clever
01 March 2022, 22:32
Forum: Developers
Topic: Help Completing Last 10% of Development
Replies: 2
Views: 479

Help Completing Last 10% of Development

I am developing Three Kingdoms Redux for BGA. I have completed ~90% of the game. All that remains for the beginner's variant of the game is to calculate end game VP, add the art (mock up is all done, just not the pictures), and add some helpful things such as tool tips and undo buttons in some place...
by Grunt_the_Clever
02 September 2021, 16:30
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

Okay, finally fixed this :). Thanks again for all your help, Tisaac. I was able to repro the issue in BGA studio using the dummy translations. My JS was hanging because I was trying to use the translated variable to reference a DOM element: dojo.style( 'znr_piece_'+notif.args.piece+'_'+notif.args.co...
by Grunt_the_Clever
01 September 2021, 16:42
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

I'm seeing what appear to be BGA side errors in the recent errors in production, though I don't know if these players were seeing the same issue or not, but, this is the same function: http://boardgamearena.com/9/zener?table=198180321 01/09 02:56:09 [error] [T198105825] [66.131.130.165] [90916388/ja...
by Grunt_the_Clever
01 September 2021, 16:37
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

I'm starting to see some very weird things happen. I tried again, this time removing two clienttranslates that the Check Project had flagged as untranslatable (and that was just while I was testing stuff out). I tried this again in production, since I only see the problem in other languages, and thi...
by Grunt_the_Clever
01 September 2021, 15:50
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

Hmm, the bummer is though that I repro'd it by changing by language in BGA proper, then rolled back the build to not block anyone. But in studio, I cannot change my language to repro the issue.
by Grunt_the_Clever
31 August 2021, 20:12
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

Yeah, I can repro the issue by changing the language. Trying to see where it is getting hung up.
by Grunt_the_Clever
31 August 2021, 18:32
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

Actually, while this fixed the translation issue, after I pushed this change to production, translated games (i.e. not in English) were broken. All moves would say "Move recorded. Waiting for update..." on them, but not until the player refreshed were they able to do anything. In addition,...
by Grunt_the_Clever
31 August 2021, 15:59
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

That worked for both my states.inc.php description and descriptionmyturn as well as player notifications. Thanks so much for the help!
by Grunt_the_Clever
30 August 2021, 22:52
Forum: Developers
Topic: How to Mark Dynamic Description for Translation
Replies: 12
Views: 1635

Re: How to Mark Dynamic Description for Translation

Would that look like this?

Code: Select all

return array(
            'mandatory_move' => $statement,
            'possible_pieces' => $possible_pieces,
            'i18n' => array( 'mandatory_move' )
        );

Go to advanced search