AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   [INS] Insurgency_Maps plugin natives GitHub (https://forums.alliedmods.net/showthread.php?t=287595)

Bacardi 09-10-2016 15:52

[INS] Insurgency_Maps plugin natives GitHub
 
1 Attachment(s)
GitHub https://github.com/ambaca/insurgency_maps

For Insurgency 2014 game.
This game can use different gamemodes in one same map (depends how map is created).



So I tried create this plugin+natives to get more control to handle maps with different gamemodes.

Plugin try search all maps cpsetup script files and save gamemodes inside of those to own KeyValue tree.

Maps which not have this txt file (or file have zip inside map) will not get stored into KeyValues tree.
To do

Legacy workshop maps also not automatically get stored into KeyValues tree.
To do


zip file include all files, plugins, source and inc. https://github.com/ambaca/insurgency_maps/releases

Loading insurgency_maps.smx and insurgency_maps_menu.smx
you get into Admin Menu/Server Commands a new option "Change Level"
https://raw.githubusercontent.com/am...aster/menu.png

I attached inc file to show (current) natives

Enjoy

Peace-Maker 09-11-2016 12:30

Re: [INS] Insurgency_Maps extension GitHub
 
Are you planning to create an extension to get all the maps from the game's internal state? Extensions are C++ ;)

Bacardi 09-11-2016 12:35

Re: [INS] Insurgency_Maps extension GitHub
 
No..., this topic can move "snippet and tutorials" :P

sneaK 09-11-2016 15:19

Re: [INS] Insurgency_Maps extension GitHub
 
Quote:

Originally Posted by Bacardi (Post 2453109)
No..., this topic can move "snippet and tutorials" :P

Done :D

Nice job!


All times are GMT -4. The time now is 18:55.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.