has anyone ever made a scarab drivable?

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

I'm willing to try to make one

yes
4
44%
no
2
22%
not possible
3
33%
 
Total votes: 9

User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

has anyone ever made a scarab drivable?

Post by herger »

Because that would be pretty cool to do.& have a map made from one the the campaign maps to use it on or something.but i'm not sure if u can even make it drivable or not..if anyone has a map with a drivable scarab please tell me. I'd really like to know.also if someone is willing to make it that would be cool as well
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

i geuss its possible with a lot of work i mean there has been a motorcycle made i imagine it would be similar to the creation of that
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

thats true..but i wouldnt know where to begin with it
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 »

Last time I checked the Scarab's legs were scripted to move to certain points. So when custom animations are inject-able...i'd imagine it's more along the lines of getting done that way.
Image
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

still something i have no idea about
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

so is no one willing to make it.it would b greatly appreciated if u did
User avatar
Eaton




Enthraller

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

Post by Eaton »

herger wrote:so is no one willing to make it.it would b greatly appreciated if u did
It's not that nobody is willing to make it, it's that it's nearly impossible to do at the moment.
Image
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

oooh..ok
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

well...if any one is willing please tell me so i know...im gonna be using it in a machinama & i'll give u credit 100% it would be greatly appreciated
User avatar
grimdoomer




System Engineer

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

Post by grimdoomer »

Well you could try this:

1) Build the scarab in.
2) Make 4 buttons, one for up, down, left, and right.
3) Make each button call to a script wich moves the scarab in that direction.

So it will move when you press the buttons, but you can't see shit.

I hav't actually tried this so this might not work at all, but it's a way I would go at it.
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
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

to be honest..i wouldnt know how to begin to do that
User avatar
SkgSkrillaka





Posts: 192
Joined: Wed Mar 26, 2008 8:50 pm
Location: Off the streets, net cafe's and home ;)

Post by SkgSkrillaka »

grimdoomer wrote: So it will move when you press the buttons, but you can't see ****.
not seeing anything might be fun :D
Having a team member standing on top of the scarab telling you where to go over headset may be helpfull :wink: I suggest waiting to see if any new programs are made to make the process a whole lot easier

If, you want, go ahead =] nothings stopping you.
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 »

Well, here i'll start you in the right direction for getting Grim's idea to fruition.

1. Download h2core and h2guerilla. They are located in the utilities section. It's your choice which version you download. Each works differently on different machines.

2. h2guerilla has a built in scripting program. So, definitely read up on scripting before trying anymore of this. Alternately, soldier of lite came out with a seperate tool for scripting in the utilities area.

3. Using h2core, decompile your map.

4. Open it in h2guerilla.

5. Add the scarab vehicle into the vehicles tag class.

6. Now open guerilla's scripting tool.

7. Write the script as described by Grimdoomer.

8. Inject the script into your map's scenario using guerilla.

9. Compile your map, resign and play-test.

OR

1. Open a singleplayer map with the scarab in it using Entity.

2. Recursively extract the scarab vehicle.

3. Open your multiplayer map and build the scarab into the map recursively.

4. Open Soldier's scripting tool and create the script. Then inject it.

5. Resign and ftp to your xbox. Play-test.

*Note, these tutorials are not meant to be in-depth at the slightest nor do they tend to the un-knowledged. If you do not understand any of the terms or information given...you may want to read around and research things before attempting this because you WILL NOT have the skill necessary to even remotely accomplish this. I don't mean to sound harsh or like a jerk but it's the truth and I thought i'd fill you in before you go a little over your head.
Image
User avatar
neodos
Readers Club




Artisan Miner

Posts: 1394
Joined: Thu Aug 12, 2004 11:57 am

Post by neodos »

Scripts are executed for non-host xbox, so yeah scripts is not a good idea :?
Shock120





Posts: 318
Joined: Wed Apr 25, 2007 10:55 am

Post by Shock120 »

neodos wrote:Scripts aren't executed for non-host xbox, so yeah scripts is not a good idea :?
fix'd :lol:
I think turk645 may have made it, but doesn't release most of his mods.
Shock120 on XLink & XBC
User avatar
neodos
Readers Club




Artisan Miner

Posts: 1394
Joined: Thu Aug 12, 2004 11:57 am

Post by neodos »

Thx for the fix Shock, yes aren't.
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 »

While I do agree with you neodos...I was just trying to get him started with getting what he wanted done. lol I didn't specify who it would work for :P
Image
User avatar
jackson117





Posts: 565
Joined: Fri Mar 09, 2007 1:03 pm
Location: OZ

Post by jackson117 »

last time i checked there was a halo 3 scarab in the models section.


plus you could get somehow help from the PC counterparts as were always ready to help.
Image
User avatar
herger





Posts: 55
Joined: Mon Aug 13, 2007 12:14 am
Location: Where ever i want to be

Post by herger »

well...i suck completely at modding compared to everyone here..like really bad.i loose my patience very easily & stop making mods for periods of time..that's why i was wondering if any had or if any one could make one =/
User avatar
CaptainPoopface




Artisan Advisor Literarian 250

Posts: 408
Joined: Mon Jul 23, 2007 7:56 am

Post by CaptainPoopface »

I don't know why this has always been one of the holy grails of H2 modding for some people... The scarab was designed to walk along a predetermined (scripted) path. It was not designed to move in free space. If you could somehow control the legs, it would control very awkwardly, if at all. What happens when you encounter an obstacle, or a sudden difference in elevation? I think even the best case scenario is grim.

More importantly, if you imagine how it would play, it would probably be pretty boring. You walk around at a snail's pace and blast things with a powerful gun that takes a few seconds to charge each shot... Just make a very, very, very slow banshee with no boost and a slow, powerful gun. That's essentially a scarab.

No disrespect, but I roll my eyes at this every time it comes up... :roll:
Retired. Thank you neodos, DemonicSandwich, DarkShallFall, Dragonfire, foxfanatic2317, GOWO and everyone in the hall of fame.
If you want to know how I did something, take apart my mods.
Post Reply