0 of 0

File information

Last updated

Original upload

Created by

Mixxa77

Uploaded by

mixxa77

Virus scan

Safe to use

42 comments

  1. mixxa77
    mixxa77
    • premium
    • 273 kudos
    Sticky
    Using the same summon does not add an additional creature and instead only renews that summon, you need to use different spells, like for example one Summon Scamp and one Summon Flame Atronach.
  2. IchigoMait
    IchigoMait
    • member
    • 11 kudos
    You don't have to bother making it for remastered version.
    https://www.nexusmods.com/oblivionremastered/mods/2589

    Does the same, and you can adjust it however you want.
  3. DnVun
    DnVun
    • member
    • 0 kudos
    Hello Mixxa77. I tried installing your mod on Oblivion Remaster, but unfortunately, it didn't work. If you have the time and opportunity, please port this mod to Oblivion Remaster. Thank you.
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      Hello, this mod requires scripting functions from OBSE which can currently not be replicated in the remaster, so this is not currently possible.
    2. DnVun
      DnVun
      • member
      • 0 kudos
      Not hinting at anything, but OBSE is already out for Oblivion Remastered, so, um... yeah...

    3. mixxa77
      mixxa77
      • premium
      • 273 kudos
      So far it seems to "only" support DLL injections, not extend scripting functionality like the OBSE for original oblivion.
  4. BadAwfulSite
    BadAwfulSite
    • member
    • 0 kudos
    Can confirm as broken. Even on a purely Vanilla+ game with no conflicting mods and with a merged Wrye Bash patch (just to be safe), it doesn't function properly as I can still only summon one skeleton despite my conjuration skill being Journeyman. Even without the patch or any other mod loaded this still doesn't function properly.
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      You need to use different spells (i. e. Summon Scamp and Summon Flame Atronach), re-using the same spell will simply renew that effect.
    2. BadAwfulSite
      BadAwfulSite
      • member
      • 0 kudos
      I'll give this a try again then and attempt summoning a Skeleton and a Dremora, thank you. I'll update this post again if it still doesn't work out.

      Would it be possible to implement support for multiple of the same low-level summon (multiple weak skeletons), or is that just not possible with the current xOBSE feature set?
    3. mixxa77
      mixxa77
      • premium
      • 273 kudos
      That would require a more difficult solution compared to what this mod does so far (changes one game setting depending on your conjuration skill), which is currently not in my scope.
    4. BadAwfulSite
      BadAwfulSite
      • member
      • 0 kudos
      Alrighty, that's fair. I've given this another go and it does work if the summons are different. Sorry to jump the gun as I did.
  5. allyirl
    allyirl
    • supporter
    • 0 kudos
    YES omg thank you
  6. sirpip2
    sirpip2
    • member
    • 0 kudos
    Came here to report that this mod is BROKEN in version 1.2.0416.GOG!

    Specifically, I have a player with level 83 Conjuration.  I cast Summon Ghost.  A ghost appears.  I then cast Summon Skeleton.  The ghost vanishes and the skeleton appears.  This is happening with ALL summon spells, regardless of whether it's the same creature or not.

    It's worth noting that I do still see the purple-haired merchant who sells the army spells in the Market District.

    Does anybody know if there's another similar mod I can try to raise the summoning limit?
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      It is not broken. I am using it on a mostly vanilla install of the GOG version currently. Make sure your OBSE loads correctly (https://www.nexusmods.com/oblivion/mods/52020) and that you have no other mods doing the same thing, which could interfere. This mod does also not add any purple haired merchant selling any army spells. That is either your hallucinations or a different mod, which likely confirms the mod conflict theory.
  7. burningwreckage00
    burningwreckage00
    • member
    • 1 kudos
    You know, Supreme Magicka already did something like this, and I ended up disabling it there. I get what you're trying to do, but it ends up coming off unbalanced. If the summon cap not only took into account the summoner's skill, but also the level of the spell, then you would have something.

    An example of what I'm talking about, a master conjurer should be able to summon this many creatures of these spell levels:
    Novice: 5
    Apprentice: 4
    Journeymen: 3
    Expert: 2
    Master: 1

    An Journeymen of Conjuration should be able to summon like this:
    Novice: 3
    Apprentices: 2
    Journeymen: 1
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      Interesting idea, but creating it that way requires a lot more skill than I possess and it wouldn't be "simple" anymore.
    2. deleted80852263
      deleted80852263
      • account closed
      • 0 kudos
      haha it sure wouldn't be simple anymore 
    3. Incudust
      Incudust
      • member
      • 0 kudos
      Speaking of summoning limits, is there an ini file that will let the player set a custom amount of summons? I think this would be perfect if the summoning limit was simply two summons at master level, like in skyrim
    4. templeofninpo
      templeofninpo
      • supporter
      • 23 kudos
      This is the script in the CSE (seems easy enough to edit)-

      scn aaaMixxa77SimpleMoreSummonsQuestScript

      float fQuestDelayTime
      short PlayerConjuration

      Begin GameMode
          set PlayerConjuration to player.GetActorValue Conjuration
          if(PlayerConjuration >= 100)
              SetNumericGameSetting iMaxPlayerSummonedCreatures 5
          elseif(PlayerConjuration >= 75)
              SetNumericGameSetting iMaxPlayerSummonedCreatures 4
          elseif(PlayerConjuration >= 50)
              SetNumericGameSetting iMaxPlayerSummonedCreatures 3
          elseif(PlayerConjuration >= 25)
              SetNumericGameSetting iMaxPlayerSummonedCreatures 2
          else
              SetNumericGameSetting iMaxPlayerSummonedCreatures 1
          endif
          set fquestdelaytime to 10
      End
      ;<CSEBlock>
      ;<CSECaretPos> 607 </CSECaretPos>
      ;</CSEBlock>

      --- I'll report in once I reach 100 Conjuration Re: made it only 100 gets dual summon
  8. mrwriterfromd
    mrwriterfromd
    • member
    • 0 kudos
    Seems like mod is broken. At master I can still only summon one creature at a time, they just despawn when I try to summon a second one. 
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      Make sure to use a different spell. Using the same spell (Example: Summon Scamp) repeatedly doesn't work, but combining different creatures does (Example: Summon Scamp, Summon Ghost, Summon Fire Atronach, etc.)
  9. Cadances
    Cadances
    • member
    • 1 kudos
    Cool mod for conjurer playthrough
  10. EthienVonStahl
    EthienVonStahl
    • member
    • 2 kudos
    It would be really cool to see npcs use this, making necromancers, conjurers and liches much more exciting to fight
  11. Ted95
    Ted95
    • premium
    • 15 kudos
    Hey there, any chance you could update this so summons level with the player?

    There doesn't seem to be a mod that does this well enough, and I really like your mod so I was wondering if you'd be interested in doing so.

    All the other mods are over a decade old and no longer supported.
    1. mixxa77
      mixxa77
      • premium
      • 273 kudos
      Happy to hear that you like it! Maybe as a separate mod, if I find the time and interest. That's not something I would want integrated into this mod.