AAO25.com
Assist => Feedback & Suggestions => Topic started by: ELiZ on Monday, October 13, 2014, 13:36:18 PM
-
A issue with current Admin forceclass exec's is that they take very long to execute.
What about a single command that would give all players the same weapon..
Like
afc AR
Would give all a m249.
-
I think it might be good in the sense that it woudn't need lag the server that way and it would be more efficient.
I remember they implemented 'admin forceclass * ar' to forceclass everyone AR in later versions.
-
I've often wondered about this but didn't know if it would be worthwhile. It's also the only way to force shotgun, it's not possible with exec files. If you're looking for something to do, I'm sure this would be appreciated.
-
1 - Don`t understand the diffent that a shorter command will lift the execute ?? . If you do Exec d.txt than you have a big delay in spawn that trow .
2 - And with Admin FC AR you still get full point ?!! .
The only diffrend is than if you have your server in forceclass is you don`t get points .i hope you will consultation on that little problem to lift this to.
THX.
Yes A issue with current Admin forceclass exec's is that they take very long to execute.
What about a single command that would give all players the same weapon..
Like
Would give all a m249.
-
Vanoke, there's a difference between forcing RPG/203 every round automatically and an admin forceclassing a couple times.
-
I have not the time to be 24 hours 365 days online to change constantly the border map to sf whit exec ore the new one Admin FC SF.
Vanoke, there's a difference between forcing RPG/203 every round automatically and an admin forceclassing a couple times.
-
Exactly. You ALWAYS want the weapon forced. That's the problem. What if someone else ALWAYS wants RPG forced? Should they get the same points too? No, they shouldn't. The Admin Forceclass command is a temporary command for a couple of fun rounds, we allow that. We don't allow constant forceclassing, no matter how it's done.
-
I've often wondered about this but didn't know if it would be worthwhile. It's also the only way to force shotgun, it's not possible with exec files. If you're looking for something to do, I'm sure this would be appreciated.
you can forceclass them by mutate b, but only on F.C. servers.
-
as already discussed in here, you have to strip the exec files down from 1200 to 200 rows. with that, I don't have lag at start with the command.
I would not put power in that part, my 2 cents
-
I've added the new command to the next version(8.15)
As a admin you only have to do this:
AFC S24
To give all users on the servers a M24.
To avoid any problems all I really do is take the players that are alive and run them though the regular ADMIN FORCECLASS X Weapon. But since I'm doing it on a limited number of players it should behave much better than the exec scripts.
final exec function afc(string WhichClass)
{
local PlayerReplicationInfo PRI;
if (ViewportOwner!=None)
{
if (myLevel!=None)
{
ForEach myLevel.AllActors(Class'PlayerReplicationInfo',PRI)
{
if (! PRI.bIsSpectator || PRI.bWaitingPlayer)
{
log(ViewportOwner.Actor.ConsoleCommand("ADMIN FORCECLASS" @ PRI.PlayerName @ WhichClass));
}
}
}
}
}
-
Will shotgun etc as a weapon will work now?
-
Will shotgun etc as a weapon will work now?
No.
-
No.
Damn, that would be some fun round son servers with it, you could make it available, but no points, just fun indeed needed with it. I remmeber back to the days when there was only nades too, was fun, I don't care about points, the game is all for fun and should have ( not tracked) if possible.
-
Damn, that would be some fun round son servers with it, you could make it available, but no points, just fun indeed needed with it. I remmeber back to the days when there was only nades too, was fun, I don't care about points, the game is all for fun and should have ( not tracked) if possible.
Since I'm using the built in ADMIN FORCECLASS command, if you cant do it with that, you cant do it with the new command. This new function is just for simplifying manual Admin Forceclassing.
-
Since I'm using the built in ADMIN FORCECLASS command, if you cant do it with that, you cant do it with the new command. This new function is just for simplifying manual Admin Forceclassing.
Got ya :) thanks for info
-
I've added the new command to the next version(8.15)
As a admin you only have to do this:
AFC S24
To give all users on the servers a M24.
To avoid any problems all I really do is take the players that are alive and run them though the regular ADMIN FORCECLASS X Weapon. But since I'm doing it on a limited number of players it should behave much better than the exec scripts.
final exec function afc(string WhichClass)
{
local PlayerReplicationInfo PRI;
if (ViewportOwner!=None)
{
if (myLevel!=None)
{
ForEach myLevel.AllActors(Class'PlayerReplicationInfo',PRI)
{
if (! PRI.bIsSpectator || PRI.bWaitingPlayer)
{
log(ViewportOwner.Actor.ConsoleCommand("ADMIN FORCECLASS" @ PRI.PlayerName @ WhichClass));
}
}
}
}
}
The only problem I see is the fact that if you mistype the string, I would imagine your screen lights up with all the 'only x and y guns available', but I don't really see that as a huge problem. People can still do the same command as a bind and then never mistype it :)
-
Wind-Dancer and Vanoke said (http://aao25.com/forum/bug-report/afc-commando-on-radio-tower-doesnt-work/msg81564/?topicseen#new) that it's not working properly. It looks as if they're saying only admins are forceclassed the weapon. I don't know, I have not tested this out myself.
Has anyone else had this kind of problems with it?
-
Spanky and I used it a lot last weekend and it never failed.
-
Yea, we used it and it worked great. My only complaints would be that "b" (shotgun) doesn't work but that has to be forced with a mod and that if you mis-type, the console gets spammed with the regular forceclass message for all players.
-
Yea, we used it and it worked great. My only complaints would be that "b" (shotgun) doesn't work but that has to be forced with a mod and that if you mis-type, the console gets spammed with the regular forceclass message for all players.
Haha, I predicted the fact about the spam when mistyped ;)
And B doesn't work, because it's not an official class or w/e. It doesn't work with regular forceclass either.
In any case, then I'm not sure what hey were talking about on the other thread.