Improved Pie Chart

From OPU Wiki

Improved Pie Chart
Improved Pie Chart

Map Download: opu_15.map (http://www.outpost-universe.net/files/maps/opu_15.map)

Name Improved Pie Chart
Version v0.3
Map opu_15.map
Map Size 128 x 128
Creator Leviathan

Map DLL's

Improved Pie Chart (4 Player Version)
Improved Pie Chart (4 Player Version)

Download

v0.3, contains opu_15.map & ml4_p1.dll: imppie0.3.rar (http://www.outpost-universe.net/files/maps/imppie0.3.rar)

Extract then restart OP2.


DLL Download ml4_p1.dll (http://www.outpost-universe.net/files/maps/ml4_p1.dll)

Name 4P, LoS, 'Improved Pie Chart' (4 Player Version)
Version v0.3
Map opu_15.map
DLL ml4_p1.dll
Scenarios Last One Standing
Max Players 4
Map Size 128 x 128
Custom DLL? Yes
Creator Leviathan
Name 6P, LoS, 'Improved Pie Chart'
Version v0.1
Map opu_15.map
DLL .dll
Scenarios Last One Standing
Max Players 6
Map Size 128 x 128
Custom DLL? Yes
Creator Leviathan
Name 6P, LoS, 'Improved Pie Chart' (Money Version)
Version v0.1
Map opu_15.map
DLL .dll
Scenarios Last One Standing
Max Players 6
Map Size 128 x 128
Custom DLL? Yes
Creator Leviathan


Current Mine code

struct BeaconInfo extraSet[] =
{
	//Base Common Mines - 2 Bars
	{ XYPos( 37, 24), mapMiningBeacon, 0, 1, 1},
	{ XYPos( 99, 24), mapMiningBeacon, 0, 1, 1},
	{ XYPos( 36,108), mapMiningBeacon, 0, 1, 1},
	{ XYPos( 99,108), mapMiningBeacon, 0, 1, 1},
	//Outside Base Common Mines - 2 Bars
	{ XYPos(  8, 41), mapMiningBeacon, 0, 1, 0},
	{ XYPos(127, 41), mapMiningBeacon, 0, 1, 0},
	{ XYPos(  8,103), mapMiningBeacon, 0, 1, 0},
	{ XYPos(127,103), mapMiningBeacon, 0, 1, 0},
	//Base Rare Mines - 1 Bars
	{ XYPos( 25, 44), mapMiningBeacon, i, 2, 1},
	{ XYPos(104, 44), mapMiningBeacon, i, 2, 1},
	{ XYPos( 25, 84), mapMiningBeacon, i, 2, 1},
	{ XYPos(104, 84), mapMiningBeacon, i, 2, 1},
	//Outside Base Rare Mines - 2 Bars
	{ XYPos(  8, 20), mapMiningBeacon, i, 1, 1},
	{ XYPos(127, 20), mapMiningBeacon, i, 1, 1},
	{ XYPos(  8, 82), mapMiningBeacon, i, 1, 1},
	{ XYPos(127, 82), mapMiningBeacon, i, 1, 1},
	
	//Middle Rare Mines - 3 Bars
	{ XYPos( 64, 61), mapMiningBeacon, i, 0, 0},
	{ XYPos( 64, 66), mapMiningBeacon, i, 0, 0},
};