Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

grapple hook

Page: 1 of 1
 Barada
08-21-2004, 5:38 AM
#1
Tearing my hair out on this one....

Hoping someone has run into similiar problem.

Trying to get a grapplehook in a JA mod. I'm using the grapple hook code from Jedimod1.2 source code release.

As far as I know, I've copied everything exactly. Compiles fine, but in game... grapple launches, grapple sticks, and I don't go with it.
If anyone has run into the same problem, I could use the advice on how you fixed it!

gracias.
 stubert
08-21-2004, 5:42 AM
#2
maybe you forgot to copy something.. check client_think in g_active
 Barada
08-21-2004, 9:10 AM
#3
Bah! bg_public...
...
#define PMF_SCOREBOARD 8192 // spectate as a scoreboard
#define PMF_STUCK_TO_WALL 16384 // grabbing a wall
//============grapplemod=================
#define PMF_GRAPPLE_PULL 16384 //Grapple
...

16384! Luckily, I noticed that I "wasn't" sticking to walls anymore with the grapple coded, LOL.

Thanks for trying to help though Stubert! MUCH appreciated...
 GangsterAngel
09-14-2004, 1:34 AM
#4
Where can i download The JediMod 1.2 source code
 GangsterAngel
09-14-2004, 3:03 AM
#5
can anyone get the grapple working all server side?. ive not got mine working either way yet . but can u do it server side like JA+?
 Barada
09-14-2004, 12:10 PM
#6
Page: 1 of 1