Giter Club home page Giter Club logo

dragncards's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dragncards's Issues

Missing Deck

I completed my first game on DragnCards and clicked Reset Game -> Mark as Victory. After this my deck disappeared and I can't locate it. I am also unable to re-load my deck using the OCTGN file I originally loaded it with. To get around the issue I was able to unload my deck and then re-load the deck.

I did load a different quest after resetting the game, but my deck was missing before that.

Is it possible to add Chinese support?

Hello, I am a The Lord of the rings player in mainland China. And have played OCTGN before.
Now, I have Chinese pictures of most of the cards with full GUID information.
Can you please add Chinese support to the DragnCards's card images?
I will send you the picture package I have in some way.
My email is [email protected]

A Knife in the Dark quest loading problem

It looks like A Knife in the Dark normal campaign mode loads the nightmare version of Weathertop. Tried several times with the same result then discarded the nightmare version and spawned the normal Weathertop for the quest.

ESC does not clear arrows

I drew some arrows on the screen with SHIFT-W, but when I hit ESC it doesn't clear them.

Clearing the arrows by "re-drawing" them does work, however, though not documented in the hotkeys or elsewhere that I know of.

WOTR TCG: The Beguiler (AGS) is not adding 1 strength to path

The "Against the Shadow" version of The Beguiler, S103, does not add a strength to path attack. When I looked at the game save state .json file, it looks like the card has skull: null value instead of 1.

"A": {
                    "allowedPaths": "1,2,3,5,6,7,8,9",
                    "attack": null,
                    "attackingFactions": "",
                    "buckler": null,
                    "cardBack": "Shadow Card",
                    "cardNumber": "103",
                    "databaseId": "81d54c26-8982-4d7b-8997-3c2237bc5a11",
                    "defendingFactions": "",
                    "defense": null,
                    "faction": "Mordor",
                    "height": 1,
                    "imageUrl": "https://dragncards-wotr.s3.amazonaws.com/cards/AtS-RedCard103.jpg",
                    "leadershipAttack": "1",
                    "leadershipDefense": "",
                    "name": "The Beguiler",
                    "pathCombat": null,
                    "pathNumber": "",
                    "playerName": "Sauron",
                    "set": "Against the Shadow",
                    "skull": null,
                    "text": "Nazgûl. If in reserve, you may use your action and cycle this card so each Free Peoples player must cycle 1 card from hand.",
                    "triggers": {},
                    "type": "Character",
                    "victoryPoints": null,
                    "weilders": "",
                    "width": 0.72
                }

How to help with translations?

Hi,

I noticed that some labels are not translated into French yet. I would like to help and eventually add a pull request with the missing ones.
Where are the translation files? I couldn't find them in the repository.

Enlarged Card + HotKeys

Low Priority

When you have the hotkey menu open and hover over any card the enlarged card will reside behind the hotkey menu. When you have a busy play area this can be a pain.

Proposed Solution: Allow enlarged card to be visible over hotkey floating menu.

Easy mode for all quests

At this time, it seems that the easy-mode versions of FFG quests are not available past a certain point (Raid on the Grey Havens?). Easy mode has historically been a bit marginalized in the life of the game, but DragnCards offers an opportunity for more players to easily (no pun intended) try it out. In particular, some of the tough quests from the Vengeance of Mordor cycle may find some extra life from something less frankly punishing than normal mode, at least for certain individuals and/or groups.

All games removed from lobby 9:30 PM ET 7/16/2021

My game started acting flaky - hot keys said they did something but it was not reflected on the board.
Tried to save game and it said saved.
Then I went back to lobby and all games were gone.
Tried to load game from profile and it was not there.
9:30pm Eastern US Time

Can't setup offline vagrant VM because of missing "dragncards_dev" database

Hello,

I tried to setup DragnCards for offline use to play in the train with the provided vagrant VM but I've been having errors and I can't troubleshoot the last one, could anyone please help me fix it?

So far the errors I found and corrected (might need code change) :

  • vagrant up errored with
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

=> I've tried increasing the timeout but got the same error, the solution I found online was to open VirtualBox and show the VM after it's been started, I don't really understand why but this fixed the error. Could the setup of the VM be changed to avoid showing the VM when started?

  • cd: /home/vagrant/sql: No such file or directory dragncards :
    => I changed line 92 of vagrant/Vagrantfile from cd /home/vagrant/sql to cd /home/vagrant/files/sql

The error I'm now facing is the following : psql: error: FATAL: database "dragncards_dev" does not exist.
This seems to come from sudo su postgres -c "psql -d dragncards_dev -f /home/vagrant/files/sql/users.sql".
I searched for dragncards_dev in the code to find where the database would be created and only found it in backend\config\dev.exs. This seems to be an Elixir file and I don't know anything about the way it is used but there is mentions of Mix and in the VM output I found :

    dragn: Could not install Hex because Mix could not download metadata at https://repo.hex.pm/installs/hex-1.x.csv.
    dragn:
    dragn: Shall I install Hex? (if running non-interactively, use "mix local.hex --force") [Yn] Could not find Hex, which is needed to build dependency :phoenix
    dragn: ** (Mix) Could not find an SCM for dependency :phoenix from DragnCards.MixProject

My host OS is Windows 10, I've attached the PowerShell output when calling vagrant up, I found other warnings/errors that may or may not be relevant, I won't paste them all here but the lines are :
Windows PowerShell.txt

  • 37-42 (NB, I tried with and without vagrant-vbguest but the result is the same and I tried to SSH into the VM and can access the shared folder without any problem even without the plugin so I don't think this is relevant)
  • 471-510
  • 560-614
  • 664-668

Thank you for your awesome plateform, hoping I will be able to play offline soon!

Guillaume

Errata Cards

Low Priority

Horn of Gondor and Boromir on Dragncards are showing the pre-errata images.

My assumption is this applies to most/all cards that have been erratad.
I also assume that the "cards" on Dragncards use image urls for their artwork.

Proposed Solution

Update image urls/paths for Errata cards. Possible with a new toggle under options which allows users to use the errata version or the originally printed version.

A google doc of the 29 errata cards for reference: https://docs.google.com/spreadsheets/d/1aTGqFWoLR2cZfT8hggZWUBRCs3uUJv9jiJrruhD-3pQ/edit#gid=125392851
The original post containing this: https://www.reddit.com/r/lotrlcg/comments/gkypki/complete_player_card_prepost_errata_compendium/

Card image not loading for quest

When loading the quest The Thing in the Depths, a card in the Set Aside pile doesn't load. I see in the dev tools that it is repeatedly trying to load it.

image

Failed JSON download

Safari (v14.1.2) on Mac OS X (11.5.2): When selecting the JSON download option during a game, nothing seems to happen. It works fine from Firefox on the same system.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.