scripts.dll 2.4 is out [message #191971] |
Mon, 06 March 2006 00:22 |
|
get it from http://www.sourceforge.net/projects/rentools/
Complete changelog for 2.4:
new console commands:
GETBW will print the current bandwidth for a player (same thing as what the sbbo command sets)
SETBW will set the current bandwidth for a player (same thing as what the sbbo command sets)
Neither command will send anything to the client.
new hook for player join
new hook for level load
new hook for gameover
new code to change the team colors
bug fix to switch team engine call
new engine calls:
void Ranged_Percentage_Damage_To_Vehicles(float Percentage,const char *Warhead,Vector3 Location,float DamageRadius,GameObject *Damager); //damage vehicles based on a percentage factor
int Get_Bandwidth(int PlayerID); //Get players current bandwidth (same as set by sbbo)
bool Is_Dedicated(); //returns false if game.exe, true if WFDS/LFDS
void Soldier_Transition_Vehicle(GameObject *obj); //makes the soldier exit the vehicle they are in (or if right next to a vehicle, get in)
bool Is_Linux(); //returns true if linux, false if win32
unsigned int Get_Current_Game_Mode(); //Get the current game mode, 0 = function error, 1 = single player, 2 = skirmish, 3 = WOL, 4 = GameSpy, 5 = LAN. May not always differentiate correctly between WOL, Gamespy and LAN.
new scripts:
JFW_Vehicle_Thief_2 (stick this on a vehicle to make that vehicle stealable)
JFW_Vehicle_Block_Preset (script to block a preset from entering a vehicle)
JFW_PPAGE_Zone (sends a PPAGE to the player that entered the zone)
JFW_MSG_Zone (sends a MSG when a player enters the zone)
JFW_TMSG_Zone (sends a TMSG as though it came from the player that entered the zone)
bug-fixes to scripts in RenAlert.cpp
New renalert script RA_Base_Defense_Simple
Several RenAlert scripts formerly in the closed scripts.dll:
RA_ABomb_Beacon
RA_Missile_Silo
RA_Missile_Manager
RA_Silo_Animation
RA_ABomb_Terminal
RA_CanyonRiver_Weather
RA_Metro_Weather
RA_Underwater_OnCustom
RA_Underwater_Zone
RA_Submarine
RA_Vehicle
Yes, there will be a 2.5. No, I dont know when it will be out or what will be in it. No I dont know if there will be a new SSAOW version based on 2.4 (but, knowing WhiteDragon, there probobly will be)
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
Re: scripts.dll 2.4 is out [message #191974 is a reply to message #191971] |
Mon, 06 March 2006 00:29 |
PackHunter
Messages: 487 Registered: November 2004 Location: Holland
Karma: 0
|
Commander |
|
|
Quote: | GETBW will print the current bandwidth for a player (same thing as what the sbbo command sets)
SETBW will set the current bandwidth for a player (same thing as what the sbbo command sets)
|
I was waiting for those. Tnx.
|
|
|