Rolisteam / rolisteam

Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].
http://www.rolisteam.org/
Other
187 stars 27 forks source link

Character sheet not working (v1.9) #116

Open maxsteely opened 4 years ago

maxsteely commented 4 years ago

Rolisteam version: 1.9.1 Operating System and version (remove irrelevant):

Hello, I made a Dice system for the Legend of the Five Rings 5th edition as a character sheet for Rolisteam v1.8. Since the v.1.9 this dice system is not working anymore. It displays a blank page. I used the python script you gave in another issue to try to convert the file but it still doesn't display. In the presentation video you say that we need now to attach the sheet to a player to use it but I can't even attach it to any player.

I have an error in RCSE and I'm not sure if this is related, the error is : Error - QNetworkReplyHttpImplPrivate::_q_startOperation was called more than once QUrl("http://maxsteely.hopto.org/l5r_b1.png") (:)

I attached the file l5r_v5_dice.zip

Thank you for you help.

obiwankennedy commented 4 years ago

The issue is that there is no data field in your sheet. So the sharing menu can be displayed. I fixed it.

l5r_v5_dice_fixed.zip

I just add a whatever data field so now, you can share the sheet. If you are using it as tool for IRL game (with no other player), you need to create a NPC in the player list panel. Then you will have a character to share to. Right Click on the field and share to the new character.

If you use it in game using rolisteam (with some remote player). There are two ways to improve it. You can display text in instant message (since 1.9) to summarize any result or you can add some fields to share the result between players and GM. So you will be able to see the result.

And you may have some issue with your qml code. I got a lot of warnings too.

obiwankennedy commented 4 years ago

Can I close this ticket ?