Search results

  1. Pacman Ghost

    Would it be possible to add to the toolbar...?

    You can compile Python programs to stand-alone binaries, cross-platform. That's what I do for vasl-templates (this is a fairly heavy example).
  2. Pacman Ghost

    Request Persistent Dice Stats

    Yah, but it's interesting to see the ebb and flow of the dice over the course of a game. vasl-templates will take one or more .vlog's, and give you detailed stats from them:
  3. Pacman Ghost

    VASSAL 3.7.13 and VASL 6.6.9-beta-7 issues

    But you can make this happen: offer a bounty. It doesn't necessarily have to be money, I'm sure a bottle of Johnnie Walker Blue, or a copy of the latest HASL from MMP, might work. Or, jump onto Upwork or Fiverr and find some kid in India to do it. Even if the code is crap, as long as it sorta...
  4. Pacman Ghost

    HTML and VASL's Draggable Overlays issues.

    That it works in w3schools, unfortunately, doesn't mean anything. VASSAL's HTML engine is ancient (think late 90's), so it can't handle a lot of stuff that a modern browser can. You have a rogue <td> before the table starts - take it out, and the thing renders correctly. I also note that...
  5. Pacman Ghost

    VASL 6.6.8 Counter "jumping" bug mitigations/analysis...

    There seems to be an offset still being applied when dragging counters from the tray, but once on-board, they seem to be moved around correctly. However, once you've got them where you want, clicking on them causes them to jump slightly, seemingly relative to where within the counter you...
  6. Pacman Ghost

    VASL Map Online Problem/Suggestion Form

    I'm seeing the same thing. There should be no snapping off-board. This would be the best way.
  7. Pacman Ghost

    New program to help set up VASL scenarios

    Support is done over here, so if you open an issue, I'll answer it there.
  8. Pacman Ghost

    Chapter H Vehicle Listings in a spreadsheet?

    Have a poke around here. If you really want a spreadsheet, run vasl-templates, then open a browser at http://localhost:5010/vehicles and http://localhost:5010/ordnance You should be able to find a "JSON-to-CSV" converter online (or get one of the VASL devs to do it, it's an easy job), and that...
  9. Pacman Ghost

    New program to help set up VASL scenarios

    This has been confirmed as a bug in VASSAL 3.7.1. They were adding support for loading images from the VASL module, but it broke handling of normal images, and completely borked any CSS (which is why the layout of the vasl-templates labels was such a mess). A fix presumably coming to a VASSAL...
  10. Pacman Ghost

    New program to help set up VASL scenarios

    I'll open a ticket when I get some time. How do you know the problem doesn't exist in 3.6.15? Only certain combinations of VASSAL + VASL are supported by vasl-templates. Other combinations might work, but they might not.
  11. Pacman Ghost

    New program to help set up VASL scenarios

    There's nothing I can do about this one, it has to be fixed in VASSAL.
  12. Pacman Ghost

    New program to help set up VASL scenarios

    Support is normally done at code.pacman-ghost.com, but since the hosting company has completely and utterly screwed the pooch, I'll answer this here. It looks like VASSAL 3.7.0+ no longer renders HTML correctly if there is an <img> tag. That's why some of the labels (e.g. scenario...
  13. Pacman Ghost

    New program to help set up VASL scenarios

    With the shift of the code to the new repo, please note that announcements and support will be done over there. If you want to ask a question or report a bug, please open a ticket.
  14. Pacman Ghost

    New program to help set up VASL scenarios

    The next release of vasl-templates is now available here. Please check the installation instructions, since there are a few considerations that may affect you. If you are running from source, or using Docker, note that the repo has moved from Github, so update your remote: git remote set-url...
  15. Pacman Ghost

    New program to help set up VASL scenarios

    Fair enough. It seems to be happening enough that it's worth doing - it'll be in the next release. Having a British PIAT label is fine, but it'd be nice to have the correct flag.
  16. Pacman Ghost

    New program to help set up VASL scenarios

    Are there scenarios where the Canadians have PIAT? The work-around is easy - just create an ad-hoc PIAT label and bung it into your scenario - but if there's a case for showing that button for the Canadians (and/or Aussies and/or Kiwis) as well, I can update it.
  17. Pacman Ghost

    New program to help set up VASL scenarios

    Are you seeing a honking big red error message when you start the program, saying that there's a problem loading the VASL module because it can't find the build file...?
  18. Pacman Ghost

    New program to help set up VASL scenarios

    It's best to not configure Java if you're on Windows, and the program will use the one that comes with VASSAL. A webdriver is optional (although you will probably want one), but it won't affect the loading of VASL.
  19. Pacman Ghost

    New program to help set up VASL scenarios

    It's in the British OB.
  20. Pacman Ghost

    New program to help set up VASL scenarios

    The third beta in the v1.10 release cycle is now available here. If you are running from source, or in Docker, there is a new branch on Github. IMPORTANT: If you are running the desktop app, the settings file is now stored in different location. While the program will automatically move your...
Top