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,7 +108,7 @@ namespace Oxide.Plugins
|
|||
{1961464529,3779627137},
|
||||
{2700861605,2557589201},
|
||||
{3234260181,2669235086},
|
||||
{623529040,501433505},
|
||||
{623529040,1083816058},
|
||||
{1886694238,2317079308},
|
||||
{447548514,1226999144},
|
||||
{3250880722,2922770117},
|
||||
|
@ -131,7 +130,7 @@ namespace Oxide.Plugins
|
|||
{1961464529,888501382},
|
||||
{2700861605,2157709419},
|
||||
{3234260181,1914357817},
|
||||
{623529040,1113005166},
|
||||
{623529040,2227526408},
|
||||
{1886694238,2302430565},
|
||||
{447548514,2897638097},
|
||||
{3250880722,3400742811},
|
||||
|
@ -153,7 +152,7 @@ namespace Oxide.Plugins
|
|||
{1961464529,433379011},
|
||||
{2700861605,3595500402},
|
||||
{3234260181,3170121798},
|
||||
{623529040,1734967408},
|
||||
{623529040,2632011342},
|
||||
{1886694238,4183571989},
|
||||
{447548514,2752913795},
|
||||
{3250880722,2553053469},
|
||||
|
@ -175,7 +174,7 @@ namespace Oxide.Plugins
|
|||
{1961464529,585390072},
|
||||
{2700861605,1430375591},
|
||||
{3234260181,977022139},
|
||||
{623529040,448908747},
|
||||
{623529040,4170688610},
|
||||
{1886694238,2826341200},
|
||||
{447548514,2729607885},
|
||||
{3250880722,355230703},
|
||||
|
|
Loading…
Reference in New Issue