Mygeeto Released!
Moderator: Moderators
- jango
- Command Sergeant Major

- Posts: 272
- Joined: Mon Jan 19, 2009 8:05 pm
- Projects :: too many
- Location: A galaxy far far away...
Mygeeto Released!
I have finally finished remaking mygeeto for swbf1. It also has destructable buildings in it. http://files.filefront.com/Mygeeto/;139 ... einfo.html
-
BattleBelk
- Private First Class
- Posts: 77
- Joined: Thu Jun 28, 2007 7:08 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Russia
- Contact:
Re: Mygeeto Released!
sky is wrong, sun direction, terrain and collision problem
I just have some experience with Mygetto. I can create it with turrets and tanks and fix all collisons. Maybe I will release it too
I just have some experience with Mygetto. I can create it with turrets and tanks and fix all collisons. Maybe I will release it too
Hidden/Spoiler:
- jango
- Command Sergeant Major

- Posts: 272
- Joined: Mon Jan 19, 2009 8:05 pm
- Projects :: too many
- Location: A galaxy far far away...
Re: Mygeeto Released!
how can you fix collision?
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Mygeeto Released!
I believe they're called com_inv_col16.odf, com_inv_col32.odf, and com_inv_col64.odfTeancum wrote:Just so you guys know - the engine was updated for SWBF2 with better collision detection, which is why collision is weird in SWBF1. In SWBF1 there were lots of 'holes' where there shouldn't be, but it was fixed for SWBF2. There's an invisible collision object that will allow you to put invisible collision 'bricks' and make invisible walls, floors, etc to get around that.
-
BattleBelk
- Private First Class
- Posts: 77
- Joined: Thu Jun 28, 2007 7:08 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Russia
- Contact:
Re: Mygeeto Released!
Only problem is:
for swbf1
But there is a way, couse
Example:
So after munge it will 31 primitives + 1 collision mesh (all collision meshes merged in 1). And it works but in some cases need to use XSI aswell.
I recomend to use Ultimate Unwrap 3D for count collision primitives
All collision primitives and meshaes inside MODL chunk in msh and name after NAME
Collision primitives should be only child in Bones hierarchy
And also swbf2 use name of collision for setup special Vehicle,Soldier but in swbf1 you need to set it in ODF
for more information refer to artguide in both mod tools and also Riley's site
for swbf1
for swbf2There is a limit of 32 collision primitives per model (or 31 primitives + 1 collision mesh).
Thus swbf1 cant callculate collison objects more than 32, as result glitch.The maximum allowed number of collisions per object is now 64 That is, 64 TOTAL objects, so:
64 primitives
-or-
63 primitives and one collision mesh.
But there is a way, couse
Main idea is to use hexedit for rename extra collision primitives (more than 31) to collison meshes.Remember that all collision meshes are merged into one mesh at munge time
Example:
Code: Select all
p_-so-rob43 -> collision43I recomend to use Ultimate Unwrap 3D for count collision primitives
All collision primitives and meshaes inside MODL chunk in msh and name after NAME
Collision primitives should be only child in Bones hierarchy
And also swbf2 use name of collision for setup special Vehicle,Soldier but in swbf1 you need to set it in ODF
for more information refer to artguide in both mod tools and also Riley's site


