not giraffe has contributed to 788 posts out of 465278 total posts
(.17%) in 3,108 days (.25 posts per day).
20 Most recent posts:
https://twitter.com/HaloCEmaps/status/1292253639663390721
Quote: --- Original message by: il Duce Primo complex geometry Do you mind highlighting it for us simpleminded folk? Because I'm not seeing it, chief.
Edit: Never mind, I understand now. The layout is complex and perplexing. I suppose you'll need a degree in navigation to figure this out.
Edited by not giraffe on Aug 25, 2019 at 04:22 AM
Quote: --- Original message by: SBB_MichelleQuote: --- Original message by: not giraffeQuote: --- Original message by: SBB_MichelleWe have: - A lovely cute-animals channel
Catering to furry/zoophile freaks? Nope, just cute animals. The type that everyone likes. https://i.imgur.com/Zkc0oiU.png Edited by SBB_Michelle on Jun 13, 2019 at 03:02 AM If someone were to start awooing in that channel, it'd be fair to expect them permanently banned, right?
Quote: --- Original message by: SBB_MichelleWe have: - A lovely cute-animals channel
Catering to furry/zoophile freaks?
Quote: --- Original message by: Prismatica7
I'm trying to install Custom Edition to my Combat Evolved copy from my CD. Halo Combat Evolved and Halo Custom Edition have separate installs.
Halo Custom Edition installer: https://opencarnage.net/misc/HaloCE%20Installer.zip Halo Custom Edition 1.10 patch: https://opencarnage.net/misc/HaloCE%201.10%20Patch.zip
If you have the time then you might also find looking at this to be useful: https://opencarnage.net/index.php?/topic/7383-the-halo-ce-ultimate-enhancement-guide-updated-260319/
Edited by not giraffe on May 5, 2019 at 07:27 PM
Do you have Halo Combat Evolved installed or Halo Custom Edition?
It died in 2016 when Halonimator released Planet Flood.
Come again?
sparky, I can see you've got talent. Have you ever considered publishing bedtime stories? Just an afterthought, considering you nearly put me to sleep. I'd hate to see such talent go to waste. Not to mention the people suffering from insomnia that could benefit.
Quote: --- Original message by: HandofGod Lol MEGASEAN and sparky should just have a 1v1 on someone's dedicated server and loser can't post on here for a year 1v1 in bed. Sean will have sparky screaming "OH JESUS!" by the end.
It is time consuming. You could invest your time into learning, or you could follow the noble path by finding people to leech off of.
https://www.youtube.com/watch?v=HHVmD-RU-fk&list=PLsYFcdY5bHyKaq_pA2nUJ1qkreXemLsnV&index=1
http://halocetutorials.tk/
sparky is a fake Christian. He's not even welcomed at church.
Quote: --- Original message by: sparky one could simply open the file in a hex editor, find the OGG Vorbis header and copy/paste from there into a new file and open the new file with a sound editor. Audacity and GoldWave allow you directly open sound tags that have ogg compression, without editing the file.
Quote: --- Original message by: sparky but merely the reference to the tag's pathname string -- the directory path of the tag -- is altered... and much to the chagrin of the person who did that, because now we don't know how to attribute credit, or who recorded the music. "sound\onotix\speed.sound"
http://www.mediafire.com/file/1bhaxl4vuv3ufba/tag_2715.zip
You should able to drag it into Audacity (maybe even Goldwave) and then convert it. Edited by not giraffe on Mar 21, 2018 at 01:42 AM
Your best option is to extract the tag and convert it to mp3. Edited by not giraffe on Mar 21, 2018 at 12:04 AM
NETGAME EQUIPMENT is only for multiplayer games. Instead, place objects under WEAPONS and/or EQUIPMENT.
%userprofile%\Documents\My Games\Halo CE\hac\preferences.ini
While that argument is ogg quality, it is also interchangeable with ogg bitrate. As I mentioned, if you want then you can specify a bitrate between 32000 and 256000. Using Ogg quality gives a variable bitrate, while specifying a bitrate will try to maintain an average bitrate.
When specifying a bitrate, tool allows a minimum input of 16000. However, a value less than 32000 will cause an error while compressing. It can be fixed by modifying the minimum float to 32000 instead. Also the maximum bitrate of 256000 can be modified to a higher value of 500000.
After some testing it seems max bitrate varies depending on kHz and audio channel count. The bitrates of the quality levels I had mentioned assumed you were using 44 kHz stereo, however it seems the actual bitrate is dependent on kHz and audio channel count. These are the max values you can use without getting an error while compressing: 22 kHz mono max bitrate is 90000. 22 kHz stereo max bitrate is 180000. 44 kHz mono max bitrate is 240000. 44 kHz stereo max bitrate is 500000.
This might be a bit too confusing for the average user, so ogg quality is probably easier to use.
Also, it seems -0.1 is invalid because of a rounding error. It is stored as a double while the input argument is a float. Changing the hex value to a float and assembly to load it as a float fixes the issue. The hex value can also be changed to as low as -0.2 which is ~32 kbit/s for 44 kHz stereo, but only if you are using the aoTuV dlls.
EDIT: I noticed the ogg vorbis dlls you included with your app are official, rather than aoTuV (allows compressing with lower quality settings and improves compression quality). With the official dlls the minimum bitrate you can specify is 45000 instead of 32000. This also changes the bitrate of quality -0.1 to ~45 kbit/s for 44 kHz stereo.
ANOTHER EDIT: While 44 kHz mono compiles fine with ogg and also plays fine in guerilla, it does not seem to play in-game.
Edited by not giraffe on Mar 10, 2018 at 04:39 AM
<use-high-quality(ogg_only)> (bool) This is incorrect. It is a float value.
Use -0.09999999 (rounds close to -0.1 which for some reason isn't allowed) to 1 for varying qualities.
Assuming 44 kHz stereo:
-0.09999999 = ~48 kbit/s 0.0 = ~64 kbit/s 0.1 = ~80 kbit/s 0.2 = ~96 kbit/s 0.3 = ~112 kbit/s 0.4 = ~128 kbit/s 0.5 = ~160 kbit/s 0.6 = ~192 kbit/s 0.7 = ~224 kbit/s 0.8 = ~256 kbit/s 0.9 = ~320 kbit/s 1.0 = ~500 kbit/s Or if you want to specify bitrate you would use a value from 32000 to 256000.
Edited by not giraffe on Mar 10, 2018 at 04:42 AM
https://www.youtube.com/watch?v=Ixvq-RijjlY
|