ZombiesRus5 ZombiesRus5

Show off your Sins model (pick a page)

Show off your Sins model (pick a page)

Think of this thread as something similar to conceptships.blogspot.com for the Sins community. Basically, a way for the community to share what they have created whether it makes it into a mod or not.

At a minimum post a screen shot of your model in blender, xsi, 3d object converter, etc or in game. If you have a name for your ship or story behind it, even better.

We are looking forward to seeing what you have created! :)    

Interested in importing your models into Sins?

Visit http://soase.weebly.com/modeling.html (thanks myfist0)
The soase.weebly is a compilation of many of the hard to find topics created by many experienced soase modders and extensively added to by myfist0. Check it out, you won't be disappointed.


From the beginning of this thread IskatuMesk has wow'd us with his models and ultimately released a video of his creations in Sins of a Solar Empire. This particular model was my favorite in the beginning and still stands out.

SivCorp looking to stretch new ideas from existing models managed to create several menancing models including the fantastic Vasari version seen here: (Vasari Flagship Sonar Kal'd used in the Distant Stars Mod)

 

It's my thread so a few of my stuff...

     Mass Effect Textures 

 

3,594,399 views 1,643 replies
Reply #776 Top

Well I have just started getting into modeling as im employed by a games company as a GUI designer. I take a fairly unorthodox way of modeling. Altho its faster than mainsteam model creation with far less polys. That ship i made is only just over 4000 polygons and it has no bump map layered on yet, with it, it looks sweet. What is the Maximum polys can a Sins model hold?

 

If you want to me to model your ships all i need is a side view picture of the ship. A drawing that of which i can detail up in cs4. Should only take 2-3 hours from start to finish.

 

Oh i was going to restart my old mod on the Pax Imperia Eminent Domain game as it has all the views i need. I just dont have a clue about Sins coding and frankly dont have the time to learn it.

Reply #777 Top

Quoting RipsterUK, reply 776
Well I have just started getting into modeling as im employed by a games company as a GUI designer. I take a fairly unorthodox way of modeling. Altho its faster than mainsteam model creation with far less polys. That ship i made is only just over 4000 polygons. What is the Maximum polys can a Sins model hold?
End of RipsterUK's quote

These are just general numbers, but helps give an idea.

  • Fighters: < 1k tri
  • Frigates: < 3k tri
  • Cruisers: < 5k tri
  • Capitalships: < 12k tri

Quoting RipsterUK, reply 776
If you want to me to model your ships all i need is a side view picture of the ship. A drawing that of which i can detail up in cs4. Should only take 2-3 hours from start to finish.
End of RipsterUK's quote

I guess first step would be to see if your models are compatible with Sins. Some modeling techniques don't work which is unfortunate. If you want, you can send me a model and I'll see if it's compatible.

Quoting RipsterUK, reply 776
Oh i was going to start a mod on the Pax Imperia Eminent Domain game as it has all the views i need. I just dont have a clue about Sins coding and frankly dont have the time to learn it.
End of RipsterUK's quote

I noticed you had an old post with that. How far did you get with the fleets?

Reply #778 Top

I made 18 of the ships from that game. Not fully textured, i create a totally different way now so models without a texture 1st are heading for the bin.. How would you want the model file? I normally export model meshes with texture map as an OBJ file. As then i can import into various applications.

Reply #779 Top

Quoting RipsterUK, reply 778
I made 18 of the ships from that game. Not fully textured, i create a totally different way now so models without a texture 1st are heading for the bin.. How would you want the model file? I normally export model meshes with texture map as an OBJ file. As then i can import into various applications.
End of RipsterUK's quote

Obj works good for me. I'll PM my email.

Reply #780 Top

That ship i made is only just over 4000 polygons and it has no bump map layered on yet, with it, it looks sweet. What is the Maximum polys can a Sins model hold?
End of quote

 

4k is pretty tiny. Sins can handle 50k. I have many models at nearly that size ingame without any problems, but anything over and the converter will not handle it.

Reply #781 Top

In fact, virtually, you have no limit...

If you make a 500k poly model, simply save it in block of 50k poly... the trick is to use particle... you make the first block in .mesh, adding 9 hardpoint for anchor the other block... other block ( .mesh too ) are called via particule effect and use the normal ship.fx shader...be sure to increase the max amount of particule in your usersetting.ini ...

Only problem is during construction in shipyard, only the first section will be visible... particle effect will kick in only after the launch...

The real limit is mainly the hardware... but sins can show a huge amount of poly on screen... i remember battle between 3 fleet having 100 or more ship on each side... this is a lot of poly onscreen !!!

Method can be used in mamy various way... by example, for the lower left model show in the main post ( http://www.love-from-russia.be/DSC.jpg )... can make it very interesting in sins... save/convert the back in a.mesh, the clamp in open postion in b1.mesh and closed position in b2.mesh, the front in c.mesh... a.mesh will have two hardpoint for b type and c type, along one hardpoint for a colony effect...

Showed normally in game, a + particle b1 + particle c ... once start colony, show a + particle b2 + some ignition particule effect, particule c is killed and used particule c1 who show the front part moving toward the planet ( like for bombardment weapons )... once planet is colonized, kill everything related to the colonyship and create a new a part who who act like a defense station ( back section with 6 torpedo tube, a heavy long nuclear range missile, and two 8 barrels flak gun )...

Well, it was my idea when i have make these model but since XSI hate me, all my idea are in sleeping mode until somebody able to use XSI find it interesting... hmm, not really fully my idea but i have take it from http://www.youtube.com/watch?v=6Ck6Hcg2cjk ... model is made from these video too... can make it in sins look like in the end of the video, section separate, forward section land for colonize, and end section remain in space for orbital defense...

Any way, the point is the only real limit is your hardware, that trick allow you to use more that 50k poly for a model... at modeling level, it simply mean that you need to work in a modular way... and more important, thinking outside the box can lead to very interesting result... anyway, you need to know what trick will be used before begin to model...

A other example of thinking outside the box... people wish/ask dev for turret who track target... well, in some case, it can be possible to make it like in the pic below :

How? Simply model the ship without turret, but with the turret door... with the weapons hardpoint on them... create a firing particle effect who include the turret... in combat mode, turret will appear on the door, firing at target... since the turret is part of the firing particule effect, the turret will always be targeting at the ennemy... no more turret orriented on the left, firing at almost 90 degree to the front...

The trick with multiple mesh, particle, and fx can be used for a lot of thing... the B5 mod have use it first for make the rotating section from the Omegaship... but it can be recycled for make moving texture, light emiting section, stealth ship ( almost transparent, sins support it via his shader FX ), etc...

Reply #782 Top

Ok done some remapping, had some errors with normals but have finished the entire model (without engine). 8348 polys total.

 

Zombie i'll send you the obj tomorrow quite late here in the UK.

 

 

 

 

 

Reply #783 Top

Quoting Thoumsin, reply 781
the B5 mod have use it first for make the rotating section from the Omegaship...
End of Thoumsin's quote


Actually it was TFL_BigBangTheory, we just used his technic

Quoting RipsterUK, reply 782
Ok done some remapping, had some errors with normals but have finished the entire model (without engine). 8348 polys total.
End of RipsterUK's quote


Looks godly!!!

Reply #784 Top

kind of looks like a plasma repeater from halo reach.

Reply #785 Top

Quoting FredLed, reply 784
kind of looks like a plasma repeater from halo reach.
End of FredLed's quote

Haven't played halo reach, but this really looks sort of like a cannon

Reply #786 Top

lol its nothing like that weapon.

 

Ive began to work on models for a Pax imperia mod im slowly making. 2 races done and now just adding textures and bumps. Here is one cruiser 5,116 pollys.

What you think? btw the grey is gonna get a reflective shine.

+1 Loading…
Reply #787 Top

Here's a couple of ingame shots of the new Tyrant battleship the Xin are going to get to play with:

Reply #788 Top

NICE ManSh00ter. but what are those blue things on the bottom?

Reply #789 Top

Cojones. :p

No, those are energy emission globules. Bigger Xin ships use them as a form of communications device, especially to coordinate their own combat drones (different and smaller than assault drone frigate analogs) and some ships can even use them as a makeshift point-defense weapon.

Reply #791 Top

Just had to share the in game render of the model I've been working on for the DS mod team.   Enjoy!

 

Reply #792 Top

hmmm... I think I've seen this somewhere... :P

It's a great model. You outdid yourself, man. Now all the other flagships are gonna be envious.

Reply #793 Top

lol I remember that model xD

Reply #794 Top

Here's a new model I made, it's not smoothed yet to give it the curves I usually have with my ships. Been making use of the bump function of wings3d now since I noticed I get fit in more details with it to make the ships stand out more. I'm also looking for suggestions on how to make the models more detailed prior to texturing.(mainly other functions of the modeling program I can use to utilize.)

final part, the rear section with the engine, I still need to go and do lol

Reply #795 Top

Are you using wings 1.4.1?

Reply #796 Top

fredled how are those models i sent you coming along??

Reply #797 Top

Quoting FredLed, reply 795
Are you using wings 1.4.1?
End of FredLed's quote

for that model yeah it's 1.4.1, I also have version 1.0.2 on my computer. I find that 1.0.2 allows me to do more with the extrude option then 1.4.1 does.

Reply #798 Top

I am working on my own meshes...

Probably a stupid question, but here it is:

How do I get to edit the texture projections in XSI?

I know how to link them up and adjust them, but how do I actually texture them?

Reply #799 Top

its not a stupid question :)

if by texturing you mean by making them then i cant help you  :(

there is a tutorial around here somewhere

Reply #800 Top

You do that in the Texture Editor. Shortcut is Alt-7.