Water In BeaverCreek In Gemini

This forum is for files only, Utilities and Hacks go here, not skins.
Zigen




Miner Socialist Snitch! Coagulator

Posts: 1654
Joined: Thu Jun 02, 2005 8:37 pm
Contact:

Post by Zigen »

dude someone make a water level out of elongation then...including terminal itd be like an underground water lvl.
dreidz





Posts: 10
Joined: Fri May 05, 2006 12:46 pm

Post by dreidz »

what programm you use for raise the water. And how???

thank you
User avatar
TunesRus90




Commentator Articulatist 250

Posts: 335
Joined: Tue Aug 23, 2005 1:27 pm

Post by TunesRus90 »

dreidz wrote:what programm you use for raise the water. And how???

thank you
There is no program yet that works 100% of the time, for now its best to do it in hex, however once the new Entity comes out it will be able to do it.
Image
dreidz





Posts: 10
Joined: Fri May 05, 2006 12:46 pm

Post by dreidz »

oh ok... I can raise the water with tag in Entity??? Or im obligated to change hex
User avatar
TunesRus90




Commentator Articulatist 250

Posts: 335
Joined: Tue Aug 23, 2005 1:27 pm

Post by TunesRus90 »

dreidz wrote:oh ok... I can raise the water with tag in Entity??? Or im obligated to change hex
TunesRus90 wrote:however once the new Entity comes out it will be able to do it.

In other words, no you cannot do it with the current Entity. There is a plugin in This Topic but i am not sure whether any current modding applications (that read xml plugins) can handle editing sbsp tags using reflexives (as in they are programmed to use the SBSP magic). You can try with ADI or DotHalo though i don't know whether it will work. If not, just use the offsets in the plugin to change the level through a hex editor.
Image
dreidz





Posts: 10
Joined: Fri May 05, 2006 12:46 pm

Post by dreidz »

thank you... And how I do with hex
x088x




Critic

Posts: 837
Joined: Sun Nov 06, 2005 1:46 pm
Location: ..

Post by x088x »

dreidz wrote:thank you... And how I do with hex
Lol, you may just want to wait until the next Entity comes out.
Halo 3 ruined everything..
User avatar
TunesRus90




Commentator Articulatist 250

Posts: 335
Joined: Tue Aug 23, 2005 1:27 pm

Post by TunesRus90 »

okay heres a quick tutorial,
1.) Get the sbsp offset and magic by opening up the scnr tag in insolence and clicking the blue 'Structure SBSP' text. Then copy down the offset and magic.
2.) Open the map in a hex editor and go to the SBSP offset (make sure to select Dec not Hex)
3.) From the start of the sbsp tag go 0x224 into the tag (make sure hex not dec is selected this time)
4) It should read 0100 000 XXXX XXXX (copy down the part where I put the X's)
5.) Okay open up a hex calculator and convert the sbsp magic into hexadecimal. Then paste in the the part I filled in with X's above, and subtract the sbsp magic from that. Copy down the hexadecimal number it gives you.
6.) Go back into the hex editor, and from the beginning of the map go to what the calculator just gave you (make sure hex and 'from beginning of file' are selected)
7.) From that offset go 0x84 more (make sure hex and 'from current position' are selected)
8.) If you are using Hex Workshop, just double click the the number after 'Float:' in the bottom right, enter the desired Z coordinate of the water, and hit enter.
Image
dreidz





Posts: 10
Joined: Fri May 05, 2006 12:46 pm

Post by dreidz »

wow... Thank you. I try now... ANd I wait the until for entity
predator117





Posts: 89
Joined: Fri Feb 11, 2005 12:32 am
Location: IN BED WITH YOUR MOM

Post by predator117 »

i think a more appropriate title for this would be "water in zanzibar in beaver creek in gemini" that will really confuse them eh?
Image
XBC Tag: ElephantShrew

WHO WANTS A GMAIL ACCOUNT!!! email me
Deerhake44





Posts: 106
Joined: Mon Apr 17, 2006 8:50 pm

Post by Deerhake44 »

TunesRus90 wrote:okay heres a quick tutorial,
1.) Get the sbsp offset and magic by opening up the scnr tag in insolence and clicking the blue 'Structure SBSP' text. Then copy down the offset and magic.
2.) Open the map in a hex editor and go to the SBSP offset (make sure to select Dec not Hex)
3.) From the start of the sbsp tag go 0x224 into the tag (make sure hex not dec is selected this time)
4) It should read 0100 000 XXXX XXXX (copy down the part where I put the X's)
5.) Okay open up a hex calculator and convert the sbsp magic into hexadecimal. Then paste in the the part I filled in with X's above, and subtract the sbsp magic from that. Copy down the hexadecimal number it gives you.
6.) Go back into the hex editor, and from the beginning of the map go to what the calculator just gave you (make sure hex and 'from beginning of file' are selected)
7.) From that offset go 0x84 more (make sure hex and 'from current position' are selected)
8.) If you are using Hex Workshop, just double click the the number after 'Float:' in the bottom right, enter the desired Z coordinate of the water, and hit enter.
hmm, nice tut.. but when I tried to do step number six... I guess it couldn't find it... :S

Code: Select all

Structure BSP Offset      25905152
Primary Magic Meta Offset 2148220928 =(hex)> 800B4000

XXXX XXXX => F0B31E80

  F0B31E80
- 800B4000
----------
  70A7DE80
were all my values... and it could not find 70A7DE80 ( and yes, "(make sure hex and 'from beginning of file' are selected) " < did that)

(acctualy I tried re-doing this 4 times, everytime same results :S

please help, and thanks again :P

-Deerhake44
User avatar
shade45




Translator Artisan Enthraller Logistician
Stylist Wave Firestorm New Age

Posts: 2270
Joined: Fri Apr 01, 2005 1:04 pm

Post by shade45 »

Here Deerhake44 i made this app to help you out

All you have to do is open your map and the app will grab the sbsp magic then just enter the "0100 000 XXXX XXXX" like TunesRus90 told you to do and paste it in to the reflex box and click calculate and it will give you the offset in the bsp that the reflex you entered points to

Now just take the sbsp offset + the offset my app gives + 0x84 and you should be at the float

Image

Heres the app + the source.. hope this helps out
Attachments
bsp calc + source.rar
(86.91 KiB) Downloaded 51 times
BKbeaner




Coagulator

Posts: 60
Joined: Fri Feb 17, 2006 8:20 pm
Location: Fargo, ND
Contact:

Post by BKbeaner »

:shock: wow, someone teach me smart language cuz after trying to read all those tuts I didn't understand anything
*BKbeaner slaps trepdimeflou around a bit with a large trout
* You were kicked from #TRP by trepdimeflou (trepdimeflou slaps BKbeaner around with a large ban)
Deerhake44





Posts: 106
Joined: Mon Apr 17, 2006 8:50 pm

Post by Deerhake44 »

shade45 wrote:ownage app details here
O.M.G. I love you :shock: !!!

-Deerhake44
User avatar
shade45




Translator Artisan Enthraller Logistician
Stylist Wave Firestorm New Age

Posts: 2270
Joined: Fri Apr 01, 2005 1:04 pm

Post by shade45 »

Deerhake44 wrote:
shade45 wrote:ownage app details here
O.M.G. I love you :shock: !!!

-Deerhake44
I take that as it worked? :D
Deerhake44





Posts: 106
Joined: Mon Apr 17, 2006 8:50 pm

Post by Deerhake44 »

shade45 wrote:
Deerhake44 wrote:
shade45 wrote:ownage app details here
O.M.G. I love you :shock: !!!

-Deerhake44
I take that as it worked? :D
Image
worked beautifuly, now I'm working on flodding coag :S.. :P

thanks again (both of you)

oh..
I'm so sorry pokecancer, for spamming up your topic :) <3

-Deerhake44

also if anyone wants a step by step tut follow this (I take no credit all I did was fuse TunesRus90 + shade45's exelent help)

Code: Select all

1. open map in insolence and find Structure BSP Offset value. convert to hex.
2. open map in hex editor goto SBSP value + 0x224 (hex mode)
3. value should be 0100 0000 XXXX XXXX
4. open map in bsp calc, for reflex put the XXXXXXXX, hit calculate
5. open map in hex editor goto (sbsp offset + calc'ed value + 0x84) (hex)
6. in hex workshop look for Float (at the bottom) change the -3 to 2 or w\e
O,o that should work ;)
Last edited by Deerhake44 on Wed May 17, 2006 5:00 pm, edited 3 times in total.
casuela





Posts: 406
Joined: Mon Jun 27, 2005 3:01 am
Location: in my own state of mind
Contact:

Post by casuela »

Super Sexy!

-cas
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Somebody should make a boat vehicle in a flooded level...
killingforfun




Miner Recreator

Posts: 68
Joined: Sun May 29, 2005 11:26 am

Post by killingforfun »

No credit to the person who originally found water level (me)... >.>

w.e

awesome job injecting.. and ya.. like tunes said.. no current program can correctly do all the steps needed to edit the water level.
Signature exceeded 75KB.
Trigger_six




Connoisseur

Posts: 581
Joined: Wed Dec 07, 2005 3:16 pm
Location: You stalkers... I aint tellin you shizzle :P

Post by Trigger_six »

killingforfun wrote:No credit to the person who originally found water level (me)... >.>

w.e

awesome job injecting.. and ya.. like tunes said.. no current program can correctly do all the steps needed to edit the water level.
I love you <3
Locked