10-11-2015, 04:31 AM
Original code by Taugeshtu, but since he left it to gather some dust, I updated it and fixed some stuff since I needed such plugin for my server, and now soon, i will re-release it
It now saves all the stuff into a INI file, and it can be modified from the web as well (just need to create that part) and more readable for the users. Plus now you can easily remove any portals or fix the name issues etc.
an example of how the portals_portals.ini file can look like:
Don't mind the id value it was something I wrote before I saw the GetKeyName.
Got any suggestions what I should add onto this plugin? Will also showcase a little video later how it currently works, if ShadowPlay wants to work of course.
It now saves all the stuff into a INI file, and it can be modified from the web as well (just need to create that part) and more readable for the users. Plus now you can easily remove any portals or fix the name issues etc.
an example of how the portals_portals.ini file can look like:
[haven] id=haven world=haven portal_point1_x=990 portal_point1_y=67 portal_point1_z=519 portal_point2_x=990 portal_point2_y=64 portal_point2_z=515 target=test destination_x=993 destination_y=64 destination_z=517 [test] id=test world=world portal_point1_x=1031 portal_point1_y=72 portal_point1_z=662 portal_point2_x=1031 portal_point2_y=69 portal_point2_z=659 target=haven destination_x=1034.805216762 destination_y=69 destination_z=661.0152891471 [haven_docks] id=haven_docks world=haven portal_point1_x=1099 portal_point1_y=67 portal_point1_z=487 portal_point2_x=1099 portal_point2_y=64 portal_point2_z=484 target=haven destination_x=1096 destination_y=64 destination_z=486
Don't mind the id value it was something I wrote before I saw the GetKeyName.
Got any suggestions what I should add onto this plugin? Will also showcase a little video later how it currently works, if ShadowPlay wants to work of course.