Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 Hi all, A quick update here that a bunch of new stuff has gone live. Random hero creation (one button click with choices for homeland, occupation, cult and power level) Random faction / hero band creation - create your very own army of Bandits with one button click! Added statblocks - text summaries of characters with just the basics to speed your game along Lots of small tweaks to pages and menus. Here's a video that shows the state of the app and some of the new features. Cheers! C 1 Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 Here is a statblock from a randomly created character: ** Berventkos the Lead ** Runes: Death Truth MoonĀ Homeland: Old Tarsh, Occupation: Thief, Initiate of Cult: Humakt STR: 18, CON: 11, SIZ: 15, DEX: 10, INT: 12, POW: 17, CHA: 12,Ā Derived Stats: Magic Points: 17, Damage Bonus: +1D6, Hit Points: 13, Movement- Ground: 8,Ā HP: -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13Ā Passions: Loyalty (Shaker Temple) 60%, Love (Family) 70%, Loyalty (Clan) 60%, Devotion (Humakt) 60%,Ā Cults: Humakt - Initiate - Rune Points: 3 Runes: Air 60%, Moon 80%, Earth 10%, Darkness 40%, Death 85%, Truth 85%,Ā Skills: Sleight 100%, Climb 85%, Spirit Combat 55%, Speak (Tarshite) 55%, Battle Axe 50%, Worship (Humakt) 45%, Jump 40%, Fast Talk 40%, Pole Lasso 40%, Medium Shield 40%, Disguise 40%, Dagger 35%, Fist 35%, Large Shield 35% Spirit Magic: Vigor (2pts), Repair (2pts), Strength (2pts), Demoralize (2pts), Coordination (1pts), Detect Enemies (1pts) Rune Spells: Shield (1pts), Sword Trance (1pts), Morale (2pts) Attacks: 1H Battle Axe 50% 1D8+2+1D6 SR 7 8/8 HPĀ Medium Shield 40% 1D4+1D6 SR 7 12/12 HPĀ Light Crossbow 35% 2D4+2 SR 3 6/6 HP Rng 100 Hit Locations: (19-20) - Head Armor: 2 Ā 5/5 HP (16-18) - L Arm Armor: 2 Ā 4/4 HP (13-15) - R Arm Armor: 2 Ā 4/4 HP (12) - Chest Armor: 2 Ā 6/6 HP (9-11) - Abdomen Armor: 2 Ā 5/5 HP (5-8) - L Leg Armor: 2 Ā 5/5 HP (1-4) - R Leg Armor: 2 Ā 5/5 HP Equipment: Lock picks, Jimmy, Other appropriate tools, Light one-handed weapon, Mask, 20m rope w/ grapple, Sack, Hooded Lantern, 30 L in coin, Secret thieves mark,Ā Quote
Austin Posted September 9, 2019 Posted September 9, 2019 Idea/query that came to mind in light of @MOB's Jonstown Compendium announcement: how does a character on Cradle of Heroes interact between multiple accounts? For example, Joe creates a character "Billy the Stabber" and posts it as open content. Later, Mandy takes up Billy the Stabber as her adventurer in a campaign. Is she able to add Billy to her roster, and thereafter edit her closed content copy of Billy as she adventures and gains experience? The broader context being if an adventure in the Compendium were to offer pregens and link to your utility. 2 Quote Jonstown Compendium author. Find my publicationsĀ here. Disclaimer: affiliate link. Social Media:Ā Facebook Patreon Twitter Website
PhilHibbs Posted September 9, 2019 Posted September 9, 2019 I think that would be fantastic. Maybe Chaosium woud be reluctant to tie themselves in to a fan tool that could disappear though. Gloranthan web link lists can be a really bleak wasteland sometimes. What would it take to make CoH and all its publicly availableĀ data robust against unexpected circumstances? 1 Quote
davecake Posted September 9, 2019 Posted September 9, 2019 I would love to see a simple interchange format for characters/stats that could be used by multiple tools. It wouldn't be hard at all - just whip up a schema for JSON or something.Ā I would be willing to do coding or other work for this.Ā Ā 1 Quote
PhilHibbs Posted September 9, 2019 Posted September 9, 2019 (edited) 59 minutes ago, davecake said: I would love to see a simple interchange format for characters/stats that could be used by multiple tools. It wouldn't be hard at all - just whip up a schema for JSON or something.Ā I would be willing to do coding or other work for this. The hard part is making sure that everything is covered, and mandatory/optional elements are "correctly" set. And even then, most tools are going to have behind-the-scenes data or custom extensions that the interchange does not cover. For example, my spreadsheet has checkboxes for the four Spirit Magic enhancement spells, which figure in the results and displays an alternate set of skill values alongside the base values, as well as a column for temporary characteristic bonuses from things like Charisma or Bear's Strength. It also tracks the skill bonuses from race, culture, cult, and elective choices with another column for experience. I don't know whether CoH does this or not. So yes, an interchange format would be nice, sorry to get all negative about the problems that it does not solve! Edited September 9, 2019 by PhilHibbs 1 Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 1 hour ago, davecake said: I would love to see a simple interchange format for characters/stats that could be used by multiple tools. It wouldn't be hard at all - just whip up a schema for JSON or something.Ā I would be willing to do coding or other work for this.Ā Ā I agree and was thinking the same thing. There is a full character API as part of the cradle.Ā RQiG characters are pretty complicated, so the JSON gets large-ish. I'd love to get some help or contribute to a standard. Here's an API link to what is currently carried. We could probably trim it down a lot.Ā https://www.cradleofheroes.net/api/character/7476 Ā Ā r.HandleFunc("/api/character", GetCharacterModels).Methods("GET") Ā r.HandleFunc("/api/character/user/{id}", GetUserCharacterModels).Methods("GET") Ā r.HandleFunc("/api/character/{id}", GetCharacterModel).Methods("GET") Ā r.HandleFunc("/api/character/{id}", CreateCharacterModel).Methods("POST") Ā r.HandleFunc("/api/character/{id}", DeleteCharacterModel).Methods("DELETE") Ā r.HandleFunc("/api/character/{id}", UpdateCharacterModel).Methods("PUT") Ā Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 2 hours ago, Crel said: Idea/query that came to mind in light of @MOB's Jonstown Compendium announcement: how does a character on Cradle of Heroes interact between multiple accounts? For example, Joe creates a character "Billy the Stabber" and posts it as open content. Later, Mandy takes up Billy the Stabber as her adventurer in a campaign. Is she able to add Billy to her roster, and thereafter edit her closed content copy of Billy as she adventures and gains experience? The broader context being if an adventure in the Compendium were to offer pregens and link to your utility. Hi @CrelĀ - the latter. When a character is duplicated, the new author has full rights to change and manage like any of their other characters.Ā This is part of my planning for factions, too, but as it has mostlyĀ temporary data (what happened in an encounter), it hasn't been top of my work list.Ā 1 Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 1 hour ago, PhilHibbs said: I think that would be fantastic. Maybe Chaosium woud be reluctant to tie themselves in to a fan tool that could disappear though. Gloranthan web link lists can be a really bleak wasteland sometimes. What would it take to make CoH and all its publicly availableĀ data robust against unexpected circumstances? Hey @PhilHibbs, Beyond the development work that's already been done (a lot), CoH is running on $7/month USD cloud servers. I dont have any plan to stop working on it but my focus does depend on the game I'm running / playing in. I'd be happy to talk to Chaosium and/or the community about how to make it more stable and supported. An easy way to do this would be to transfer ownership of the cloud hosting or cover the costs. All database content belongs to the users, so the open content could be posted/hosted anywhere.Ā All that to say, there are lots of options and I'm happy to see what I can do to support the game and community.Ā 1 Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 (edited) 53 minutes ago, PhilHibbs said: The hard part is making sure that everything is covered, and mandatory/optional elements are "correctly" set. And even then, most tools are going to have behind-the-scenes data or custom extensions that the interchange does not cover. For example, my spreadsheet has checkboxes for the four Spirit Magic enhancement spells, which figure in the results and displays an alternate set of skill values alongside the base values, as well as a column for temporary characteristic bonuses from things like Charisma or Bear's Strength. It also tracks the skill bonuses from race, culture, cult, and elective choices with another column for experience. I don't know whether CoH does this or not. So yes, an interchange format would be nice, sorry to get all negative about the problems that it does not solve! No worriesĀ at all @PhilHibbsĀ - I love the spreadsheet! Check out the API above for all the info that's part of a character. Basically, everything from the homeland, occupation and cult are all carried along. I love the activate magic selector idea - but would probably need some help from a front-end developer to get that up and running properly.Ā Edited September 9, 2019 by Cgeist7 Quote
PhilHibbs Posted September 9, 2019 Posted September 9, 2019 1 hour ago, Cgeist7 said: Check out the API above for all the info that's part of a character. Basically, everything from the homeland, occupation and cult are all carried along. Interesting stuff. Over 5.5k lines of JSON, wow! I see it does contain the character creation component values of the skills, along with what looks like an array of changes. Warning: techie stuff follows. An interchange format would have to be much, much simpler, and we'd have to accept that exchanging chararacters between tools would lose many of the finer details. It would be imposisble for two very different tools to implement each others' behaviour sufficiently accurately if the interchange format covered all the fiddly details of how the character got to the final destination. Maybe we could define a minimal set, consisting of "base, culture, occupation, cult, choice, other, final". CoH would have to just add up all the other modifiers that it keeps and export them as "other", and when importing, decide which of its elements to put the "other" in. Some simple tools might just export "final", so we'd each have to figure out what to do with that. 1 Quote
Cgeist7 Posted September 9, 2019 Author Posted September 9, 2019 (edited) 1 hour ago, PhilHibbs said: An interchange format would have to be much, much simpler, and we'd have to accept that exchanging chararacters between tools would lose many of the finer details. Yeah - thereās a lot of stuff that could come out. I had an idea about ārevertingā character choice decisions, like saying: āI donāt want to be a Bandit anymore, Iād like to see this character as a Nobleā - so I kept the full background elements as part of the character. Dropping those would simplify things a lot as would standardizing some of the skill logic. Pretty sure I could get it down to a slim 1000 lines. So - should we set up a zoom call or something with @davecake? Edited September 9, 2019 by Cgeist7 Quote
davecake Posted September 9, 2019 Posted September 9, 2019 23 minutes ago, Cgeist7 said: Yeah - thereās a lot of stuff that could come out. I had an idea about ārevertingā character choice decisions, like saying: āI donāt want to be a Bandit anymore, Iād like to see this character as a Nobleā - so I kept the full background elements as part of the character. Dropping those would simplify things a lot as would standardizing some of the skill logic. Pretty sure I could get it down to a slim 1000 lines. There is a huge amount of value to be gained just from taking 'finished' characters from one system in to another. Take the output of Cradle of Heroes and put it straight into an online play tool, or a formatting tool that puts it straight into the format for a Jonstown Compendium product or other tool, or a simple character tracker app on an iPad. And to be able to do that whether it is a carefully crafted character from Cradle of Heroes, or a whole party of monsters from something similar to the magnificent Mythras Encounter Generator.Ā A (strict) superset of that that allows you to potentially move half completed characters from one character creator to another is going to be tricky to do in a portable way, but as long as you can do it as a strict superset you can deal with it later in the process, after a first pass.Ā 26 minutes ago, Cgeist7 said: So - should we set up a zoom call or something with @davecake? Be happy to, though almost everyone finds my time zone (UTC +8, Western Austalia) pretty awkward.Ā 1 Quote
Cgeist7 Posted September 14, 2019 Author Posted September 14, 2019 I pushed another update tonight with a bunch of back-end work and adding pagination to the main character roster. This drops the page load size from 750kb to around 160kb. The one area this breaks is the live search (it now only searches the 66 characters that have been loaded). The next step is to build a full text search of all characters. If this works well, I'll then add pagination to the other rosters (random heroes & crafted heroes). One quick note as it might not be obvious: characters are random until they've been edited in some way by their owner. They then become crafted. This is for any change. Add an image, change a skill level, add a weapon and they are crafted. Cheers! C Quote
Cgeist7 Posted September 18, 2019 Author Posted September 18, 2019 Hi folks, Another fairly big update: full text search is now live on Cradle of Heroes and is available from the top navigation bar. Search covers all characters in the following in descending order: Name Description Author's name Homeland Occupation Cult If there's a desire, it is easy to add other fields and weigh them appropriately. I was thinking the ability to search by runes might be handy. With this in place, I'll remove the instant search over the next few days. As there are now almost a thousand characters on the app, search and pagination should provide folks with all the characters they need. Right now, search only covers open characters, but I'll update it to work from your personal rosters as well. Example below. Cheers! C 1 Quote
Cgeist7 Posted September 22, 2019 Author Posted September 22, 2019 (edited) Hi folks, Another small series of updates is live: Improvements to search Pagination across random heroes, user heroes and crafted heroes Added cultural names for lunar tarsh, grazelands and balazaring homelands - roots taken from the amazing Back to Balazar tool. Fixes to personal skills for heroic scale random characters (they weren't generating properly) Ability to see other user's open heroes (link from their name on hero cards) Fixes to faction & encounter views Other small fixes and UI tweaks. Cheers & enjoy, C Edited September 22, 2019 by Cgeist7 More updates Quote
Cgeist7 Posted September 30, 2019 Author Posted September 30, 2019 A few more updates just went live: Removed the 3(!) different search functions and replaced them with the standard text search Set the search function as primary on all index pages (lists of heroes) Added links to open user rosters from all index pages - so anyone can click on a user's name and see all of their open characters Auto-add author name to search from an open user roster page or personal user roster page Fixes to pagination everywhere Lots of back-end changes and optimizations - smaller page sizes and faster page loads Nothing super sexy here, but should make the overall experience much better when people are looking for useful content. I also used the app to prepare the Cinsina leadership NPCs (Ivartha the Skinner, Vastyr Blood-Shirt, Leikorl the Shadow and Ostling Spotted-Fur) for my game and it went really well. I used the random character generation for Epic (for Ivartha) and Heroic (for the rest) characters and then edited them, adding and tweaking magic and skills as needed. Honestly it probably cut character creation time down to 3-4 minutes per character, which is awesome. Cheers! C Quote
Cgeist7 Posted October 3, 2019 Author Posted October 3, 2019 Hi folks, I realized most people couldn't use the text export without adjusting their browser settings, so I updated the app to go to a separate page where folks can copy full character exports or summary statblocks. You can get to this view by clicking the "Text" button on a character. E.g., : Ostling Spotted-Fur Images below. Cheers! C Quote
Cgeist7 Posted October 6, 2019 Author Posted October 6, 2019 (edited) Another update:Ā Character notes A few players asked for the ability to add game notes and history to characters. You can reach them from the "Notes" button from view characters. YouĀ can add and edit notes from your own characters and view any notes on open characters.Ā Notes are in full markdown and are organized by the game calendar, with most recent events first.Ā Cheers! C Edited October 6, 2019 by Cgeist7 Quote
Cgeist7 Posted May 27, 2021 Author Posted May 27, 2021 Hey folks, Hope all are doing well. I built www.cradleofheroes.net several years ago and have been happy to see its use by the community. I finished my Glorantha campaign more than a year ago, however, and the cloud hosting for the Cradle has been running quietly in the background to the tune of $30USD per month - a bit too much for me to continue with. If anyone would like to take over hosting or cover the costs, I'd love to hear from you. Barring this, however, I've decided to shut down the app. It will remain in full production untilĀ September 2021 so folks have time to download anyĀ heroes. Over the past almost two years, there have been thousands of heroes created and more than 66k pageviews of the app. Thanks so much to folks who've helped to make the project so much fun and all the best, C 6 Quote
soltakss Posted May 28, 2021 Posted May 28, 2021 7 hours ago, Cgeist7 said: Hope all are doing well. I built www.cradleofheroes.net several years ago and have been happy to see its use by the community. I finished my Glorantha campaign more than a year ago, however, and the cloud hosting for the Cradle has been running quietly in the background to the tune of $30USD per month - a bit too much for me to continue with. If anyone would like to take over hosting or cover the costs, I'd love to hear from you. Barring this, however, I've decided to shut down the app. It will remain in full production untilĀ September 2021 so folks have time to download anyĀ heroes. That is a shame. Have you thought of Crowdsourcing or a Patreon page to help fund it? If you used it to generate booklets of NPCs and sold them on Jonstown Compendium, I am sure that would cover the running costs. 2 Quote Simon Phipp - Caldmore Chameleon - Wallowing in my elitism since 1982. Many Systems, One Family. Just a fanboy.Ā www.soltakss.com/index.html Jonstown Compendium author. Find my contributions here.Ā
PhilHibbs Posted April 12, 2022 Posted April 12, 2022 Just noticed that the cradle still exists. Any plans on how long to keep it running? Quote
Tyrian Telbenj Posted April 13, 2022 Posted April 13, 2022 i use the cradle regularly...hope it resist the storm Quote
g33k Posted April 14, 2022 Posted April 14, 2022 (edited) Paging @ScottyĀ (are you the right person, here?Ā if not, can you direct their attention here?): Is this tool something Chaosium might take under its wing? Ā The original author mentionedĀ (above) the tool is simply too expensive to keep cloud-storage going, as a hobbyist whose RQG campaign has wrapped up. But it's something I think RQG really lacks in any official way.Ā And it's a tool that I clearly recall Chaosium saying (back when RQG was brand-new)Ā that they "would be" producing.Ā Even if you have something "official" that's in-the-wings for announcement shortly, it appears there's a goodly number of people who seem to be using it (user Cgeist shares a Google Analytics page, above) so -- if only as a stopgap and/or PR move -- it looks like a win-win for RQG and its fans. Ā Edited April 14, 2022 by g33k typos 1 Quote C'es ne pas un .sig
Cgeist7 Posted June 13, 2022 Author Posted June 13, 2022 (edited) Hi folks! It's been awhile. I (pretty obviously if you've used it) didn't shut down the Cradle last September. This was a combination of finding a way to cut some cloud costs and really being jazzed seeing folks still using (and I hope enjoying) the app. There's been more than 5,000 users and more than 1.5GB of Runequest characters, homelands, cults and factions made, which is really awesome. So: bottom line is the app won't be going anywhere soon and I spent a bit of the weekend making some minor tweaks and updating the security and software versions to something that will keep running smoothly for a long while to come. @G33k and @ScottyĀ - much appreciate any minor help, but with the costs now down to about $18 per month, a coffee or "atta-boy" every now and then should be fine. All the best and though I haven't been running runequest, I've been loving watching the community build and the amazing products (both Chaosium and fan-made) keep rolling. C Edited June 13, 2022 by Cgeist7 added link to Cradle of Heroes 2 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.