Jump to content

Hi, i was looking at someone topics....


Recommended Posts

Posted

Hi, i was looking on other topics and i notice the program duneEX.

Where can i find this program?I would like to mod buildings and such thanks...

Oh theres some other things i need help with:

[iNFRCampfire]

Xaf = "IN_FR_Campfire"

Icon = "iconsHK_AsTank.tga"

IconGrey = "iconsgrey_HK_AsTank.tga"

SideBarType = "Buildings"

Posted

What kind of error are you getting?  Or do the build options simply not show up?

If the latter, do you have the "art.txt" and "rules.txt" files in your "/Emperor/Data/MODEL" folder?

Posted

Yea im getting error like for the units..they are just built but wont go out of the factory and for the model thing..yes they are in the emperor/data/model folder.

Posted

OK, on the quad, you need the line "UnitGroup = FromFactory".

As for the buildings, what is the problem with them?  Your code should work...

And what do the pictures attached to your last post have to do with anything?

Posted

Well i was able to change the blue to gold by changing the delta of the laser...but other than that i can change it to anything else.

Posted

You can change the colour of a laser weapon as the colour is set by the file systemmissiletrail_32.tga

Rules for laser_b bullet is usually as follows:

[Laser_B]

MissileTrail=4          <------This line sets the colour, 4 = blue

MissileTrailSize=1      <------If you want the laser to look  bigger increase this number

MissileTrailWiggleFreq = 80 <---Never played with, unknown effect

MissileTrailWiggleScale=6  <---Never played with, unknown effect

MissileTrailLength = 7  <------If you change the maxrange, adjust the length (3 less than maxrange)

MissileTrailDelta = 0.8

MaxRange = 10  //was 9

Speed = -1 // Conceptual

//Speed = 28//14.0

ExplosionType = ShellHit

Debris = DebrisSmall

Damage = 400

Warhead = Laser_W

BlowUp = TRUE //infantry death anim

IsLaser = TRUE          <--------This line tells EBFD to blow up on contact with shield

The following example is the Corrino SuperLaser fom my Conflict of the Landsraad Mod and uses an orange laser that does not react to shields:

[LaserTurret_B] // Corrino SuperLaser Gun weapon

MissileTrail=5

MissileTrailSize=3

MissileTrailWiggleFreq = 80

MissileTrailWiggleScale=6

MissileTrailLength = 9

MissileTrailDelta = 0.8

MaxRange = 12  //was 9

Speed = -1

Debris = DebrisLarge

Damage = 1500

BlastRadius = 96

Warhead = DevPlasma_W

ExplosionType = Shellhit

BlowUp = TRUE //infantry death anim

ReduceDamageWithDistance = False

Antiaircraft = True

The biggest problem is lack of colours, but as you have succeeded in using the delta line to tweak colours that may increase the potential numbers. Gold was in fact the colour I wanted for the Corrino weapon, so thanks for your info!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.