Space map lightsaber problem

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Space map lightsaber problem

Post by MandeRek »

Hi, i've got a new problem here... Think someone has had this before, but couldn't find the topic. When i load my jedi in space there lightsaber won't hit anything, but saber throw does. There's nothing wrong with the jedi, on a conquest map he works fine. Is this something with space i guess? Please help me!

~ :jango:
User avatar
arty
Rebel Sergeant
Rebel Sergeant
Posts: 190
Joined: Tue Sep 12, 2006 10:17 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Space map lightsaber problem

Post by arty »

Ya this has happened to me before, I forgot what to do but I think it has something to do with the LUA. Try looking for something to do with lightsabers in a regular land map LUA.

-Arty 8)
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Space map lightsaber problem

Post by MandeRek »

For as far as i've done, it doesn't matter anything... Thanks for your help btw :D

Are there other suggestions?

~ :jango:
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Space map lightsaber problem

Post by AceMastermind »

Remove or comment this line out in your _cmn.lua
SetMemoryPoolSize("Combo::DamageSample", 0)

Be sure you have the other memory pool lines that are also required for the jedi to work.

Code: Select all

    SetMemoryPoolSize ("ClothData",20)
    SetMemoryPoolSize ("Combo",75)              -- should be ~ 2x number of jedi classes
    SetMemoryPoolSize ("Combo::State",725)      -- should be ~12x #Combo
    SetMemoryPoolSize ("Combo::Transition",725) -- should be a bit bigger than #Combo::State
    SetMemoryPoolSize ("Combo::Condition",725)  -- should be a bit bigger than #Combo::State
    SetMemoryPoolSize ("Combo::Attack",625)     -- should be ~8-12x #Combo
    SetMemoryPoolSize ("Combo::DamageSample",6100)  -- should be ~8-12x #Combo::Attack
    SetMemoryPoolSize ("Combo::Deflect",200)     -- should be ~1x #combo
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Space map lightsaber problem

Post by MandeRek »

Thanks a lot Ace! :D

It's working! Thanks again!

~ :jango:
Post Reply