What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

mRadar

Status
Not open for further replies.

Tempura

New Member
Joined
Oct 9, 2014
Messages
81
Reaction score
0
What I've been working on:

mRadar
A Radar tool for developed using the WPF framework and Mahapps.Metro styling package. Same technology that Archebuddy client uses for its UI.

Latest version: 0.97 (11/3/2014)

Ships!

Uses vector graphics, circular shape, adjustable opacity: Collapsible settings panel.

vrznXg8.jpg


Easily see harvestable or growing plants and trees, trade packs, sunken treasure, etc! Automatically ignores protected crops.

thhHRMs.jpg



The source code for free version is available. PM me.

Donate (any amount you choose) and I send you house scanner:
T6a5KYF.png

  • Predicts the tax info on most houses, reducing need to talk to server.
  • Toggleable safeguards for scanning taxes.
  • Color coded map
  • Quick export, copy & paste to Google Spreadsheet

PM me for access!
 
Last edited:
this looks cool if you need help releasing it to the store pm me ^_^
 
Looks good. I would leave the house scanning thing in and off by default just put a big warning on it. I would load it up on a throwaway account and scan the areas for houses. This would be really nice for mapping areas out.
 
I've been informed that Radars aren't allowed on the store. Not sure what to do now.
 
this your first plugin?

Yes. I am a UI/UX designer by day so I'm pretty anal about how things look.

Update the UI: make it a circle and collapsible settings (double click radar to open/close settings)
QTBKgyc.jpg


What is the best way to release source code? Can I attach a RAR file here?
 
man if you release this i am sure there will be a lot of supported members so make sure you add donation button when released
 
Having issues trying to build this with visual studio, any tips or am I overlooking something?

I did set the build output to the plugins folder.

Code:
1>------ Build started: Project: mCore, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ArcheBuddy". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\mRadar\mCore\mRadar'.cs(6,7,6,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\mRadar'.cs(13,27,13,31): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Main.xaml.cs(16,7,16,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\HouseScanner.cs(1,7,1,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\Radar.xaml.cs(17,7,17,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarPlotter.cs(1,7,1,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarScanner.cs(1,7,1,17): error CS0246: The type or namespace name 'ArcheBuddy' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Main.xaml.cs(27,9,27,13): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Main.xaml.cs(28,21,28,25): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\HouseScanner.cs(16,17,16,21): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\HouseScanner.cs(42,49,42,56): error CS0246: The type or namespace name 'Housing' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\HouseScanner.cs(79,27,79,34): error CS0246: The type or namespace name 'Housing' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\HouseScanner.cs(79,38,79,42): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\Radar.xaml.cs(36,18,36,22): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\Radar.xaml.cs(51,28,51,32): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\Radar.xaml.cs(272,17,272,29): error CS0246: The type or namespace name 'DoodadObject' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\Radar.xaml.cs(419,16,419,27): error CS0246: The type or namespace name 'SpawnObject' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarPlotter.cs(19,9,19,13): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarPlotter.cs(135,44,135,55): error CS0246: The type or namespace name 'SpawnObject' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarScanner.cs(41,79,41,83): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarScanner.cs(127,77,127,81): error CS0246: The type or namespace name 'Core' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarScanner.cs(198,49,198,61): error CS0246: The type or namespace name 'DoodadObject' could not be found (are you missing a using directive or an assembly reference?)
1>C:\mRadar\mCore\Radar\RadarScanner.cs(198,23,198,28): error CS0246: The type or namespace name 'Skill' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Status
Not open for further replies.
Back
Top