DayZ
Not enough ratings
Proxy Search Framework V2
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
49.901 KB
Feb 7, 2023 @ 5:52pm
Feb 7, 2023 @ 5:54pm
2 Change Notes ( view )

Subscribe to download
Proxy Search Framework V2

Description


This is Proxy Search Framework Version 2.

A full overhaul to remove any need for config class or scripted class defines for desired target objects..


This framework is designed to help modders create mods that require the targeting of asstes inside of buildings, known as proxies.
This base framework will target MOST indoor objects such as tables, chairs, decor.. and the likes, and will provide the name of the
object with any config or scripted classes needed.

Being able to target these proxies opens doors for many types of mods, Such as searching fridges or dressers.
This mod is designed for modders, not the average client.
Included are comments to help understand how to make your own targting conditions and the format.


KNOWN ISSUES:
Not all static objects can be targeted, due to mis-aligned component posistions.
Not all buildings are perfect, so sometimes proxies are not able to be targeted, this is
a problem with the buidling's view geo most times. The city hospital and HTC are good examples.


Please report any issue you come across!
This is still a WIP!

MODDERS:
you will need to list this as a required mod for the proper functions.
the CfgPatches name for this mod is 'ShowMEInfoV2'
place that in your required addons in your mods config.cpp
requiredAddons[] = {"DZ_Data","ShowMEInfoV2"};
This will ensure the framework is loaded first..

Included are 2 Example actions to base yours off of, Along with comments to help.

USAGE & TERMS:
- You MAY NOT repack or publish this mod on any platform including Steam. Dont ask.
- You MAY unpack to learn from the provided examples on how to make your own actions

CREDITS
HunterZ - for proxy search debugging therories and intellectual concept

PERMISSION IS NOT GRANTED FOR THIS MOD TO BE INCLUDED IN A "SERVER PACK" or "MOD PACK".
‘Collections’ are allowed.
Copyright © 2023 Zedmag


Please consider donating, Thank you!
[www.paypal.me]
5 Comments
KᕼᗩOTIᑕᗯOᒪᖴ Oct 29, 2023 @ 3:16pm 
Okay ill look in to it. Thank you Zed
[S.C.] Zedmag  [author] Oct 29, 2023 @ 3:11pm 
No. Still no repacking allowed. You’d need to set PSF2 as a dependent.
KᕼᗩOTIᑕᗯOᒪᖴ Oct 29, 2023 @ 2:59pm 
Okay brilliant, thank you so much. Then could i just pack my own plumbing mod after filtering out the toilets tubs and sinks, Which would all be one mod instead of depending on another ?
[S.C.] Zedmag  [author] Oct 29, 2023 @ 1:38pm 
This has example actions in it. You are more than welcome to unpack and learn. And make an override that filters out just the toilets tubs and sinks. I simply just don’t have the time currently.
KᕼᗩOTIᑕᗯOᒪᖴ Oct 27, 2023 @ 9:25am 
anychance we can get indoor plumbing working with this