force grenades?
force grenades?
How do you change the force of the grenade, so that is sends you flying when it explodes? Sorry for the noob question but I can't find anything on it.
- CaptainPoopface
- Posts: 408
- Joined: Mon Jul 23, 2007 7:56 am
![]() |
![]() |
![]() |
In the jpt! tag, look for a field labeled Instantaneous Acceleration. It might be called something more intuitive, like "Force," in the XML plugin (DotHalo).
Jpt force dissipates spherically from the point of origin. It also does not work between non-host players on system link, but it is plenty of fun in splitscreen.
Jpt force dissipates spherically from the point of origin. It also does not work between non-host players on system link, but it is plenty of fun in splitscreen.
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.
If you want to know how I did something, take apart my mods.
- TroyMac1ure
- Posts: 29
- Joined: Sun Feb 10, 2008 10:39 am
System Link a no-go
What's with the system link not working?
I find this frustrating as I play regularly with 3 friends on two boxes.
I'll mod some maps and it works as planned on my xbox, but when linked it's all normal. I have found this with Force, but I have found the opposite with lighting.
I made a pitch black warlock and made the BR have a flashlight, the grenades 'explode' light and the oddball was actually the assault bomb, which pulsates a very bright red light (enough to see through the dark).
It's fun, even on system link, but the moment you go split screen on an xbox, the light no longer radiates brightly. The ball, for example, glows red, but barely visible.
I wonder if it has to do with saving processing power when playing w/ splitscreen??
I guess we still have more to learn about the map files. If anyone has any ideas, I've put these on the back burner for now... although it's soo much fun to shoot a guy to the edge of the map on Lockout with a handgun
I find this frustrating as I play regularly with 3 friends on two boxes.
I'll mod some maps and it works as planned on my xbox, but when linked it's all normal. I have found this with Force, but I have found the opposite with lighting.
I made a pitch black warlock and made the BR have a flashlight, the grenades 'explode' light and the oddball was actually the assault bomb, which pulsates a very bright red light (enough to see through the dark).
It's fun, even on system link, but the moment you go split screen on an xbox, the light no longer radiates brightly. The ball, for example, glows red, but barely visible.
I wonder if it has to do with saving processing power when playing w/ splitscreen??
I guess we still have more to learn about the map files. If anyone has any ideas, I've put these on the back burner for now... although it's soo much fun to shoot a guy to the edge of the map on Lockout with a handgun

-
- Posts: 4
- Joined: Mon Jul 14, 2008 5:47 pm
- CaptainPoopface
- Posts: 408
- Joined: Mon Jul 23, 2007 7:56 am
![]() |
![]() |
![]() |
Correct.
If the host shoots a non-host, the non-host will be affected by jpt force.
If a non-host shoots the host, the host will be affected by jpt force.
If a non-host shoots a non-host, no one will be affected by jpt force.
It's Bungie's fault for their buggy system link implementation. If you depend on force for your mod, use a workaround. I will post a tutorial soon, but until then, you can use my tutorial about shooting blocs from a gun. If you set the velocity high enough, a bloc will shove some one very far at impact. Try using the bubble cannon on someone in my Bubble Blast mod. That is a soccer ball bloc.
If the host shoots a non-host, the non-host will be affected by jpt force.
If a non-host shoots the host, the host will be affected by jpt force.
If a non-host shoots a non-host, no one will be affected by jpt force.
It's Bungie's fault for their buggy system link implementation. If you depend on force for your mod, use a workaround. I will post a tutorial soon, but until then, you can use my tutorial about shooting blocs from a gun. If you set the velocity high enough, a bloc will shove some one very far at impact. Try using the bubble cannon on someone in my Bubble Blast mod. That is a soccer ball bloc.
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.
If you want to know how I did something, take apart my mods.
-
- Posts: 4
- Joined: Mon Jul 14, 2008 5:47 pm
- CaptainPoopface
- Posts: 408
- Joined: Mon Jul 23, 2007 7:56 am
![]() |
![]() |
![]() |
Damage synchronizes fine over system link. It's the force in the jpt that is not SLC.
If your AI relies on scripting, keep in mind that most scripts (other than startup scripts?) are not SLC.
If your AI relies on scripting, keep in mind that most scripts (other than startup scripts?) are not SLC.
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.
If you want to know how I did something, take apart my mods.
-
- Posts: 4
- Joined: Mon Jul 14, 2008 5:47 pm
So would this script be slc?
It's the AI Respawn script.
Code: Select all
(script continuous YourSquadName
(begin
(sleep_until (<= (ai_living_count yoursquadname) 0) 450)
(ai_place yoursquadname)
)
)
- BattleSkarz
- Posts: 81
- Joined: Thu Nov 29, 2007 10:42 pm
- Contact: