HELP! with Weapon <configuration> code please...

Freeform discussion about anything related to modding Transcendence.
User avatar
Ttech
Fleet Admiral
Fleet Admiral
Posts: 2767
Joined: Tue Nov 06, 2007 12:03 am
Location: Traveling in the TARDIS
Contact:

@regroch it means you need to come up with a new id. :)
Image
Image
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

Code: Select all

configuration=         "dual; spread5" 
tested: will not work, it doesn't crash, but you will have a single shot.
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

Ttech wrote:@regroch it means you need to come up with a new id. :)
there's a guide here for giving each player/modder a unique id to eliminate duplicate unid errors/conflicts with others, and tips to organize unids.

and a blank mod template to start with.

Code: Select all

<?xml version="1.0" ?>
<!DOCTYPE TranscendenceExtension
[
	<!ENTITY unidExtension					"0xD2119f31">

]>
<TranscendenceExtension UNID="&unidExtension;" version="0.98d">


</TranscendenceExtension>
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

@digdug- yeah, the configuration="type" only takes one value, to get the effect you wanted put it in a <configuration> tag.

I am not sure about what spread5 would look like in code, but if you look at the itDevastator weapon configuration in the posts above, you can see how I got a dual dual shot. Playing around with the angles should get you a spread you want.
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

I like your Devastator weapon, Periculi.

BTW I have a list of custom Configurations that I collected or made from scratch, give me a little of time and I will post all of them.
Post Reply