Jump to content

Help me make my mod!! it will be great :D


gustavowizard

Recommended Posts

I was wandering if someone tried to do any of those, have tutorials link or something..

thanks!

1) Add the Psion powers to the xenonauts.

2) Add Aquatic missions :D i know its crazy but maybe not impossible.

3) Adding a Aircraft there are some coordinates or numbers called SlotPositions, they are like this:

<Cell><Data ss:Type="String">870;180;870;680;360;130;320;300</Data></Cell>

i was wandering what they mean and why the game need this, -> i want to add new interceptors, any tutorials?

Link to comment
Share on other sites

why u cant add psion powers to soldiers?

about the coords, if thats it, then cool add a aircraft seams simple enough ... i will try today!

still about aircraft, is it hard to make a interceptor carry 1 soldier and land on missions? i notice vehicles pictures (frames or wtv they are called) are quite less than soldiers, just some 4 positions and such destroyed pics, i was wandering how hard would be to do this; make a interceptor land and carry 1 dude

thanks!

sorry my english btw

Edited by gustavowizard
Link to comment
Share on other sites

hum i see well no biggy, im now working on new projectiles, i can make new ones fine on photoshop but coding new maths is hard, what i want to do is a beam, like a star trek phaser, buti dont understand this part:

<framelist>

<frame regx="300" regy="300" x="0" y="0" w="600" h="600" name="blueheavylaser.png" />

</framelist>

<timeline name="main" frametime="50" totaltime="50">

<keyframe frame="1" />

</timeline>

i know w and h are the images dimensions, what i want to know is how to create a sequence of frames for the beam, this one above is from the Division=-X mod, from laserbeams, i want some like that but when i use it on my mod it dont work like on his mod, something is missing i think, in any case i want to learn to makemy own..

<frame regx="0" regy="0" x="0" y="0" w="50" h="3" />

<frame regx="5" regy="0" x="0" y="0" w="55" h="3" />

<frame regx="10" regy="0" x="0" y="0" w="60" h="3" />

<frame regx="15" regy="0" x="0" y="0" w="65" h="3" />

<frame regx="20" regy="0" x="0" y="0" w="70" h="3" />

<frame regx="25" regy="0" x="0" y="0" w="75" h="3" />

<frame regx="30" regy="0" x="0" y="0" w="80" h="3" />

<frame regx="35" regy="0" x="0" y="0" w="85" h="3" />

<frame regx="40" regy="0" x="0" y="0" w="90" h="3" />

<frame regx="45" regy="0" x="0" y="0" w="95" h="3" />

<frame regx="50" regy="0" x="0" y="0" w="100" h="3" />

<frame regx="55" regy="0" x="0" y="0" w="105" h="3" />

<frame regx="60" regy="0" x="0" y="0" w="110" h="3" />

<frame regx="65" regy="0" x="0" y="0" w="115" h="3" />

<frame regx="70" regy="0" x="0" y="0" w="120" h="3" />

<frame regx="75" regy="0" x="0" y="0" w="125" h="3" />

<frame regx="80" regy="0" x="0" y="0" w="130" h="3" />

<frame regx="85" regy="0" x="0" y="0" w="135" h="3" />

<frame regx="90" regy="0" x="0" y="0" w="140" h="3" />

<frame regx="95" regy="0" x="0" y="0" w="145" h="3" /> ..... and goes until it reachs regx=2000!

isnt a better way to code this btw? like a interval instead of typing each frame?

Link to comment
Share on other sites

Nope! You have to specify every individual frame. I believe I have already directed you to the original thread and original mod for laser beams - you should really read that for any inspiration.

EDIT: You could write you own program which automatically writes everything into a text file - when Xenonauts was still in beta, that's what one enterprising chap did to make maps.

Edited by Max_Caine
Link to comment
Share on other sites

oh thanks a lot man.!

yeah im trying to add new alien unit now, i put the folders with the tons of images of them on the correct place, i 'insert' entrances for each on aiprops, on items and on string, and finnaly on the ufocontent of the scout and lightscout of ceasans (witch im trying to add, 4 new colors shirts), but still all i get are guards and non-combants, for some reason the game is not loading them, did i miss any file??

thanks again

Link to comment
Share on other sites

Do you have the modded files in the right place? That's a common problem.

EDIT: I've had further thoughts about "interceptors which can carry soldiers". You can't do that, but you can make dropships which carry soldiers and have weapons (aajs proved this), so you could do it like that.

Edited by Max_Caine
Link to comment
Share on other sites

hum im testing with the images from the X-Division mod,then i ll make my own.

The images are on the right place (they are the same of the game but with different shirt colors for Caesans)

modname/units/alien/doctor, still the game wont read them for some reason, it wont crash too, just is not using my mod files and uses the X:CE ufocontents instead

here is the insertion on aiprops:

<Rank MODMERGEATTRIBUTE="type" MODMERGE="insert" type="doctor">

<Props APs="50" Resilience="45" Strength="60" Accuracy="60" Reflexes="50" Bravery="40" />

<Decision MinimumAccuracy = "0.35"/>

<Armour kinetic="0" energy="70" chemical="0" incendiary="0" />

<Items killed="Items.CaesanNonCombatantCorpse" stunned="Items.Caesandoctor" />

<BloodHitSprite name="particles/hit_alienblood/hit_alienblood" />

<Equipments>

<Equipment>

<PrimaryWeapon name="weapon.AlienPlasmaPistol" />

<Belt>

<Item name="ammo.alienplasmacell" />

</Belt>

</Equipment>

</Equipments>

</Rank>

and i made the add on ITEMS and STRINGS too, maybe im missing something?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...