Addon for more Fake Console functions
Moderator: Moderators
-
- Corporal
- Posts: 158
- Joined: Thu Jan 15, 2015 12:05 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Connecticut
Re: Addon for more Fake Console functions
Exactly, yessss
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Addon for more Fake Console functions
Fake Console already has a function for health. It's something about how much damage bots are allowed to do to humans.
-
- 1st Lieutenant
- Posts: 463
- Joined: Sat Feb 01, 2014 10:05 am
- Projects :: N.A.
- xbox live or psn: MikeTheeBeast55
- Location: New Jersey
- Contact:
Re: Addon for more Fake Console functions
Isaac, their already is a way to get unlimited health as Anthony has said. Go to health regen- humans and put in lots of 9s to get infinite health. I do it sometimes but not a lot.Isaac1138 wrote:You should also include Infinite heath because I can't ever make my mind
-
- Private First Class
- Posts: 314
- Joined: Sun Nov 22, 2015 1:48 pm
- Projects :: None.
- xbox live or psn: #PCMasterRace
- Location: Greece
Re: Addon for more Fake Console functions
He meant Health that will NEVER drop down,not health that will regen.
Also the console's regen gets disabled after dying (sometimes rockets can kill you).
Also the console's regen gets disabled after dying (sometimes rockets can kill you).
-
- 1st Lieutenant
- Posts: 463
- Joined: Sat Feb 01, 2014 10:05 am
- Projects :: N.A.
- xbox live or psn: MikeTheeBeast55
- Location: New Jersey
- Contact:
Re: Addon for more Fake Console functions
Only time I ever die from it is when I hit one of those mines;l, I have been hit by rocks a lot and do not die easily, I do get close to death though with a little health left. True it doe get disabled after you die but you can simply reactivate it again, I see no problem with that, it take ten seconds to do.TheMastermindOfMaom wrote:He meant Health that will NEVER drop down,not health that will regen.
Also the console's regen gets disabled after dying (sometimes rockets can kill you).
-
- Private First Class
- Posts: 314
- Joined: Sun Nov 22, 2015 1:48 pm
- Projects :: None.
- xbox live or psn: #PCMasterRace
- Location: Greece
Re: Addon for more Fake Console functions
Yes but the scrolling is tedious in 16:9 resolutions.
-
- 1st Lieutenant
- Posts: 463
- Joined: Sat Feb 01, 2014 10:05 am
- Projects :: N.A.
- xbox live or psn: MikeTheeBeast55
- Location: New Jersey
- Contact:
Re: Addon for more Fake Console functions
The obvious solution behind that fix is do not play in a 16x9 resolution if it is to "tedious" for you. Especially is you know your computer can not run that at a normal pace. As for the mines killing me, I could always disable mines but that takes the fun out of playing then without any surprises.TheMastermindOfMaom wrote:Yes but the scrolling is tedious in 16:9 resolutions.
-
- Private First Class
- Posts: 314
- Joined: Sun Nov 22, 2015 1:48 pm
- Projects :: None.
- xbox live or psn: #PCMasterRace
- Location: Greece
Re: Addon for more Fake Console functions
I can play on 1920x1080 but not if I record/have many background programs open.
-
- 2nd Lieutenant
- Posts: 363
- Joined: Sun Sep 02, 2012 2:47 am
- Projects :: None
- xbox live or psn: No gamertag set
- Location: HK Factory
- Contact:
Re: Addon for more Fake Console functions
Turn on "Ai Damage Threshold" (or something like that) and set it to 1. That'll make you invulnerable to Ai units. The only problem is that Ai can't kill each other unless you kill all Ai on both teams.TheMastermindOfMaom wrote:He meant Health that will NEVER drop down,not health that will regen.
Also the console's regen gets disabled after dying (sometimes rockets can kill you).
-
- Corporal
- Posts: 158
- Joined: Thu Jan 15, 2015 12:05 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Connecticut
Re: Addon for more Fake Console functions
Yeah but then every1 else get infinite health, I tried it. I would just like get it in one click.MikeTheBeast55 wrote:Isaac, their already is a way to get unlimited health as Anthony has said. Go to health regen- humans and put in lots of 9s to get infinite health. I do it sometimes but not a lot.Isaac1138 wrote:You should also include Infinite heath because I can't ever make my mind
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Addon for more Fake Console functions
So just use the other FC command to kill all AI units
Fake Console additions shouldn't conflict with each other unless one or both of them have bugs in the way they're implemented. If someone can point me to the skin changer mod's source code and the code for this mod I can take a quick look at it.
You can filter which FC commands are displayed based on which map is being played. That'll keep the FC list shorter and prevent people from clicking on commands the could crash on some maps. As per the v1.3 readme:
I had always wanted to do a mod like this but obviously never got around to it. Thanks for taking an item off my todo list.
Fake Console additions shouldn't conflict with each other unless one or both of them have bugs in the way they're implemented. If someone can point me to the skin changer mod's source code and the code for this mod I can take a quick look at it.
You can filter which FC commands are displayed based on which map is being played. That'll keep the FC list shorter and prevent people from clicking on commands the could crash on some maps. As per the v1.3 readme:
so use if statements in your overridden ScriptPostLoad to only load FC commands that are related to that map.* The ingame variable '__thisMapsCode__' should contain the current map's 3-char code (will always be lowercase). The variable is nil if the code couldn't be detected or has yet to be detected.
* The ingame variable '__thisMapsMode__' should contain the current map's loaded layer/game mode (will always be lowercase). The variable is nil if the mode couldn't be detected or has yet to be detected.
I had always wanted to do a mod like this but obviously never got around to it. Thanks for taking an item off my todo list.
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Addon for more Fake Console functions
So you're saying I could use something like this right?[RDH]Zerted wrote:So just use the other FC command to kill all AI units
Fake Console additions shouldn't conflict with each other unless one or both of them have bugs in the way they're implemented. If someone can point me to the skin changer mod's source code and the code for this mod I can take a quick look at it.
You can filter which FC commands are displayed based on which map is being played. That'll keep the FC list shorter and prevent people from clicking on commands the could crash on some maps. As per the v1.3 readme:so use if statements in your overridden ScriptPostLoad to only load FC commands that are related to that map.* The ingame variable '__thisMapsCode__' should contain the current map's 3-char code (will always be lowercase). The variable is nil if the code couldn't be detected or has yet to be detected.
* The ingame variable '__thisMapsMode__' should contain the current map's loaded layer/game mode (will always be lowercase). The variable is nil if the mode couldn't be detected or has yet to be detected.
I had always wanted to do a mod like this but obviously never got around to it. Thanks for taking an item off my todo list.
if __thisMapsCode__ = dea then
blah blah ff_AddCommand
end blah blah
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Addon for more Fake Console functions
Yes. (just don't forget the quote marks around dea and to use a double equal sign)
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Addon for more Fake Console functions
Some stuff in mod tools got corrupted so I lost my source (but I have bits scattered around) I can rebuild but don't expect a continuance any time soon.
-
- Private First Class
- Posts: 314
- Joined: Sun Nov 22, 2015 1:48 pm
- Projects :: None.
- xbox live or psn: #PCMasterRace
- Location: Greece
Re: Addon for more Fake Console functions
Sad news to hear.
- Anakin
- Master of the Force
- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: Addon for more Fake Console functions
anthonybf2 wrote:Some stuff in mod tools got corrupted so I lost my source (but I have bits scattered around) I can rebuild but don't expect a continuance any time soon.
why do all v1.3patch/fakeconsole things got lost??
-
- Recruit Womprat Killer
- Posts: 6
- Joined: Thu Jul 28, 2016 1:07 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Addon for more Fake Console functions
Download link provided is no longer working.
:c
:c
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Addon for more Fake Console functions
v2tacticaldoorkickers wrote:Download link provided is no longer working.
:c