Recent content by hatternumber0

  1. hatternumber0

    Question about image packs

    You'd have to code it in, which isn't too hard once you've gotten over the set up hurdle. https://forum.fenoxo.com/threads/guide-how-to-make-a-mod-for-corruption-of-champions.3283/ - This will tell you how to set everything up. Once that's done, open img/images.xml (is the master list for CoC...
  2. hatternumber0

    CoC Landscape Art

    The first image in the above link by Jass Befrold is the only one I came across. The image packs should also have a few with names beginning with dungeon-entrance-* and location-*, but those are just general landscape pictures that have been appropriated
  3. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    Thanks for the heads up. Unfortunately, I won't be making a new image pack version. I had a hard drive failure a while back and lost everything, including the chunk of potential version 7, and it just destroyed all of my motivation. It'll be good if someone picks this up though and makes a new...
  4. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    Most of the scenes won't have images as it'd have to be hard coded in via a mod. Though i would like more Loppe images, there weren't many around of a POV shot of a futanari bunny morph bumming you/being bullied. Image size is hard coded in as well.
  5. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    Kudos. You've discovered an issue. kelt-farm-subkelt images only appear is you choose the rape option after beating Kelt in a fight. So them all being a female centaur (i.e. Kelly) doesn't make any sense. I recommend deleting them along with kelt-farm-naga-subkelt and i'll note this in the...
  6. hatternumber0

    [Guide] How to make a mod for Corruption of Champions

    I believe the source code for the last few official versions was never released, i.e. when the final Lethice fight was created. I vaguely remember Kitteh6660 having to crack the final release open to combine it with the Revamp mod.
  7. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    233 is nothing to worry about. Debug info only tells you how many unique scenes it's loaded. So if you had 3 images called monster-beegirl_1, monster-beegirl_2 and monster-beegirl_3, Debug info would only say it had 1 image loaded in the cache, rather than 3 images loaded in cache. So the CoC...
  8. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    It's true that the Debug says 233 images and there are like 600 in the pack, but as far as I know, they still all show. What ones aren't showing?
  9. hatternumber0

    Missing scene.

    Seems it's a bug. The scene you got is a catch all for low confidence and is taking priority over low confidence and a magic book weapon. The scene you'd meant to get would be: As you look over your shark family playing in the shallow stream, a soft, wet footstep sounds behind you. Kid A is...
  10. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    Yeah, that's fine. As long as it's more than 0.
  11. hatternumber0

    CoC: Vanilla Plus (Release #04 for CoC 1.0.2)

    Slight issue. Seems the download link for the Revamp mod links to the Vanilla+ release.
  12. hatternumber0

    Hn0's Custom Image Pack [Version 6]

    As Ormeal said, you have the Vanilla+ mod. The image pack does work with it though. Have you run through the Issues section on this topic with no problems? In the main menu, in Debug Info, does it say at the bottom "Currently have 161 images loaded into cache."? If you wanted the Revamp mod, go...
  13. hatternumber0

    [Guide] How to make a mod for Corruption of Champions

    Try addButton without the middle bit. I think it works like: addButton(ButtonNumber, ButtonNameInQuotes, ButtonTarget); So it would become: addButton(1, "Lumi Shortcut", lumi.lumiEncounter); If you get the same error, as Ormeal said, you'll need to have import classes.GlobalFlags.kGAMECLASS...
  14. hatternumber0

    How do you get the bee girl to talk to you again

    She'll put eggs in your anus (up to you whether that's a good thing) as well as give you pure honey occasionally, which is hard to get otherwise.
  15. hatternumber0

    Cannot Load from Files

    A flash update made it so you can't load files anymore if you play in a browser. Use muttdoggy's solution