mrappard

mrappard

Joined Member # 3600609
22 Posts 154 Replies 9,300 Reputation

zechio finally got me to understand what import actually does so you should see his post here. But basically instead of changing the size of things you can assign them new shaders or new textures. So if you want your minions to look different then you can assign them new meshes, shaders and textures. In this example their glowing regulus'

6 Replies 1,638 Views

http://67.55.41.251/Demigod/FavormodSniperX.rar Is the link I was working on. If you use the Favor Commando Idol the one that looks like the Siege Archer 2 Icon it will not summon anything. But if you but the file marked, "THESE GO IN bindata Char" in the characters directory outside of the Mod folder it summon guys like the image above.

10 Replies 4,016 Views

Having a problem with adding new Models/Textures/Demigods to the game. I can make new Blueprint files easily but if I change the table Display = { Character = 'NEW VALUE', IconName = '/units/grunts/garcher01/garcher01_icon.dds', LoopingAtta

10 Replies 4,016 Views

Creates new tabs in the item store to allow you to place your own new items with out worrying about the layout. http://67.55.41.251/Demigod/ItemsTree.zip

5 Replies 21,193 Views

1.)Will fill in later. 2.) I used the DDS plugin from Nvida http://developer.nvidia.com/object/photoshop_dds_plugins.html To make your Icons 3.) It uses a tree. The easiest way to do it would be to make a button that hides the old tree and makes your new tree visible. That way you don't have to rewrite their code. Here is a beta thing for the item shop. It creates

6 Replies 1,638 Views

Because demigod maps /bindata and dgdata.zip to the same location Lua placed in /bindata still run at load up. So if you want to load lua at start up you can just place you LUA in the map directory or the heroes directory and it will load it in. Delete it if you want to play online as it prevent games from syncing.

5 Replies 2,908 Views

I'm slowly determining that making new Maps for Demigods may be impossible in a modding enviroment. The mod manger doesn't appear to load mods in the lobby screen. From my test it looks like even modding the scenerio files of a already created file won't allow new scmap files to be loaded due to the way demigod handles mod (I.E. it loads the SCMAP file before running the Hookscript. Which makes even replacing the old map with a new map impossible. The SDK does not appear to be a

4 Replies 2,287 Views

There are problem with the AI pathing and the fact that the lobby is blocked. The pathing is a complicated issues but may be solvable in the near future. The lobby block is something we have a solution for but it causes error if the other person doesn't have the mod installed (I.E. games won't start if a person plays against a person that doesn't have the mod installed.) Still waiting on stardock for a proper SDK

19 Replies 53,768 Views

On Conquest some of the towers (The ones closest to the base) on the dark side don't pop out of the ground until warscore 4 . This mod simply makes it so both light and dark start with the same number of towers. You can see what I'm talking about if you turn off fog of war and compare the light and dark side and the begining of the game on Zikurat.

4 Replies 30,924 Views

Basically they simply ignore the pathing data and treat the entire map as a open plane to walk on.

12 Replies 4,135 Views

Now for AI pathing. For Player the pathing is defined in the SCMAP file as height map. If everyone is playing Assasin I have no problem. The problem is the pathing for minions is controled via a series of markers. Usually referened with this code. ['LandPN92'] = { ['hint'] = BOOLEAN( true ),

12 Replies 4,135 Views

Okay sorry let me explain what I know. Basically Portal release grunt along a predetermined path called a CHAIN. The chain is made up of a sequence of points with lua code that looks like this ['PATH1_N_5'] = { ['color'] = STRING( 'ff800080' ), ['type'] = STRING( 'Blank Marker' ), &nbs

12 Replies 4,135 Views

GPG AI script is extremly frustrating to deal with (Refer to SupCom for more info.) They do pathing in a extremly odd way which is making it difficult to get the map out.

12 Replies 4,135 Views

I'm sorry to say right now alot of us are busy with our own stuff. Nearly all the number you want are in these two files. Simply edit them and make your own mod. \units\heroes\HEPA01\HEPA01_Abilities.lua \units\heroes\HEPA01\HEPA01_unit.bp The first control abilities the second controls his base stats. I would suggest just making it yourself and testing it.

36 Replies 8,117 Views