Page 1 of 1
How to requesting kits for custom faction
Posted: 2020-11-19 18:24
by tomylana
I've learned how python works to spawning kits using rcon spwaners and setup initial kits for custom faction, but I still confused how to custom faction soldier requesting kits from their own vehicles or supply crate? It looks like there no reference between faction and vehicles. Maybe I miss for something, but it so interesting for me.
Re: How to requesting kits for custom faction
Posted: 2020-11-19 19:49
by AlonTavor
Have you added your crates/APCs to the python configs?
check realityconfig_private.py:
-KIT_SUPPLY_OBJECTS
-KIT_SUPPLY_OBJECTS_VEHICLES
Re: How to requesting kits for custom faction
Posted: 2020-11-19 22:09
by tomylana
AlonTavor wrote:Have you added your crates/APCs to the python configs?
check realityconfig_private.py:
-KIT_SUPPLY_OBJECTS
-KIT_SUPPLY_OBJECTS_VEHICLES
Ahh, so I've to touch the python script for that? I mean, is that no problem if I want to play online like usual?
But it make sense, alright I'll check it. A couple of years ago, I'm running a server and those lines is like familiar for me. Thanks for your answer.
Re: How to requesting kits for custom faction
Posted: 2020-11-19 22:48
by AlonTavor
Python isn't used by clients so you can change it freely. Its completely server side (or if you create local)
Re: How to requesting kits for custom faction
Posted: 2020-11-20 15:01
by tomylana
Hi AlonTavor, I was edited python config as you said (realityconfig_local.py). I added new line for new faction include vehicles but nothing happen ingame even "unavailable to your forces right now" doesn't appear. So am I miss another something?
I'm testing on local (SP)
Re: How to requesting kits for custom faction
Posted: 2020-11-20 15:47
by AlonTavor
You should join discord for quicker help
1. Show me the python file you changed.
2. If nothing happened when you requested kit then something errored, always enable rcon debug so you can see the errors
Re: How to requesting kits for custom faction
Posted: 2020-11-20 16:18
by tomylana
AlonTavor wrote:You should join discord for quicker help
1. Show me the python file you changed.
2. If nothing happened when you requested kit then something errored, always enable rcon debug so you can see the errors
OK, wait.