Web based WITPAE PBEM Viewer (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition



Message


RoryAndersonCDT -> Web based WITPAE PBEM Viewer (7/6/2015 6:37:32 PM)

Hey guys, in my spare time I've made a web based WITPAE PBEM viewer to teach myself how to write ASP.NET MVC websites.

This uses the excellent WITP Tracker to help generate the data for the website.

[image]https://i.imgur.com/guoaCE0.png[/image]
Allies-Only Map



[image]https://i.imgur.com/c9C4m89.png[/image]
Japan-Only Map



[image]https://i.imgur.com/UK9sl77.png[/image]
Combined Map





Pearl Harbor makes a good example for a quick tutorial on the Operation Glacier interface. I followed War in the Pacific UI as best I could, so if you are a WITP veteran the UI should Just Make Sense.
[image]http://i.imgur.com/1YrRl7F.png[/image]



Clicking on the red circle brings up the comments made on that hex.
[image]http://i.imgur.com/cN2WCWd.png[/image]



Clicking on the red 'X' up top brings up all the events that occurred on that hex.
[image]http://i.imgur.com/rZp6tKZ.png[/image]



The anchor icon brings up all the ships disbanded in the port.
[image]http://i.imgur.com/fixRmqI.png[/image]



If we click on the BB Maryland link we get a neat graph of damage over time along with information about the Maryland and its class.
[image]http://i.imgur.com/WwQXLlY.png[/image]



If we click on the float plane detachment we get a whole pile of graphs for this unit. I swear these graphs will get more interesting after the first turn...
[image]http://i.imgur.com/LiGL4XS.png[/image]



Back to the map! Clicking on the little square with an X through it in the lower left corner brings up the 'land combat units' in this hex.
[image]http://i.imgur.com/cPZllw4.png[/image]



And selecting one... Huh, I wonder what happened on the 7th!
[image]http://i.imgur.com/fnor7Pk.png[/image]


And finally, the little Task Force icon in the bottom right!
[image]http://i.imgur.com/1cqIHq5.png[/image]


Finally, one can change the underlying map as well as apply filters to the visible units. (More filters to come! Suggestions very welcome!)
[image]http://i.imgur.com/CQUkSJs.png[/image]
[image]http://i.imgur.com/hh1RL6M.png[/image]

Open source: https://github.com/Baloogan/OperationGlacier (If you would like to contribue or try to get this running please let me know, I still have quite a few commits to push to this repo)




Lecivius -> RE: Web based WITPAE PBEM Viewer (7/6/2015 6:42:21 PM)

Someone has ENTIRELY to much free time on their hands [:D]




JocMeister -> RE: Web based WITPAE PBEM Viewer (7/6/2015 6:47:36 PM)

I lack words to describe...wow! [X(]





chemkid -> RE: Web based WITPAE PBEM Viewer (7/6/2015 7:12:23 PM)

.




Hermit -> RE: Web based WITPAE PBEM Viewer (7/6/2015 8:30:11 PM)

Jumpin' jehosafat Batman! This is really kick-a** Baloogan!




Jorge_Stanbury -> RE: Web based WITPAE PBEM Viewer (7/6/2015 8:50:04 PM)

Thanks!!!

These are the kind of developments that make me believe that there can be a WITPAE - II
there is no need to reinvent the wheel; just simply port the existing game and database to a more modern- user friendly engine




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/6/2015 9:16:22 PM)

This look amazing, but when I go the the site I have no idea what to do to use it.... Or is it not yet possible to use it?

Roger




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/6/2015 9:22:54 PM)

Ok I get the interactive looking at the campaign, but can we use this to do the same for our own campaigns?

If we can, WOW.

Double WOW because its not using Windows to do it on my Mac.

Roger




dr.hal -> RE: Web based WITPAE PBEM Viewer (7/6/2015 10:11:57 PM)

Thanks you....




Numdydar -> RE: Web based WITPAE PBEM Viewer (7/6/2015 11:18:56 PM)


quote:

ORIGINAL: Roger Neilson 3

Ok I get the interactive looking at the campaign, but can we use this to do the same for our own campaigns?

If we can, WOW.

Double WOW because its not using Windows to do it on my Mac.

Roger


+1 for this.

How hard would it be to set this up to read the data from our own Tracker files and see what is happening in our games?




Lowpe -> RE: Web based WITPAE PBEM Viewer (7/7/2015 12:20:20 AM)

Well done![sm=happy0065.gif]




GaryChildress -> RE: Web based WITPAE PBEM Viewer (7/7/2015 12:56:40 AM)

Wow! Amazing job! [&o][&o][&o]




desicat -> RE: Web based WITPAE PBEM Viewer (7/7/2015 1:10:55 AM)

Amazing.




leehunt27@bloomberg.net -> RE: Web based WITPAE PBEM Viewer (7/7/2015 1:14:21 AM)

wow going to look and get bakc to you with feedback. thank you!




RoryAndersonCDT -> RE: Web based WITPAE PBEM Viewer (7/7/2015 2:05:55 AM)

Thanks guys [:D]



quote:

ORIGINAL: Numdydar

How hard would it be to set this up to read the data from our own Tracker files and see what is happening in our games?



One would need to be particularly computer savvy to set this up right now; would involve running IIS Express. But after its running all it needs is for WITP tracker to export 5 CSVs every turn: AirGroups, LCUs, Bases, TFs and Ships. It also reads the combat reports / sigint reports etc.





GaryChildress -> RE: Web based WITPAE PBEM Viewer (7/7/2015 2:32:41 AM)

If any more newbies ask about the game before purchasing I would refer them to your AAR first. Definitely the best preview there is.




leehunt27@bloomberg.net -> RE: Web based WITPAE PBEM Viewer (7/7/2015 2:37:50 AM)

Looks very good after i checked it out. Any chance you can make Tracker work for the latest Java :) :)

One minor feedback point, would be nice if when you click on say a TF and it shows you a ship, the display box opens up large enough to display all of the info, so you don't have to scroll down. Not a biggie though.




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/7/2015 5:26:16 AM)

quote:

ORIGINAL: Baloogan

Thanks guys [:D]



quote:

ORIGINAL: Numdydar

How hard would it be to set this up to read the data from our own Tracker files and see what is happening in our games?



One would need to be particularly computer savvy to set this up right now; would involve running IIS Express. But after its running all it needs is for WITP tracker to export 5 CSVs every turn: AirGroups, LCUs, Bases, TFs and Ships. It also reads the combat reports / sigint reports etc.




So IIS Express is free Microsoft software that is capable of reading data from files and presenting them in a web format. Interesting.....

So one assumes 'all' that would be needed to be done was a batch file of some sort that exported the relevant files from Tracker, and the programme would run using those files.....

Roger




CaptBeefheart -> RE: Web based WITPAE PBEM Viewer (7/7/2015 6:43:55 AM)

Holy. Cow. [X(] Great work!

Cheers,
Cc




floydg -> RE: Web based WITPAE PBEM Viewer (7/7/2015 10:33:15 AM)


quote:

ORIGINAL: leehunt27@bloomberg.net

Looks very good after i checked it out. Any chance you can make Tracker work for the latest Java :) :)



It does now. Try it.




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/7/2015 11:38:57 AM)

I do hope the two of you have a little chat about this development.

I love Tracker, this gives another layer to its use.

Roger




MBF -> RE: Web based WITPAE PBEM Viewer (7/8/2015 10:44:56 AM)

Very nice and I expect a lot of work :-)

I wonder how well this would work with XAMPP for those so inclined and without access to IIS




Numdydar -> RE: Web based WITPAE PBEM Viewer (7/8/2015 1:15:32 PM)


quote:

ORIGINAL: Baloogan

Thanks guys [:D]



quote:

ORIGINAL: Numdydar

How hard would it be to set this up to read the data from our own Tracker files and see what is happening in our games?



One would need to be particularly computer savvy to set this up right now; would involve running IIS Express. But after its running all it needs is for WITP tracker to export 5 CSVs every turn: AirGroups, LCUs, Bases, TFs and Ships. It also reads the combat reports / sigint reports etc.




I actually happen to be computer savvy [:)] I can definitely get IIS setup and I can get Tracker to export the needed files. So what is Part B? [:)] If you want to take this off line you can PM me.




RoryAndersonCDT -> RE: Web based WITPAE PBEM Viewer (7/8/2015 7:50:56 PM)

No need to take it offline, its open source!
Modify the paths in this file: https://github.com/Baloogan/OperationGlacier/blob/master/WITPJSON/Program.cs recompile and run WITPJSON.exe, this generates a whole pile of json files, then place them in a directory that satisfies the paths here https://github.com/Baloogan/OperationGlacier/blob/master/OperationGlacier/Views/Map/Index.cshtml.




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/8/2015 8:20:24 PM)

Ok I can 'sort of' see what is going on there, but for me, and most people on here we need a line by line walk through if someone could do that please?


Roger




KenchiSulla -> RE: Web based WITPAE PBEM Viewer (7/8/2015 9:02:25 PM)

Nice, I registered as Cannonfodder. How can I post comments?




RoryAndersonCDT -> RE: Web based WITPAE PBEM Viewer (7/8/2015 9:06:48 PM)


quote:

ORIGINAL: Cannonfodder

Nice, I registered as Cannonfodder. How can I post comments?


Every Ship, Airgroup and Base has its own page,

For example, this here is Pearl Harbor's page http://operationglacier.baloogancampaign.com/Unit?tid=Allies_Base_584&game_name=OperationGlacierI
And here is the Enterprise's page http://operationglacier.baloogancampaign.com/Unit?tid=Allies_Ship_3005&game_name=OperationGlacierI
You open up these pages by clicking on them in the map popups.

Then click here
[image]http://i.imgur.com/8lWwe7A.png[/image]
to start writing a comment.

The comments use https://en.wikipedia.org/wiki/Markdown Markdown for formatting, so if you put __double underline__ around something it will be bolded.




RoryAndersonCDT -> RE: Web based WITPAE PBEM Viewer (7/8/2015 9:10:02 PM)


quote:

ORIGINAL: Roger Neilson 3

Ok I can 'sort of' see what is going on there, but for me, and most people on here we need a line by line walk through if someone could do that please?


Roger


In the future this process will be made much simpler; right now the process is very complicated and subject to change.




RogerJNeilson -> RE: Web based WITPAE PBEM Viewer (7/8/2015 9:23:55 PM)

I am not sure we should allow you time off to sleep... This looks fantastic and I guess many of us are straining at the leash to get onto using this.

Roger [:D]




Numdydar -> RE: Web based WITPAE PBEM Viewer (7/8/2015 10:11:25 PM)


quote:

ORIGINAL: Baloogan

No need to take it offline, its open source!
Modify the paths in this file: https://github.com/Baloogan/OperationGlacier/blob/master/WITPJSON/Program.cs recompile and run WITPJSON.exe, this generates a whole pile of json files, then place them in a directory that satisfies the paths here https://github.com/Baloogan/OperationGlacier/blob/master/OperationGlacier/Views/Map/Index.cshtml.


It does not look that simple [:(] From looking at the code there is this section which looks like you are specifying specific ports for your game. So I would need to adjust things a lot more to get this to run just locally it looks like. Or am I over thinking this [:)]

<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>50349</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>https://secure.baloogancampaign.com:8081/OperationGlacier</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>

<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>




Page: [1] 2   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.875