As much control as DG gives for modding, I would be amazed if it was not possible. However, I do think it would be a fairly large mod. Currently, the modders are just starting to figure some of the more basic stuff out, so something like this would be a fair ways down the line.
zechio
[quote who="-Sorian-" reply="14" id="2489673"]I didn't ignore you at all. You said you sent it to Stardock as well which is the only reply I could have given you. Until Stardock decides how they want to approach this problem there is nothing I can do. [/quote] Thanks for replying now. I do understand if there is nothing you can do, however: I would have appreciated a reply sooner along these lines. On my end, receiving no reply at all, appears the same as ignoring me. I will cont
[quote who="abuggeredhedgie" reply="12" id="2489158"]heh. It being a white hat doesn't work. Go gray. Play a few games online, post replays. I will willingly lose against you, so it's not classified as cheating or a bannable offense: I agreed and you don't need to give me the mod or details... though I know you have told... other members some details D: If you still aren't getting the attention it deserveres, go black. If GPG doesn't take the initiative all th
I've tried contacting them quite a few times. I have yet to even receive a "Hey!". This is why I am starting to consider a more extreme measure...This needs to be looked at, and something done.
Actually, the work I have done...suggests a UI only mod could go as far as to remapping the entire game on your side, allowing the modding of every single file. Now, you wouldn't be able to do anything that desyncs the game, but there really isnt all that much that does. I told both Frogboy and Sorian about an issue I found worse than just seeing what items the enemy has, and both have ignored me, and there appears to be no work to try and fix it. I am currently consid
[quote who="Splitshadow" reply="18" id="2483131"]Make towers that create more towers in an infinite loop until the map fills up. Although, erebus could still probably beat him. [/quote] Chuck Norris once played a game against Erebus. It went on for 3 hours...then Erebus came back from AFK, and killed Chuck Norris:)
I'de recommend an x-fi sound card. Better sound and games run faster. Assuming the ram isn't like 2 gigs of 10 year old ram...that computer will probably fall asleep playing demigod even at max. Crysis is still the top game for requirements...and an $800 computer from newegg can run that at max. Oh, also. If you can, get either a SSD or a veloci-raptor 10krpm HD. That will have a massive impact on load times.
You can create new demigods, but it would be a fairly large amount of work...however, what he meant was that he wants a new area, where mods for the Demigod game can be uploaded to, and also start including some with the patches for DG.
Sounds good...and I still haven't heard from you or Sorian on the mod issue I PMed each of you about, and have no idea what to do with it.
If I had to guess, I would say that what is happening is the standard fireball is calling the function, which will then activate the new ability for the crit fireball. However, because the new ability was not the 1 that called the function, the critfrom is false...therefore no crit. Then, you are removing the new fireball ability at the end. Try either making it a buff which would stay on, or make it a full ability and find a better way to activate it. However, I think the bes
[quote who="Legolan" reply="70" id="2471761"]Ok, thank you. Are both of these mods compatible? [/quote] NP. They should be, BMAN is always trying to work out any incompatabilities. Download em both, enable them and run an AI game. If you have a problem, disable one and continue...no harm done:)
It's from a different mod: http://forums.demigodthegame.com/369526
I think I've got this one figured out. It appears that it does actually affect citadel priests ( they just heal about 1/10 that of minion priests. ) The mod actually changes the buffaffects.lua, so anything with MaxHealthPercent in the affects section will be changed by this. So far, I think this is only priests, but there might be others. The formula for the amount healed is: 100 + ( 25xLevelxMaxHealthPercent ), with MaxHealthPercent being the number from the buff blu
lua/game.lua Here is the main functions: function CalculateArmorDamage(damage, armor) return damage - (damage * CalculateArmorMitigation(armor)) end function CalculateArmorMitigation(armorVal) local rate = GameData.ArmorMitigationRate local armorRate = (armorVal or 0) * rate local armorMit = armorRate / (1 + armorRate) return armorMit end</p
You may wanna check the formatting of your OP. Neither page 1 or 2 will load on IE ( The problem is usually caused by using wordpad, then copy/pasting into these forums. ) Since it is both pages, I would guess it's the OP, but it could still be someone elses post. In which case, you would need a mod to fix it. I think this is part of the problem with the lack of posts.
[quote who="Trigeminal" reply="7" id="2469464"]I'm not sure it is possible but for casters such as TB or Reg, is it possible to give "spells" such as fire and snipe a dmg+bonus dmgxlvl in the lua. If it is this could help them maintain relevance in later levels when hp stacking is heavier, but prevent them from being overpowered early-mid game. [/quote] Oh, that gave me an interesting idea. If you did this, to be fair, every spell would need to be affected by lev
[quote who="bman654" reply="29" id="2469240"] Quoting synnworld, reply 28 Do you seriously want to see me stay at base and spam spikes over the entire field. Yes. Yes I do. I also want to extend your shield range so you can still shield me. And since you'll be standing at the mana crystal anyway, it would be quite nice if the cooldowns on your skills were reduced to allow a statisfactory amount of spamming. [/quot
Well, I can tell you I did mess around with making thorns cover the entire arena....and ran into a major problem. It seems, after the size got about double normal, the spikes stopped going out further, but the damage continued. Worse, it became 0 cooldown, and 0 mana when this happened. Never did figure out what happened. I can't think of a way without seriously rewriting spikes to make it stop when they hit something, other than possibly making all of the spikes stop at the same radi
[quote who="gkrit" reply="11" id="2469017"]OMG IT WORKS!!!it was the comma. and the only thing i was missing from the code was this line... Buff.ApplyBuff(unit, 'HDemonWarpStrikeBuff01', unit) i was trying to refernece the buff some other way lol. for everyone!! lol [/quote] NP...we've all done these things:) I know while working on my skill that had to count and change based on number of enemies around, I had a nightmare of a time
The only problem I can see with the posted code is in the end of the buffblueprint: }, Icon = '/DGDemonAssassin/DA_WarpStrike', }, The ending ) must not have a , Removing this should allow the skills to load up. ( I was able to test that much. However, due to problems with my laptop I can't test that the skill is actually firing. ) <p class="
Try looking into the lua/ui/game/HUD_xp.lua file, and see how the xp bar checks level. Sorry I can't give any kind of specific help, DG has stopped working on my laptop, and I can't test any of the code ive got atm.
np, we arent born knowing everything about everything. Gotta learn some time:) Next time you run into a curious file extension, try entering it into google. Google knows:)
[quote who="cha0selemental" reply="7" id="2466009"]I think the download link is borked, because the file extension is nothing I or my computer have ever seen before. [/quote] It should be .7z ( it comes from 7-zip, a very nice archive program I would recommend everyone use. 7-zip.org )
[quote who="pacov" reply="12" id="2464115"]I was dreading the second I saw your initial and follow up post. I know you are trying to help, but what's going to happen now is that some people are going to do some digging to see what they can find out. I was already suspicious when we learned we could see our opponents gold. This thread will lead to suspicion that people are using mods that give them an unfair advantage. And because this post is so vag
[quote who="Faceless_Wanderer" reply="17" id="2464118"]I love the increased creep waves, makes the game feel like more of a battle. I tried the Quite Insane Mod with the Skirmish AI mod active, and after awhile the AI seemed to shut off for most of the AI demigods in play, only TB kept up. It may have to do with the increased level cap in the Quite Insane Mod. This is a bit sad because the Skirmish AI mod does make the game much more intense when combined with this mod here. [/quote]