![]() |
Modding Help
I have a list of specific questions. I looked through the DOM3 UOR modding manual v317. I couldn't get the newer one to work, I kept getting a CRC error when I tried to unzip the file from here. If someone could e-mail it to me, that would be great. I can PM you my e-mail account. =\ After looking through the manual, I couldn't find a command for certain things I wanted to do. So, here come the long list of questions.
If a command is not listed in the manual, is it impossible to add the effect? Case in point, C'Tis's miasma is not presented as a command that you can add to a nation. But could I use C'Tis as a base nation somehow, clear all the units, and still get the miasma effect? If so, is the +% gold per dominion tied to the miasma effect? Many underwater nations have different recruitment rosters on dry land then they do in the water. Is this moddable, and how do I do it if it is? I think that's everything for right now. Jazzepi |
Re: Modding Help
First off, the UOR Modding Manual is obsolete. Has been for months. Back when version 3.20 came out, the UORMM had been turned to the official manual and updated. That one is now included in the patches. So if you just read the modding.pdf file in the doc folder, you will have up to date instructions. The most up to date public version is 3.21 that came in the last patch.
Miasma is not moddable, but you could use MA C'tis as basis and use the #clearrec command to remove their recruitable roster. Separate recruitment lists for land and underwater forts are currently not moddable, but they would make for an excellent wishlist item. I'll add that later. |
Re: Modding Help
Had some more questions.
Is there a way to add my own sound effects to the game for unit attacks? Where can I find a list of all the effects that can go on #secondaryeffect? I'd like to have a unit that explodes when it dies. Either doing damage, but probably just spreading a negative status effect on the enemies. What would be a good way to model this? Right now I'm just sticking with monster editing, I haven't dabbled into spell effects, so if it requires spell effects to do, please be explicit in your answer! :) Jazzepi |
Re: Modding Help
Quote:
2) Try Edi's Dom3 DB and it's list of weapons. Any weapon (even one that you modded yourself) can be a secondaryeffect. 3) Hmm. Tricky. a)You can make a unit that will *very* likely die when it attacks b) make a spell that will center a massive blast on the caster. That's all I can think of now. a) You could make the unit extemely low hp and give it an AoE attack to which it will most likely die. b) Here's the partial code for the spell anwser. Code:
#newspell |
Re: Modding Help
Thanks for the quick answer.
I have some code to share. It will give you a hint of what I'm working on. My problem is that when the boomer unit does its attack I have two issues. 1. I'm not getting anything flying through the air. They clearly stop and "attack" but I don't see any projectile. I'd love to have a particle effect like the dragon's breath uses. 2. The poison never takes hold, ever. Even when units take the 1 point of damage, the virulent disease poison doesn't work. I'd like to note that I've gotten that poison to work on another weapon I've been using for a different unit. Also, I checked out the sound command. I was curious if /I/ could record a sound and add it to the game somehow, or if I had to use the other unit's sounds. I have a nice recording setup, and I could do a great BLARGGHHHH for the vomiting. Jazzepi Code:
#newmonster2605 |
Re: Modding Help
1) I was under the impression that someone has mapped the weapon flysprites, but I'm not sure. Forum search? You could give it arrow flysprite or something when testing. You could give the weapon explosion sprite. Looking at the mapped explsprites, 10139 is "Exploding Bile".
2) You can't use both #secondaryeffectalways and #secondaryeffect for the same weapon. You need to make a "chain" of weapon effects. At least didn't work for me a while back. 3) The sounds are hardcoded. It's probably not possible to record your own sounds and use them. |
Re: Modding Help
Quote:
2. Makes perfect sense! And yes, it still works like you think it does. Thanks for the help :9 Jazzepi |
Re: Modding Help
L4D eh?
You can change a sound file that is rarely used to something else and then point to its number. Forum search or looking in the modding tools bit of the mod lsit should provide what you need. |
Re: Modding Help
2) You can't use both #secondaryeffectalways and #secondaryeffect for the same weapon. You need to make a "chain" of weapon effects. At least didn't work for me a while back.
Could you show one of your chains of weapon effects? |
Re: Modding Help
Quote:
But, yes, it's basically the boomer from L4D. It should fit well with the nation's theme. Jazzepi |
All times are GMT -4. The time now is 11:42 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.