Author Topic: JVS and TDM  (Read 1925 times)

Sence i got the TDM mods i cant use my JVS wrench toggle can some one help me

bump cus others have this problem too

After talking with Space Guy, it appears that his code somehow prevents the %client.hasSpawnedOnce variable (Used by my code for toggling wrench modes) from being set to "1".

The fix he recommends is this:

1. Open "Add-Ons/GameMode_TeamDM_Base.cs"
2. Search for the line "%this.tdmspawned = 1;".
3. Change the line to "%this.tdmspawned = 1;%this.hasSpawnedOnce = 1;".
4. Profit.

This should permanently correct the issue.



After talking with Space Guy, it appears that his code somehow prevents the %client.hasSpawnedOnce variable (Used by my code for toggling wrench modes) from being set to "1".

The fix he recommends is this:

1. Open "Add-Ons/GameMode_TeamDM_Base.cs"
2. Search for the line "%this.tdmspawned = 1;".
3. Change the line to "%this.tdmspawned = 1;%this.hasSpawnedOnce = 1;".
4. Profit.

This should permanently correct the issue.


Hope Space Guy fixes that for next version.

After talking with Space Guy, it appears that his code somehow prevents the %client.hasSpawnedOnce variable (Used by my code for toggling wrench modes) from being set to "1".

The fix he recommends is this:

1. Open "Add-Ons/GameMode_TeamDM_Base.cs"
2. Search for the line "%this.tdmspawned = 1;".
3. Change the line to "%this.tdmspawned = 1;%this.hasSpawnedOnce = 1;".
4. Profit.

This should permanently correct the issue.


You forgot ???

fror people trying this it is torward the bottom

or you can just push "ctrl+f" and type it in. =D

bumpity bump to the top O_O. why lol

After talking with Space Guy, it appears that his code somehow prevents the %client.hasSpawnedOnce variable (Used by my code for toggling wrench modes) from being set to "1".

The fix he recommends is this:

1. Open "Add-Ons/GameMode_TeamDM_Base.cs"
2. Search for the line "%this.tdmspawned = 1;".
3. Change the line to "%this.tdmspawned = 1;%this.hasSpawnedOnce = 1;".
4. Profit.

This should permanently correct the issue.


FRIKIN AWSOME MAN! LOVE YOU!!!!

it wont let me open the file

Right-click and open with notepad.