Posted: Sun Apr 21, 2013 5:53 pm Post subject:
Remaking of OS SHP Builder in WPF
So hey creators of that neat piece of code,
I`ve always been a fan of TS and it is only very recently that for some reason
I went back to it and tried learning to mod it for the first time.
From there I found Olaf's site, then this site and SHP Builder,
and I thought that digging in your code would be better than studying for my exams so here I am.
I'll try to port all the features in a new interface in C#, which means I`ll have fun the whole summer.
So yeah, thanks Banshee and Stucuk for this program! QUICK_EDIT
Joined: 26 Apr 2003 Location: Somewhere in Germany
Posted: Sun Apr 21, 2013 8:42 pm Post subject:
Re: Remaking of OS SHP Builder in WPF
Zaaz wrote:
So hey creators of that neat piece of code,
I`ve always been a fan of TS and it is only very recently that for some reason
I went back to it and tried learning to mod it for the first time.
From there I found Olaf's site, then this site and SHP Builder,
and I thought that digging in your code would be better than studying for my exams so here I am.
I'll try to port all the features in a new interface in C#, which means I`ll have fun the whole summer.
So yeah, thanks Banshee and Stucuk for this program!
Sounds good.
Feel free to fix some of the issues (broken TD/RA1 SHP saving mechanism, somewhat buggy TS/RA2 grid preview, preview of units on shadow frames being off by 1 pixel etc.) while you're at it, if you can
Banshee seems to be too busy for it nowadays. QUICK_EDIT
Joined: 22 Nov 2010 Location: Iszkaszentgyorgy, Hungary
Posted: Mon Apr 22, 2013 5:01 am Post subject:
I think you shouldn't go with .NET 4.5, but earlier versions. Many people still use XP here which aren't supported by that one. _________________ "If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more... QUICK_EDIT
Correct.
Best would be .NET 2.0 support. But at least should be 3.5, so XP users can use it too. _________________ SHP Artist of Twisted Insurrection: Nod buildings
Joined: 22 Nov 2010 Location: Iszkaszentgyorgy, Hungary
Posted: Mon Apr 22, 2013 8:39 pm Post subject:
4.0 works on SP3.
Otherwise I could't kick my XP to actually eat MSVC2010 back then.
Tho I agree with 2.0 as primary aim, less overhead. _________________ "If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more... QUICK_EDIT
Joined: 22 Nov 2010 Location: Iszkaszentgyorgy, Hungary
Posted: Wed May 15, 2013 5:54 pm Post subject:
Well, because XP proved it works everywhere everytime. Win7 already gives headaches to some TS and RA2 players...
Not to mention Win8. _________________ "If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more... QUICK_EDIT
.net = disaster written all over it
don't expect people to download 250 MB of useless junk to run 2 MB application
A lot of applications with varying sizes.* And I doubt it's "useless" if it actually allows the user to run those applications. If you don't want to run those programs, then it's your loss. In addition, most people already have that "250 MB of useless junk" considering it comes with Vista, 7 and 8. Also, I'd expect some 90% of XP systems have at least version 2.0 installed.
Also Known As: banshee_revora (Steam) Joined: 15 Aug 2002 Location: Brazil
Posted: Sat May 18, 2013 3:15 pm Post subject:
OS SHP Builder needs to be remade. The interface and the code are horrible and very restrictive. I just think that the .NET framework might not appropriate for it, since it will restrict it to few Windows platforms and languages like C#, Java, etc do not have pointers. I'm aware nobody uses Windows 98 in these days, but it would be interesting if OS SHP Builder could be available outside the windows universe, such as in Macs, IPads and Android devices.
Also, the code that deals with fileformats (mainly) uses a lot of pointer operations. Of course it is possible to rewrite them without pointers, but you might have a lot of work when you start working on that.
Good luck anyway, although I might not be able to help you (specially if you choose .Net 4.5), since the machine that I use to develop stuff is a Windows XP. QUICK_EDIT
Phrohdoh from the OpenRA community started a similar project, but chose a cross platform GUI framework for desktop and mobile applications using C# as well http://www.ppmforums.com/viewtopic.php?p=524036 However he abandoned it, but it is open source as well so anyone can take over and complete his vision. QUICK_EDIT
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum