Jump to content

Simon

Administrators
  • Posts

    14,358
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simon

  1. Simon

    Not online?!

    1. You'd be very, very wrong about the "relatively trivial" part. Even a strictly RAW approach (without ability to customize) would require a LOT of custom logic worked in. 2. You would need to talk to HERO Games (DOJ) about licensing before approaching an idea like that - you're talking about a large portion of their IP.
  2. Unfortunately, it's not that simple -- mobile systems like Android use a very different version of Java from what you get on a full install (JRE). A large portion of the application would need to be completely re-written (the entirety of the UI, a decent portion of the file handling, much of the internal logic, etc.), with conversion handling only those APIs that are shared between the full JRE and the mini version that runs on mobile devices. For the effort involved in both the initial re-coding of the application as well as the ongoing maintenance of multiple different codebases, it's completely non-workable from a financial aspect --- NO ONE would pay the amount it would cost to cover those expenses/efforts. Most are hard to convince to drop more than $5 on a mobile application, a proposition which only works out if you have massive sales and low cost of entry (we'd have neither).
  3. Well, for one, you extended builtin.Main.hdt...so HD has no idea that you're looking to use heroic rules. I'd recommend extending builtin.Heroic.hdt to remedy that. The equipment tab will be enabled by default for heroic rulesets. You can enable/disable the equipment tab under the Campaign Rules (settings tab).
  4. You can specify other Characteristics to base a Skill off of, but all Characteristic-based Skills/rolls will use the same formula (which you can also set in the campaign rules). By default, it's 9+CHAR/5 (regardless of which Characteristic is chosen). If you change that, it will affect all Skill rolls, not just those based off of OCV.
  5. You can create a custom Characteristic that bases its value off of other Characteristics, but not one that bases it off of itself (obviously)....which is what it sounds like you're looking to do. Combat Skills are best handled via Combat Skill Levels (on the Skills tab).
  6. I'd recommend reading the documentation.
  7. That would appear to have been taken from the "purchase" section of a template file rather than the rules definition. The purchase section essentially defines the default/starting purchases for any character based off of that template. Characteristic levels, Powers, Skills, etc. The rules definition area is what you're after. In particular, you're missing the cost definitions for the Characteristic (how many points per level), the other Characteristics that it affects or is affected by, and the Display value. Your best bet is to use one of the Characteristics that is the closest match for the mechanics of your new Characteristic as an example, replacing the container name, the XMLID, etc. You'll find the definitions in Main.hdt and/or Main6E.hdt, depending on which version of the rules you're working off of.
  8. This goes back about 6 years. Same day, same credit card: Was grocery shopping with The Wife. Decided to get a coffee at the bar on the way out. $3.50 charge that I put on the card (because I'm lazy). Declined (might have been fraud, per the credit card company). Same day, took her out art shopping for her b-day. She found a $3,500 piece of photography that she "had to have". Gave them the same card and told them that the card would likely be declined, since the (the credit card company) were being uppity...but that I'd call it in if needed. Charge went through without issue. So to sum up: $3.50 coffee, looks suspicious. $3,500 artwork, seems legit. Between that and the earthworm jerky, I'm thinking that I may have taken obfuscation of my online profile a bit too far....though I'd be fascinated to see what that digital profile actually is, if only to use it as a character in a game.
  9. I've suddenly started getting ads on FB for earthworm jerky. I have no idea what it is in my profile that would have made someone (or some algorithm) say "this guy wants earthworm jerky"....but I'm also horribly intrigued.
  10. Read the documentation for basic info on creating custom templates. If you have questions after that, please post in the HD forum.
  11. I'd recommend grabbing Java directly from Oracle, which is currently at version 8 update 161. It's likely that Apple didn't bother to implement some of the UI/LNF packages in their version (which is an issue, but easily fixed by avoiding Apple's homegrown Java like the plague). www.java.com to get the official (Oracle) Java install for MacOS (or any other OS).
  12. I build HD under MacOS. Please post the output from "java -version" on your system -- my suspicion is that you're using Apple's implementation of Java rather than the official release through Oracle.
  13. That's as of an update that was applied on Friday. I've flipped the entire site over to SSL for the time being until the specific page settings are re-enabled.
  14. May want to read the rules and your post again and work on another edit or two.
  15. Use a Heroic template -- STR Minimum is not a valid Limitation on Superheroic characters.
  16. Again, anything which requires or benefits from SSL is run over SSL. Running the entire site over SSL would not benefit anyone.
  17. Anything which requires or benefits from SSL is run over SSL.
  18. There are two styles of "containers" in the Skill definitions. Rapid Attack is done using the first (older) one in which the XMLID and the container name are essentially one and the same. If the application doesn't know to look for the container, it'll just skip over anything new that's added in. You can _replace_ Rapid Attack with your own (keeping the container as RAPID_ATTACK_HTH), but you're likely better off using the second (newer) style where you just use a "<SKILLL....> ... </SKILL>" container. The app will read in all of those, the only restriction being that the XMLID attribute that you assign to your Skill needs to be unique.
  19. Once they make it part of 6E, sure. Until then, either the way you've been doing it, or creating a custom rules template (and copying over the Computer Programming Skill definition from the 5E template) -- the internal handling of the pricing is the same, once you go the Adder route.
  20. You're running HD from a directory that you do not have full access to (e.g. C:\Program Files\)
  21. Christopher will no longer be taking part in this conversation. Carry on.
  22. Get a current copy of the app - the feature didn't exist in 2015.
×
×
  • Create New...