Data Realms Fan Forums http://45.55.195.193/ |
|
FF and FC toggle options http://45.55.195.193/viewtopic.php?f=4&t=31757 |
Page 1 of 1 |
Author: | Someone64 [ Sat Sep 29, 2012 11:41 am ] |
Post subject: | FF and FC toggle options |
I'd really like it if there were friendly fire and friendly actor collision toggles in the options. |
Author: | Gotcha! [ Sat Sep 29, 2012 12:57 pm ] |
Post subject: | Re: FF and FC toggle options |
/signed Bring back the ridiculous mayhem! |
Author: | Natti [ Sat Sep 29, 2012 1:20 pm ] |
Post subject: | Re: FF and FC toggle options |
Gotcha! wrote: /signed Bring back the ridiculous mayhem! |
Author: | Abdul Alhazred [ Sat Sep 29, 2012 3:53 pm ] |
Post subject: | Re: FF and FC toggle options |
That should not be difficult since it is all controlled by one flag per actor (afaik). In the meanwhile you can turn it on like this: Code: for A in MovableMan.Actors do A.IgnoresTeamHits = false end Just a warning to anyone who haven't played the game before B26: The AI will have even less of a chance if you set IgnoresTeamHits to false. |
Author: | Someone64 [ Sun Sep 30, 2012 5:07 am ] |
Post subject: | Re: FF and FC toggle options |
Yeah, but it would be nice if we had a convenient way to toggle it on and off anytime from a menu in-game. |
Author: | Asklar [ Sun Sep 30, 2012 5:20 am ] |
Post subject: | Re: FF and FC toggle options |
Abdul Alhazred wrote: That should not be difficult since it is all controlled by one flag per actor (afaik). In the meanwhile you can turn it on like this: Code: for A in MovableMan.Actors do A.IgnoresTeamHits = false end Typing that on the console in game would turn it off, and typing it again changing false for true would turn it on back again, pretty quickly and easily. |
Author: | Gotcha! [ Sun Sep 30, 2012 12:16 pm ] |
Post subject: | Re: FF and FC toggle options |
Would it be possible to somehow attach that line to a hotkey through a script? |
Author: | Roast Veg [ Sun Sep 30, 2012 2:10 pm ] |
Post subject: | Re: FF and FC toggle options |
Yes it would, but only if you had a particle spawning in every scene by default. |
Author: | Someone64 [ Tue Oct 02, 2012 9:38 am ] |
Post subject: | Re: FF and FC toggle options |
Does that include collision with friendly actors? EDIT: I also think there should be a more user friendly way implemented for other users. Like... you know, buttons in the UI. |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |