SCUBA trooper
Moderator: Moderators
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
SCUBA trooper
Its possible to make a SCUBA trooper that the water dont kills him and with a jet pack that only works under water ??
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
This has been thought about from most every angle, and just to try and help out and head you off at the pass, you're not going to make a successful map that encompasses both land and sea battling. For one, the AI won't like it. It's best to just do what had been done before, make the whole map under water and thus neglect having to need water at all.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
And what if its added as a hero ? i dont see AI to use it much, and the pathing could make the AI to use it, at kamino there is a jumping path for AI...
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
You're describing the jump pack hint node, which is only for a jump pack, a la dark trooper, not a jet pack. AI have trouble doing the basic things you want them to do, trying to get anything extra out of them is ludicrous, a hero is no different.
If you describe what you're trying to do, people around here generally help you find work-arounds if it's feasible.
If you describe what you're trying to do, people around here generally help you find work-arounds if it's feasible.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Actually, what i want to know is that if the trooper can be made, nothing else...
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
Then "No" is your best answer.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Any logical reason ?? i dont like empty "no"...
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
Labj wrote:Its possible to make a SCUBA trooper...with a jet pack that only works under water ??
Frisbeetarian wrote:No
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: SCUBA trooper
Just to clarify, the jetjump hint node actually tells the AI to just jump, regardless of whether they have jet/jump pack or not. For example, these nodes are on the sail barge from the Mos Eisley map (that's why you can see the AI jumping off the barge when they spawn).Frisbeetarian wrote:You're describing the jump pack hint node, which is only for a jump pack, a la dark trooper, not a jet pack.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Frisbeetarian wrote:Labj wrote:Its possible to make a SCUBA trooper...with a jet pack that only works under water ??Frisbeetarian wrote:No
Again: is there any logical reason why it cant be done ??
-
Executer94
- Major

- Posts: 504
- Joined: Fri May 01, 2009 7:45 am
- Location: Chalmuns Cantina
Re: SCUBA trooper
http://www.gametoast.com/forums/viewtop ... 25&t=18018
ask there i also got this post
ask there i also got this post
Hidden/Spoiler:
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
What is the point in there ?Executer94 wrote:http://www.gametoast.com/forums/viewtop ... 25&t=18018
ask there i also got this post![]()
Hidden/Spoiler:
I have never watched that topic, what you do there ? if there is where you ask for something to another one to make it for you, no, thats not what i am looking for...
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
There is no way to detect if a unit is in the water or not, that's handled by the game's executable. I can think of a possible work-around using GetMapPosition(), but that would be a hack method and is, as alluded to before, not feasible.
I was just going by psych0fred's docs; that's good to know.AQT wrote:Just to clarify, the jetjump hint node actually tells the AI to just jump
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Ah, wwll, so it works on EnterRegion thing ? Is that the name of the function ?
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: SCUBA trooper
No. I suppose a giant region could work, though much less efficiently.Labj wrote:Ah, wwll, so it works on EnterRegion thing?
YesLabj wrote:Is GetMapPosition() the name of a function?
Please trust me that this is over your head. It requires a couple work-arounds that have to work in conjunction with each other. There are also certain ways you have to set up the side and certain limitations that come with the coding used. I do not have the time nor patience to go through the arduous testing, and there are few around that I would trust to do it correctly.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Yeah, i am not supposed to do it now, maybe there will be discoveries in the future that can make this possible, or i hope that my team and me could do it.
Thanks for everyone`s help, this can be closed...
EDIT: WAIT !! I think i got it !
1st: OnEnterRegion: with the name of the unit
2nd: The jetpack should be added only as an asset
3rd: AddJetPacks when it is on water
4th: RemoveJetPakcs when it is outside the water
May that work ??
Thanks for everyone`s help, this can be closed...
EDIT: WAIT !! I think i got it !
1st: OnEnterRegion: with the name of the unit
2nd: The jetpack should be added only as an asset
3rd: AddJetPacks when it is on water
4th: RemoveJetPakcs when it is outside the water
May that work ??
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: SCUBA trooper
No; "AddJetPacks" is not a function.
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
It comes with the fake console, i will check...
Yes it is there, but since i dont know the original code i only knoe that it says Add JetPacks
Yes it is there, but since i dont know the original code i only knoe that it says Add JetPacks
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
Re: SCUBA trooper
Either way, it would still come off as very sloppy, not to mention the remaining issue of the unit taking damage from the water. It's good to try to find new solutions to things, and I encourage you to be creative, but this is an issue that has been discussed before and simply isn't practical for the game.Labj wrote:It comes with the fake console, i will check...
Yes it is there, but since i dont know the original code i only knoe that it says Add JetPacks
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: SCUBA trooper
Creativity, i will still try.
