武装突袭3

武装突袭3

109 个评价
SCP Extended Functions
2
2
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Mechanics
文件大小
发表于
更新日期
4.239 MB
2023 年 9 月 5 日 上午 10:17
2024 年 11 月 5 日 上午 8:09
9 项改动说明 ( 查看 )

订阅以下载
SCP Extended Functions

描述
Update 1: "Finally usable!" - modules and multiplayer


Adds working Tesla Gates, Elevators, and keypads. More to come.
Elevators use seamless teleport script by codemakeris.

Everything from the mod can be set up with modules or functions.
Remember to follow the instructions on synchronization in the description of the modules.
You can find the modules in "SCP Extended Functions" tab in the modules section.


Current Features:
- Tesla Gate (Create/Enable/Disable Tesla Gate modules and functions)
- Elevator (Create module/function)
- Keypad (Create module/function; -1 to make an unopenable keypad.)

Possible future features: (Don't take these as a promise)
- Something to ease facility creation;
- Fingerprint scanner interactivity;
- Elevators having several floors;
- Deeper keycard system, alike that in SCP: Secret Laboratory;


Reagalis' CB Assets Mod
Dev Build of SCP:EF most of the time has the latest experimental tech. Use with caution, updates to the dev branch may screw with multiplayer and/or your general experience.
热门讨论 查看全部(3)
2
2023 年 10 月 16 日 上午 11:06
Support
Doggifast
0
2023 年 9 月 11 日 上午 12:21
Suggestions
Doggifast
0
2023 年 9 月 11 日 上午 12:02
Discussion
Doggifast
40 条留言
Pablo 8 月 6 日 下午 5:33 
is everything working alr in the multiplayer?
Doggifast  [作者] 7 月 21 日 上午 10:02 
@Lenovo tesla gates should instakill, they use setDamage 1. Check if your character is invincible or if your ace settings mess with the mod somehow
Lenovo 7 月 20 日 下午 2:39 
Is the Tesla Gate a WIP for doing damage to the player or am I doing something wrong?
Wiket 7 月 10 日 上午 12:36 
Ive been looking for a keypad in Arma for years, you sir are a legend, idk how I didnt find this sooner. I hope soon it can be used with doors not from the SCP mod.

Also, having the elevator work with multiple levels would be dope!
Doggifast  [作者] 5 月 6 日 下午 11:56 
Hey Spark, yea just make another keycard reader object with the same init
SparkD7P 5 月 6 日 下午 4:39 
Is their I way I can use a keycard reader from a distance: For example the SCP 173 chamber so have the gate be opened from the control room
Doggifast  [作者] 2 月 18 日 上午 9:12 
You will also need to change a parameter in Description.ext of your mission that allows you to overwrite mod functions, look up the Description.ext wiki page for that

In the function itself, what you're looking for is the "_buttonE: {}" case in the switch form. In it there is an if-statement that checks if the code is correct, remove the line with the "remoteExec" command in it (the entire line, remoteExec takes parameters and arguments before and after itself) and define your own behaviour! Just remember that all code you write there is executed locally on the client which has the keypad GUI open, so test test test and remoteExec what you need to. DM me if all of this is confusing and you need some help (2/2)
Doggifast  [作者] 2 月 18 日 上午 9:11 
Hey Bad Luck Charm,
I'm 100% certain there's a way to open/close/lock a building's door by changing it's variable called BIS_DoorState or something (search it up). As for executing a custom function instead of it opening an assigned assets door: that addittion is planned, but update isn't going to come out anytime soon due to general disinterest and my computer's sincere inability to handle this game.

For a workaround: You can modify the function that's executed every time a person clicks on a button in the keypad UI, it's filename is fn_keypadHUD_onButtonClick.sqf in the mod files, and it's defined something alike in-game.
I think 3den enhanced allows you to look what functions are defined by what mods, find the actual function name which will be like "DGF_keypadHUD_onButtonClick" or along those lines (Or it might have SCP_EF as its tag instead of DGF. I really can't remember), and redefine it yourself with the standard global-variable code syntax (MyGlobalCodeVariable = {};) (1/2)
Bad_Luck_Charm 2 月 18 日 上午 5:06 
Is there a way to have the keypads work with doors that aren't from Regalis' Assets mod?

Since this is the only mod that adds keypads that still work, I feel people would love to be able to use them with other doors, especially since it seems that the assets mod won't be updated for a while.
4N0N H4X0R||Floof 2024 年 12 月 7 日 上午 7:35 
ah i see. As for the suggestion, nice ^^