From 4bb254aed0b861d5e808b27c9fc6436ebb03ebe8 Mon Sep 17 00:00:00 2001 From: bmgjet <50484759+bmgjet@users.noreply.github.com> Date: Thu, 14 Oct 2021 18:14:29 +1300 Subject: [PATCH] Update for Oct rust update. Update Ramp IDs --- FlattenMap.cs | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/FlattenMap.cs b/FlattenMap.cs index 6a6314b..1ff5eef 100644 --- a/FlattenMap.cs +++ b/FlattenMap.cs @@ -10,7 +10,7 @@ using static ProtoBuf.IOEntity; namespace Oxide.Plugins { - [Info("FlattenMap", "bmgjet", "1.0.0")] + [Info("FlattenMap", "bmgjet", "1.0.1")] [Description("Flatten all BaseEntitys on the server into prefabs in the Map File.")] //Known Issues @@ -86,12 +86,11 @@ namespace Oxide.Plugins {1961464529,202268266}, //Ushape Stair {2700861605,1111321898}, //Spiral Stair {3234260181,2918032421}, //Foundation triangle - {623529040,134803724}, //Ramp + {623529040,3971126790}, //Ramp {1886694238,300409724}, //Foundation steps {447548514,836119247}, //Spiral Stair triangle {3250880722,2866578618}, //Stair Lshape //{870964632,4133535601} //Roof Triangle - }; Dictionary wood = new Dictionary { {2194854973,921983837}, @@ -109,11 +108,11 @@ namespace Oxide.Plugins {1961464529,3779627137}, {2700861605,2557589201}, {3234260181,2669235086}, - {623529040,501433505}, + {623529040,1083816058}, {1886694238,2317079308}, {447548514,1226999144}, {3250880722,2922770117}, - // {870964632,2650713663} + //{870964632,2650713663} }; Dictionary stone = new Dictionary { {2194854973,3594132280}, @@ -127,15 +126,15 @@ namespace Oxide.Plugins {2925153068,648536205}, {995542180,3024298727}, {372561515,3939798636}, - // {3895720527,2720412746}, + //{3895720527,2720412746}, {1961464529,888501382}, {2700861605,2157709419}, {3234260181,1914357817}, - {623529040,1113005166}, + {623529040,2227526408}, {1886694238,2302430565}, {447548514,2897638097}, {3250880722,3400742811}, - // {870964632,300457304} + //{870964632,300457304} }; Dictionary metal = new Dictionary { {2194854973,3235325811}, @@ -149,15 +148,15 @@ namespace Oxide.Plugins {2925153068,770566494}, {995542180,1579205971}, {372561515,457145434}, - // {3895720527,2820366154}, + //{3895720527,2820366154}, {1961464529,433379011}, {2700861605,3595500402}, {3234260181,3170121798}, - {623529040,1734967408}, + {623529040,2632011342}, {1886694238,4183571989}, {447548514,2752913795}, {3250880722,2553053469}, - // {870964632,154365012} + //{870964632,154365012} }; Dictionary hqm = new Dictionary { {2194854973,787473322}, @@ -171,15 +170,15 @@ namespace Oxide.Plugins {2925153068,2943973556}, {995542180,468444903}, {372561515,1169583692}, - // {3895720527,3900016524}, + //{3895720527,3900016524}, {1961464529,585390072}, {2700861605,1430375591}, {3234260181,977022139}, - {623529040,448908747}, + {623529040,4170688610}, {1886694238,2826341200}, {447548514,2729607885}, {3250880722,355230703}, - // {870964632,4060621656} + //{870964632,4060621656} }; public class SerializedIOEntity