I'm looking for some mod, which allow me to select fire mode i.e auto, burst, semi-automatic. There are some weapons in game described as semi-automatic, but there is no effect in game. Does anyone know that kind of mod?
There was a script that would do something like that. It was made by Palermo.
I included it in the .zip file for the "RTRT - Weapons Mod v1.0a" mod. If I recall you have to extract this script to the main folder of Swat 3 and run the script when Swat 3 starts up with a command line argument. It makes F10 work as a toggle between semi auto and auto I believe.
If you look in the mod's zip file you will see a DATA folder. Look in there for the "console.con" file.
ALTERNATE METHOD: Copy and past the following text in NOTEPAD with word wrap turned off. Save and name the file anything you want but put the file extension as ".con"
# SWAT3 main console script
# read in the control key mappings
run pcontrol.con
Thanks, that's it - answer to the letter :D I've tried to use The Last Resort, but it made impossible to play with my friend in squad: Leader + B1 + B2. When Leader gave us an order to clear the room, there was no effect in use call "Area cleared" so we couldn't proceed to the next room. So we've decided to return to original SWAT 3.
Ya, it is a bug for people playing the single player mode. I didn't anticipate it happening since I assumed everyone would be playing LAN single player games.
I still hope to release a version that fixes that.
I am also thinking of releasing a version of the Last Resort launcher that doesn't require the mod...it is just a launcher for swat 3.
Good idea. I'm looking for somenhing which allow me to move slower in dynamic mode. For me default speed is too fast, but changing to slow mode after each shot is inconvenient. Maybe something what will disable mode auto change?
I don't think you can change the fact that the game goes dynamic (probably hard coded) but you can change the speed ie slow down dynamic.
I believe you could modify the speed of the officer in the "swt_data.dat" file. I have never tried it but it should work. Once you made this into a mod only people with this same mod could join your LAN game.
The following line is an example of what you want to change. Notice the two different speeds of 60(stealth) and 120(dynamic)
(Note: you will also need to modify your crouch movement speed too)
You would need to find the original .DAT file, modify it with Notepad, and put it in a .ZIP file in your mods folder. Or if it something you want permanent for single player (and you never play Multiplayer) you would have to modify the original .RES file after making a backup.