Chirmaya

Chirmaya

Joined Member # 3137764
1 Posts 5 Replies 15,895 Reputation

Thanks for reporting this. Sadly, the items not showing is due to the item setup not having an icon image for the buff, and the incorrected image of the glove is also caused by the incorrect image linked via the item setup. I could have normally worked around this easily, but it seems that buffs that do not have icons do not show up in the buff information that the UI has access to. As far as I can tell, unless the items themselves are fixed in a patch, these will not show up correctly.

86 Replies 35,018 Views

[quote who="Ptarth" reply="15" id="2461235"]My next plan is to work on the above plus explore her specTeam.dds more. I'd like a transparent crystal version of her, as well as be able to accurately place the various lighting effects. My attempts thus far have been unsuccessful.[/quote] Have you messed around with the shaders on the Queen at all? Here is a list of some from the beta times: http://demigod.wikia.com/wiki/Shaders

55 Replies 24,212 Views

Great work so far! That more-optimized dark skin looks really nice. As far as adding randomizations go, I am pretty sure that the mod would have to be a non-UI mod. The easiest way of doing it (I think) would be via code in the queen's script file, swapping out the associated texture/mesh before the character is loaded.

55 Replies 24,212 Views

What version are you using, pissanusak? I recall fixing a glove issue like that earlier. Please let me know if it doesn't work in the up-to-date version. And yeah, bman is right. Players have access to the enemy gold information, so that it something that GPG would have to block. I mean, I could to make it more fair by manually blocking it... hmm... I'll try to fix that when I get some more time.

86 Replies 35,018 Views

1.4 is now out! Just added a consumable item, favour item, and gold display. Thanks for all of the comments. If you want any more changes, please let me know. Perhaps making it only show gold for demigods =P I will try to get that fixed soon.

86 Replies 35,018 Views

Currently, that file already runs its code before the mod runs its own, so you already have that commented out layout. "Layout" stores tables in a table. Layout[1] is the first entry in the table Layout, so: Layout[1] = {'Item_Boot_010','Item_Boot_020',} or Layout[1] = { 'Item_Boot_010', 'Item_Boot_020', } while: Layout[2] = {'Item_Boot_040','Item_Boot_030',} or La

3 Replies 17,124 Views

The team colours are single colours, so you won't be able to get camo as a team colour. There is a really good tutorial here about how the albedo and specteams are setup: http://forums.gaspowered.com/viewtopic.php?t=17224

12 Replies 43,575 Views

Features: - Fixes the /squelch and /ignore commands. They currently do not work fully without this mod. (only normally works if the player's name that you are squelching is already all lowercase.) Notes: This is a User-Interface mod, so it doesn't require anyone else to have it installed. How to Install: Extract the folder into the Mods directory for Demigod. eg. C:\Program Files (x86)\Stardock Games\

17 Replies 9,191 Views

Do you get the message that you squelched them? Edit: Ah, just tested. It says that they are ignored, but they aren't. Going to look at the code. Edit: Ahah, fixed it! Now to wrap it up into a mod! Edit: You can find it here: http://forums.demigodthegame.com/369899

7 Replies 8,100 Views

DDS stands for DirectDraw Surface, and is used in a lot of games as textures and other images. They function pretty much like a regular image file, and some of them will hold alpha maps. Adobe Photoshop Plugin: http://developer.nvidia.com/object/photoshop_dds_plugins.html GIMP Plugin http://nifelheim.dyndns.org/~cocidius/dds/ <p

12 Replies 43,575 Views

I am pretty sure that they do the same thing essentially. Perhaps certain programs format them in different ways, I am not too sure. personally, I use '--' for descriptive comments and '#' for commenting single lines out, and the '--[[ blahblah ]]--' for blocks of text. Maybe '#' is just faster since it is a single character. Me no know =3

86 Replies 35,018 Views