pig Posted November 30, 2021 Author Posted November 30, 2021 And I forgot to thanks @pensareadaltro for the italian translation! Always in time, that's a plesaure to work with you! 1
pig Posted March 27, 2022 Author Posted March 27, 2022 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 2
jacobjonson Posted April 13, 2022 Posted April 13, 2022 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.
pig Posted April 26, 2022 Author Posted April 26, 2022 Yes. Totally. I often dream of it. For the moment I'm working on an offline mode ; but this will be the next big feature I'll work on 2
jacobjonson Posted May 15, 2022 Posted May 15, 2022 On 4/26/2022 at 10:34 AM, pig said: Yes. Totally. I often dream of it. For the moment I'm working on an offline mode ; but this will be the next big feature I'll work on thanx
Civing Posted June 22, 2022 Posted June 22, 2022 I love the companion. Just one thing makes me wonder. What are the „Monolith‘s gifts“ mentioned in the „My game and expansions“ sections?
Roolz Posted June 22, 2022 Posted June 22, 2022 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). 1
Civing Posted June 23, 2022 Posted June 23, 2022 10 hours ago, Roolz said: These are material given as free downloadable pdfs (at the moment, 7 Heroes' sheets). Thank you :-)
Morkalg Posted December 23, 2022 Posted December 23, 2022 I'm jumping on the bandwagon to say, this is brilliant and deeply appreciated. I'm looking forward to offline mode since WiFi where I game sucks. Loving how helpful this is though tracking my collection and resolving line of site. May Crom raise a horn to you! 1
Akiro Posted January 13, 2023 Posted January 13, 2023 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.
Akiro Posted January 13, 2023 Posted January 13, 2023 Also: I’ve just noticed that “Leap” is not available under skills.
Roolz Posted January 15, 2023 Posted January 15, 2023 (edited) 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): 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 January 15, 2023 by Roolz
Akiro Posted January 15, 2023 Posted January 15, 2023 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. 😎
pig Posted November 28, 2023 Author Posted November 28, 2023 (edited) 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 https://the-overlord.com/ 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/paste 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();})()) Edited February 1, 2024 by pig 3
Ken Posted November 28, 2023 Posted November 28, 2023 I can't say enough about how great this app is. I use it all the time. 3
Mr_Phil51 Posted December 20, 2023 Posted December 20, 2023 Proably one of the best apps I have ever used, very smooth work here. 1
Thorsz Posted December 20, 2023 Posted December 20, 2023 I must be doing something wrong. There is no option to install in the Chrome menu.
SmallRealities Posted December 21, 2023 Posted December 21, 2023 (edited) 23 hours ago, Thorsz said: I must be doing something wrong. There is no option to install in the Chrome menu. Installation is not done from the chrome menu. go to https://companion.the-overlord.com/Conan/ click on the three bars menu in the upper left corner of the webpage click install (this shows you the instructions) to install: go to https://companion.the-overlord.com/Conan/ in the location bar, click on the icon just to the left of the Star (if you hover over it it should have a tooltip that says "Install companion for conan" click that icon Edited December 21, 2023 by SmallRealities 1
pig Posted February 24, 2024 Author Posted February 24, 2024 Small update (0.25) to correct some problems: * on PC, the rules pages were no longer on 2 pages side by side * the Tome of Skelos had small problems with the images * Conqueror ship cards had excess black borders * removed all card rules text that talks about lines of sight, since it is redundant with lines of sight themselves * the yellow die that appears on the cards when you are overhanging interfered with the click * correction of the black dragon tile, only one is provided (and not two as indicated before)
pig Posted February 24, 2024 Author Posted February 24, 2024 I would add that Apple, supposedly to comply with the new European law, has withdrawn support for PWA applications in its latest updates: therefore European iPhones/iPads can no longer use the offline mode of the application: (
Triandin Posted March 24, 2024 Posted March 24, 2024 (edited) Hi, I can't see anything except for a brown background while the Batman app is working Ok I found the problem: it's with Italian language Edited April 6, 2024 by Triandin
pig Posted April 24, 2024 Author Posted April 24, 2024 Hello brothers in arms! a new version of the companion has just been deployed (0.26) with on the menu: Encyclopedia: Content of the MBR crossover "Gods of the North" added Encyclopedia/Skill: Bilingual people can now display two languages when displaying the details of an item. Usefull because sometimes the wording is better in another language. Choose your secondary language in your preferences. Works only when online. Studio: Heroes sheet: You can now select a background color between 3 choices (classic brown, "gods of the north" blue or "corinthia" white). Studio: Equipments cards: You set the text size/line height and use spaces and carriage return to arrange the text around the image. Studio: You can now import/export as json file to save or share your creations. Maps: Legends can now be clicked to scroll to the explaination (usefull on mobile). Have fun breaking the castle! 1
pig Posted February 3 Author Posted February 3 (edited) Good news everyone ! The version 0.30 is beeing deployed to include the new RedNails KS Stuff ! Enjoy!!! Many thanks to @Roolz and alos @Renand and @madcollector @pensareadaltro for the italian version Data Maps: RedNails (Jungle, Xuchotl) & Versus mode (Fort Tuscelan, Catacombs) Encyclopedia: RedNails, Versus mode, Worms of the Earth & Frazetta box Encyclopedia spells: update base and barbarian text with 2.1 versions Rules: Replace tome of skelos, by a generic Solo/coop mode Rules: Add the versus rules Rules: Update to 2.1 heroes and overlord books Rules: Skills update to 2.1 data + adding Versus and Solo/Coop text Features Encyclopedia: in tiles, new Reinforcement search criteria for the versus mode Studio assets: new small features (text options) Studio spells: handle "red" versus spells Studio heroes: handle text size and add a "no dice at all" on actions Studio tiles: handle text options, handle both kind of attacks at once, handle image flip Edited February 3 by pig 5
drmauric Posted February 8 Posted February 8 @pig I love the app and love the update. I wanted to give you a heads up- the Haunter of the Pits has a typo. It says Haunter of the Picts. It has an extra C. It should be Pits, not Picts. I attached its entry in the Tome of Skelos for reference. 2
pig Posted February 12 Author Posted February 12 On 2/8/2025 at 12:56 PM, drmauric said: the Haunter of the Pits has a typo Thanks I'll fix that 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now