mirror of https://github.com/bmgjet/FlattenMap.git
parent
d1f9c2a116
commit
4bb254aed0
|
@ -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<uint, uint> wood = new Dictionary<uint, uint> {
|
||||
{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<uint, uint> stone = new Dictionary<uint, uint> {
|
||||
{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<uint, uint> metal = new Dictionary<uint, uint> {
|
||||
{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<uint, uint> hqm = new Dictionary<uint, uint> {
|
||||
{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
|
||||
|
|
Loading…
Reference in New Issue