Page 1 of 2

To Do List (R&D)

Posted: Sat Dec 06, 2008 10:30 am
by Sparky
Research and Development
  • Map File Analyses
  • Scen vs. Vehi tags (fixing blue warthog spawn glitch)
  • Using Mach tags and their Ctrl tags
  • Other File Analyses
  • Application file
  • Sounds file
  • Gametype files - Sparky
  • Memory Analyses
  • HUD (see chat during post game results)
  • Fly camera

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 12:55 pm
by Altimit01
Sparky wrote:Research and Development
  • File Analysis
  • Application file
  • Sounds file - Point of order
  • Gametype files - Sparky
  • Memory Analysis
  • HUD (see chat during post game results)
  • Fly camera
The sounds.map file is identical to the bitmaps file in organization which conure bothered to figure out a while ago. The files are either in adpcm format which is very easy to wrap in a riff container or in ogg vorbis. The problems with sounds in general are all related to the meta files and organization. The meta files do some weird things with linking together multiple smaller sound files to create a full length song but I think from CE we know that isn't a necessity. Just a matter of understanding the meta file enough to be able to import new any length songs. Until then it'd require importing into existing slots which have their own problems. Sound files have to be constrained to both be X file size long, but also Y sound length to work with importing into existing locations. Because of the way the chosen compression works for bitmaps getting an image of X file size and Y dimensions is not a difficulty as the two variables are directly related. The relation for compressed sounds however is more efficient meaning that two different sounds both 5 seconds long will compress to different file lengths. If the built image compression had been something like jpeg the same issue would occur.

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 1:50 pm
by TaxiService
Ask Jonathan about the gametypes. i think he knows them better than himself!

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 4:46 pm
by Kiyoshi
TaxiService wrote:Ask Jonathan about the gametypes. i think he knows them better than himself!
....wait...what? lol

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 5:16 pm
by Rofldonutburger
It is possible to make a gametype which can make all vehicles spawn?

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 6:49 pm
by Kiyoshi
Rofldonutburger wrote:It is possible to make a gametype which can make all vehicles spawn?
Yes...yes it is i believe not that hard >_>

Re: To Do List (R&D)

Posted: Sat Dec 06, 2008 9:06 pm
by seabeast
Yeah. In FMP (Fonzie's Modding Pack) There was a thingy called Taxi's gametype builder.

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 12:09 am
by Rofldonutburger
I meant custom CE vehicles

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 6:31 am
by Sparky
So you mean be able to spawn more than 6 (or 5?) kinds of vehicles per map? I think that's stored in the matg tag somewhere as a game global.

Eh... otherwise, swap into a scen tag (scnr dep swapper) and make a gametype where the vehicles don't respawn. Experiment with making all the vehicles in the scnr tag the same kind.

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 10:36 am
by seabeast
Lol otherwise they respawn at blue base. Custom CE wraith+warthog at blue base=Warthog flies up onto the sniping ledge you can only get to on shees.

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 2:41 pm
by Rofldonutburger
It's not really "CSS" if you swap it with another piece of scenery, since my friends see the vehicles as spawned ones even tho it isn't :O

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 7:49 pm
by A Developer
Sparky wrote:Research and Development
Other File Analyses
Application file
LAWL

I know where that source is.

Btw what are you talking about scen vs vehi? You cannot have vehicles be scenery in halo on the mac.

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 9:46 pm
by Sparky
A Developer wrote:
Sparky wrote:Research and Development
Other File Analyses
Application file
LAWL

I know where that source is.

Btw what are you talking about scen vs vehi? You cannot have vehicles be scenery in halo on the mac.
I mean that when we swap a scen with a vehi tag, the vehicle doesn't respawn in its original place.

I don't think it's a problem with the gametype, because we can move vehicles without problems. If it were a gametype problem, this would lead me to believe that the gametype is referencing the vehicle's specific tag location within the map, or that the vehi tag had something extra that is not transferred in our swapping process. The former issue would probably not be the case.

Anyway, it's called the "blue warthog respawn glitch" because when the vehicle respawns, it gets piled on top of the blue warthog's location. This means that there is an issue with the spawn location data, which I'm assuming is found in the scnr tag or the vehi tag. I doubt it's a part of the gametype, because you can move vehicles without problems. My hunch is that there's some extra code in the vehi tag that needs to be included when we swap.

Re: To Do List (R&D)

Posted: Sun Dec 07, 2008 10:28 pm
by Modzy
Sparky wrote:My hunch is that there's some extra code in the vehi tag that needs to be included when we swap.
Its the Scnr. <_<

Re: To Do List (R&D)

Posted: Mon Dec 08, 2008 10:45 am
by Dirk Gently
Sparky wrote:
A Developer wrote:
Sparky wrote:Research and Development
Other File Analyses
Application file
LAWL

I know where that source is.

Btw what are you talking about scen vs vehi? You cannot have vehicles be scenery in halo on the mac.
I mean that when we swap a scen with a vehi tag, the vehicle doesn't respawn in its original place.

I don't think it's a problem with the gametype, because we can move vehicles without problems. If it were a gametype problem, this would lead me to believe that the gametype is referencing the vehicle's specific tag location within the map, or that the vehi tag had something extra that is not transferred in our swapping process. The former issue would probably not be the case.

Anyway, it's called the "blue warthog respawn glitch" because when the vehicle respawns, it gets piled on top of the blue warthog's location. This means that there is an issue with the spawn location data, which I'm assuming is found in the scnr tag or the vehi tag. I doubt it's a part of the gametype, because you can move vehicles without problems. My hunch is that there's some extra code in the vehi tag that needs to be included when we swap.
Sparky, talk to me, I got that covered.