-
Content count
23 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Sid Debian
-
Rank
Bambi
- Birthday 02/12/1994
Recent Profile Visitors
1250 profile views
-
What a hell in your's config.cpp!? It's my config.cpp example (based on yours lines): That's all. Create a folder in mission file and store there a overrides for exile_client. I made it so: %A3_SERVER_FOLDER%\mpmissions\Exile.Altis\Overrides\ If config.cpp (make by yours code example): And you have no need to f*ck your brains...
-
Sid Debian started following Custom Buildings Isuse, IgiLoad, Please add a new gas mask GP-5 in Exile and and 1 other
-
There's a choice. If you want or need in it i can write how to edit default gas masks... But still remain a problem that only R3F Units contain a gas masks and Exile ((((
-
Hey everyone. For Namalsk map was add in mod an radioactive zones and gas mask it self. But, Namalsk is (formally) part of Russia ( city Vorkuta in the Komi Republic, Russia, situated just north of the Arctic Circle in the Pechora coal basin at the Usa River. (p.s. wikipedia)). And in Russia you still able to buy a gas mask called as GP-5. Dear developers, may you add this gas mask in game as alternative current gas mask? And i hope that community is get interested in this. With my regards.
-
I have last idea - need to search point where show it. (like with some tanks/apcs)...
-
Check the a3 editor and need find parent class... Maybe parent will be a frigate (for example)...
-
You need to findout a fine place to spawn, 'cause this thing need a deep water location. Add in config - read another threads. At any forum you can find a same solution.
-
If need to recover vehicle after blown up -> not good way is override event on server side (on vehicle remove) and write a MySQL trigger (it will allow to teleport vehicle if it have damage >= 1. Override event allow you not remove record from database. And trigger allow you teleport. And after restart died vehicle like phoenix will return at trader. But you'll find a problem. If was deleted 5 vehicles - fine. But what's happen if need to spawn at trader about 10 or 15 vehicles and thay'll have a collision spawn coordinates???
-
Awesome. I'm say it again: check out how you server .dll /.so work with yours MySQL server.
-
Let me see... You want to disable for database save the vehicle location (where you bought there it stay after restart)? For example: you bought a car at baloto took a ride to berezino, then restart of server and car again will located in baloto?
-
exile.majormittens.co.uk -> download -> exile server. You said that you have no save vehicles... So possible solutions: exile server.pbo extDB2 (and config) Self MySQL Server... So is that logical?
-
you need (just for test) replace with original @ExileServer\extDB\sql_custom_v2\exile.ini (DON'T FORGET TO BACKUP ORIGINAL FILE) try to install default database (for checkin') if it will be fine, then try to use your old database. If you have no problem, you find you problem. If it wouldn't help -> backup you exile exile_server.pbo and try to use default exile_server.pbo...
-
Hm. There's some problem... Do you change vehicle purchase script? Or you have wrong ini file for database dll in @ExileServer
-
Man, the best way to make custom buildings on map - forget about fu***** mission file and make server side script. Reasons: Mission size. It's will be a server side mod. If player connect to server, he automatically download all map changes. Not so high FPS change (everything make on server, that's mean no need send big broadcast messages to server and from server, client once download it and will work with this... no need recalculate coordinates and objects between server and client. There's no another bi*** witch able to download you base/objects as mission file and get it on his server.
-
Any cfg of dynamic spawn vehicle located in @ExileServer\Addons\exile_server_config.pbo -> config.cpp (classes: VehicleSpawn (array: ground) -> any ground vehicle, BUT remember it will be like a trash... (Spawn city = VehicleSpawn(ammount) + BambiSettings->spawnZoneVehicles). Inventory size -> search vehicle configuration files and search way to override 'em... If vehicle dynamic - no need teleport back to trader... They automatically will spawn at trader.
-
Hey everyone, i'd found that's launcher (AA/AT) have no lock on vehicle. For example i bought a fighter fly around map and find the AI helicopter. I'm lock on helicopter and shoot down it. But I can't lock on same helicopter with AA launcher. Or i can't lock on AI car with AT launcher. How fix that or how to unlock that?