Posts: 20
Threads: 4
Joined: Oct 19, 2007
- In both documentations (wiki + main page) the commands are missing:
+thruster
+rthruster
snark
- Add command for teleoporter/portal, like old hl1 entmod
- Not important: remove entity by name, like cheat command ent_remove/ent_remove_all
- One command that auto-toggle freeze/unfreeze like in sourceforts, there you press key r and it will change from freeze to unfreeze or back (usefull for building with Gravity Gun)
- Extended admin_lookingat (or a new command?): i am not a mapper but in sourceforts i think there are special values like spawnflags that decides the block freezestatus.
I dont know how to write it but if i spawn something with e_spawnprop it is not freezable with the sourceforts command - only if i put the spawned part over the flag (from sourceforts). I think after that at least one flag is added/changed.
Here is an example what i mean with the spawnflags flag - a howto for pre-built forts:
http://krizzl0r.fateback.com/sourceforts...ts/en.html
http://www.sourcefortsmod.com/boards/sho...php?t=6521
Posts: 23
Threads: 6
Joined: Jan 03, 2005
yes, i think you're on to some thing specially with
Quote:Extended admin_lookingat (or a new command?): i am not a mapper but in sourceforts i think there are special values like spawnflags that decides the block freezestatus.
I want to be able to spawn working buttons that i can link to open a door or set of lasers or stuff like that. If its possibl to make the buttons spawn things in-game and could set everyone fire as many things as possible.
perhaps have a minimod for TF2 for ppl that dont want too many ent capabilities and then in that minimod make it so you could spawn several objects including walls and be able to move them around with a select grab then you can move it around with binds to the arrow keys using some kind of unit system and you adjust the units from 1-32-64-128-256-512-1024-2048 so its like a snap to grid thing almost and everything can be made even really quick and you can select multiple things at once. Of course with regular ent cmds
just ideas i donno if its possible or if anyone wants it but i wish i could do that.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Thanks for pointing out that I was missing those commands. How did you find them if they weren't documented?
I'm not sure what you guys are wanting me to add to admin_lookingat. Do you just want the spawnflags value?
I like the toggle freeze command and the snap to grid idea.
I'm not sure if this is what you mean with the spawnprop issue, but you should be able to spawn something in a frozen state by typing frozen after the name of the prop. For example:
Code:
e_spawnprop blastdoor1 frozen
Posts: 20
Threads: 4
Joined: Oct 19, 2007
Drunken_F00l Wrote:Thanks for pointing out that I was missing those commands. How did you find them if they weren't documented?
I am 1337!
No lol.

I got it from changelog and i guessed the snark command.
Can you activate e_spawnboat and e_spawnjeep for sourceforts?
Or can i add them with working script to spawnaliases (i added it but they are not scripted)?
Posts: 20
Threads: 4
Joined: Oct 19, 2007
Also a blacklist for +copyent would be good to prevent server crashes.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
As in a list of entities that aren't allowed to be copied? There already is such a list hard coded in the DLL. What other entities need to be on it?
Posts: 20
Threads: 4
Joined: Oct 19, 2007
Drunken_F00l Wrote:As in a list of entities that aren't allowed to be copied? There already is such a list hard coded in the DLL. What other entities need to be on it?
It crashes if you copy the jeep/airboat from sf_sandbox_a7 map:
prop_vehicle_airboat
prop_vehicle_jeep
Maybe you should add a cvar or config file to add more? At the moment i dont know more but there are one.
Posts: 20
Threads: 4
Joined: Oct 19, 2007
Finally Sourceforts 1.9.3 is out and the Sourceop radio is working!
But most times the radio get stucked in wall.
Also the remote admin client is not working, always say incorrect password even if everything is correct configurated (maybe dont work with unknown mods?).
So i have deactivated the remote admin...
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Nightmare Wrote:Finally Sourceforts 1.9.3 is out and the Sourceop radio is working! 
But most times the radio get stucked in wall.
Also the remote admin client is not working, always say incorrect password even if everything is correct configurated (maybe dont work with unknown mods?).
So i have deactivated the remote admin... 
How does it get stuck in a wall? Pics?
Also, it's interesting that the remote admin client doesn't work. All it does is open the addons/SourceOP/users/username.txt file in the game directory and checks the password agaisnt the first line in the file. The only thing I can think of is that it's not correctly detecting the game directory, but then a lot more would be wrong.
Posts: 20
Threads: 4
Joined: Oct 19, 2007
Drunken_F00l Wrote:How does it get stuck in a wall? Pics?
Also, it's interesting that the remote admin client doesn't work. All it does is open the addons/SourceOP/users/username.txt file in the game directory and checks the password agaisnt the first line in the file. The only thing I can think of is that it's not correctly detecting the game directory, but then a lot more would be wrong.
For example sf_crete:
In sourceforts 1.93 the radio always spawns at one place at a map, most times not a very good one.
Maybe there are some offsets wrong again. Also because i cant spawn some props with e_spawnprop.
I will check the remote admin again. Maybe wrong permission of the file or something like that (but i dont believe it).