I figured out Weather Raw

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

I figured out Weather Raw

Post by grimdoomer »

Well I have been working on Weather Raw today, and it's surprisingly very easy. It's based on two blocks, Placement, and Rotation. When the map loads, it places particles in all of the placement spots. They then fall a ramdom distance, pick a random rotation chunk, rotate, and repeat.

I wrote some ghetto code to simulate this, although I used verts and did not implement the rotation proccess due to my limited knowledge of Xna. Here is a video. Sorry for the horrible frame rate.

Here is the weather raw layout.

Code: Select all

Header
  HeaderBlock - chars[4]
  DataSize - Int32
  PlacementCount - Int32
  Null - Int32
  RotationCount - Int32

Placement Block
  X - Float
  Y - Float
  Z - Float
  Unknown - Int32
  Null - Int32

Rotation Block
  Null - Byte[12]
  l - Float
  j - Float
  k - Float
  w - Float
  Null - Byte[4]
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
User avatar
Eaton




Enthraller

Posts: 1639
Joined: Thu Jun 14, 2007 4:16 pm
Location: USA

Post by Eaton »

Probably one of the best discoveries of 2009 so far. :)
Image
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

Wow nice job with this
Image
User avatar
kibito87




Stylist Connoisseur Advisor Bloodhound
Droplet Articulatist 500

Posts: 3461
Joined: Mon Feb 21, 2005 7:49 pm
Location: Ohio
Contact:

Post by kibito87 »

Wow dude, that's a fantastic implimanentation into a modding program if that's what you plan. Fantastic! You are proving to be quite the researcher! I must applaud you.

Also, thank you for the time and effort you have putting into H2 xbox.
Image
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Post by grimdoomer »

Thank you :D
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post by -DeToX- »

Cool I guess. Simple though eh.
Image
User avatar
xXFeRcHoXx





Posts: 155
Joined: Thu Nov 22, 2007 3:11 pm
Location: Michoacan Joined: 06 Sep 2003 Posts: 1337

Post by xXFeRcHoXx »

I'm glad starting the 2009 with a new discovery!

Thanks a lot, Grim! :D
Eaton wrote:Probably one of the best discoveries of 2009 so far. :)
The best... and the first :)
I can has limitless potential?
Post Reply