#CustomItemsAPI
1 messages · Page 1 of 1 (latest)
mf made custom keycards for labapi when custom keycards are going to be base game for 14.1, when labapi launches anyway
Was made it before announcement 
rip
Well certainly can be expanded with it, probably, have to see the code
Firearms already giving me "what?" moments
dw its already update to have better names just hasnt been updated in git
fixed for u
yay
updated 
Modules are ass, why sometimes not work as it supposed to be
I really should learn how unity works with these modules 
firearm.TryGetModule
Now look at how every single module works 
I replacing modules with my own
Works on MicroHID not tested on firearm yet
Firearm added 
0.0.3.0 Released added XML docs
added release page and edited the current supporting elements
@short siren when LabAPI.CustomRoles?
:sob
Sadly roles arent the best to make/sync
The subsystem it using/depends isnt very much settable or syncable
[0.0.3.4] CustomItemsAPI
0.0.5.2 is on GitHub Actions more stuff is there than before
Can you please add a value for custom keycards where I can set what KeycardType it is for Scp914 and add functionality to be able to upgrade it?
Override the scp914 stuff, not everyone want to upgrade kc to other kc
Okay
You can make a base class of that
pub abstract class KcToKc : CustomKCBase
{
override void OnUpgrading(..)
{
// Stuff here
}
}
@short siren wtf have you created, this is peak
how much time did you spend on this?
not much
idk
can see from git history
currently adding events so more control (because i need it and be easier for myself!!!)
(will be public just dont want xml doc scream at me)
nvm i stripped the T where T, didnt made much sense
it did
well
you're right
its a base so i calling like <CustomItemBase>. stuff anyway
did you update the system for newest cards?
wdym newest cards?
beautiful
what library do you use for MathValueFloat etc.?
is that a plugin though?
or just dependency that doesn't have to be updated?
its a dependency
and I update once in a while to include things and stuff from other projects
This ment to be correct or current?
@short siren when a new event is added do you have to manually add it into this API?
Updated to latest labapi and stuff will create a release
CustomItemsAPI