Jump to content

Companion application for Conan


pig

Recommended Posts

  • 3 months later...

A new minor 0.23 version inluding the follow fixes will be online soon

* some mistakes in the encyclopedia 

* adding a yellow die symbol on overhanged areas to be more clear

* the i0S 12 were already not supported but did not an any error message to say so

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

is there a plan to provide a list of scenarios(under tiles and such like the clickable lists for "what uses this") for where the various figs/characters appear? So in that way we could feature a certain one, we would know where to look. Maybe if allowed they could be clickable to the downloadable scenario.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...
7 hours ago, Civing said:

I love the companion. Just one thing makes me wonder. What are the „Monolith‘s gifts“ mentioned in the „My game and expansions“ sections?

These are material given as free downloadable pdfs (at the moment, 7 Heroes' sheets).

  • Like 1
Link to comment
Share on other sites

  • 5 months later...
  • 3 weeks later...

Hi - absolutely love the app, but I'm having a lot of trouble getting any artwork to load for the custom hero sheets.  So far, only certain .png links will work.  Is there any way to expand what will work on these or allow for direct uploads from my files?  Even a full sample of a working link format might help. Thanks.

Link to comment
Share on other sites

On 1/13/2023 at 7:38 PM, Akiro said:

Hi - absolutely love the app, but I'm having a lot of trouble getting any artwork to load for the custom hero sheets.  So far, only certain .png links will work.  Is there any way to expand what will work on these or allow for direct uploads from my files?  Even a full sample of a working link format might help. Thanks.

 

Works for me.

Random web page, I right-click on the picture and copy image link.

Then I paste link in the Studio, image appears in the preview (here the link is to a jpg):

 

image.png.bcf88a82f1f90e04bfb9ac1f60db44ec.png

 

 

Use of images from the computer does not work at the moment, but it's in the to-do-list of the next release, as far as I remember.

 

 

On 1/13/2023 at 8:15 PM, Akiro said:

Also: I’ve just noticed that “Leap” is not available under skills.

It is. In the Studio section, scroll down "Skills" menu -> Movement -> Leap.

 

Have you tried to clean your cache and reload the app/website ?

 

 

 

Edited by Roolz
Link to comment
Share on other sites

Thank you!!!


Worked perfectly your way.

I was copying the url straight from the page.  Almost never worked.  
 

Sorry about the Leap thing - my scroll wheel had apparently stopped working.  
 

Looking forward to making a lot of custom sheets and tiles. 😎

Link to comment
Share on other sites

  • 10 months later...

After a year and a half of not hard work at all... a new version of "Companion of Conan" is available (0.24)

 

The news:

  • It is now possible to install the companion as a real application that can work offline.
     Installation is done from the Companion website, in the menu.
     Installation is possible on phone, tablet of course but also on computer (unless you visit the site with Firefox).
     Attention! Those who have already installed a previous version of the companion on their phone/tablet home page must remove this shortcut to be able to do a real installation.
  • In the encyclopedia, the name of the sculptor of the figurines is displayed (contribution by Dan North)

The improvements:

  • Faster loading by reducing image size via webp
  • Faster loading of game rules by embedding images

The corrections:

  • Header that disappears from the phone when scrolling
  • Improved html5 compatibility
  • Studio printing under Firefox
  • Board that hide the rules depending on the rotation
  • Net equipment text
  • Khitai Tower board rule

Thanks to everyone's support :), Dan North's contribution, tests from @Roolz, @Renand and @Met

 

Last but no least, a new url => https://companion.the-overlord.com/Conan 

 

To finish, a technical note, for thoses who really wants to keeps their preferences (for ex, to keep their studio creations)

Spoiler

Here is the manipulation (only tested on Chrome PC and Android)
1) Go to the french forum here

2) In the address bar of the browser tab, enter "javascript:" + copy/paste the following code (a file will download)

void((function() { let json = {}; Object.keys(window.localStorage).filter(k => k.startsWith("Conan") || k.startsWith("Batman")).forEach(k => json[k] = window.localStorage[k]); let data = JSON.stringify(json); var file = new Blob([data], {type: "application/json"});     var a = document.createElement("a"), url = URL.createObjectURL(file); a.href = url; a.download = "CompanionPrefs.json"; document.body.appendChild(a); a.click(); setTimeout(function() { document.body.removeChild(a); window.URL.revokeObjectURL(url); },0); })())

3) Go the new Companion (but do not configure anything)
4) In the address bar of the compagnon, enter "javascript:" + copy/paster the following code (a dialog box will open to select the file you downloaded at step 2)

void((function() {let input = document.createElement("input");input.type = "file";input.onchange=function(){ if(input.files && input.files[0]){ let reader = new FileReader(); reader.onload=function(e){let json = JSON.parse(e.target.result); Object.keys(json).forEach(k => window.localStorage.setItem(k, json[k])); window.document.location.reload(true) }; reader.readAsText(input.files[0]) } }; input.click();})())

 

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Our website uses cookies to guarantee you the best navigation. By continuing your visit, you confirm that you accept these cookies. Our Cookie Policy has other terms. Privacy Policy