Staredit Network

Staredit Network -> Modding Chat -> IceCC IDE, easier iscript modding [in development]
Report, edit, etc...Posted by Hercanic on 2006-12-09 at 07:20:11
Wow, Shadowflare, you're too much. A new GUI-environment Iscript program would be phenomenal.

One thing that has crossed my mind as all these new programs are being developed: integration and cross-program communication. Think about it for a moment: You're editing the DAT file of a unit, hit a Jump To button to now edit its Iscriping, then another Jump button to edit its button set, then Jump to its TBL entry or GRP. Something like that. A modular engine that connects the various new software suites together under a seamless skin. Each developer can update their program independently, and the programs would still function on their own, but the engine would link them all together.
Report, edit, etc...Posted by Kookster on 2006-12-09 at 07:24:15
That would be cool but you gotta keep some seperation otherwise it can seem like too much to those who are starting out. But other than thatI totally agree!!!
Report, edit, etc...Posted by BroodKiller on 2006-12-09 at 07:28:58
Well, with enough cooperation between the developpers, a versatile messaging system can be implemented for this purpose. Implementing this would be of little problem, the question is the amount of support needed to accomplish this and the problem of setting a standard. A very close cooperation must take place here.

Either this, or someone could make an application that would launch all the others with specific parameters and all the fancy stuff (kinda like what nirvanajung did for his fellow korean modders) but here the messaging issue is exactly the same, and on top of that someone would have to actually code the thing, which may be somewhat iffy as this person would most probably code some of the external programs as well.
Report, edit, etc...Posted by ShadowFlare on 2006-12-09 at 12:07:21
Hmm, it could be done with window messages (like I suggested for GRPEdit).
Report, edit, etc...Posted by BroodKiller on 2006-12-13 at 11:02:06
QUOTE(BK)
Well, with enough cooperation between the developpers, a versatile messaging system can be implemented for this purpose.

smile.gif
Report, edit, etc...Posted by Hercanic on 2006-12-28 at 19:32:41
Dear ShadowFlare:
So, how goes development?
Report, edit, etc...Posted by Corbo(MM) on 2006-12-28 at 22:30:48
Probably pretty awesome tongue.gif

This inspires me to grab my old copy of IceCC and get to iscript tongue.gif
Report, edit, etc...Posted by scwizard on 2007-01-11 at 00:18:04
If you release this at the exact same time firegraft does public...




wow
Report, edit, etc...Posted by Lord_Jeremy on 2007-01-11 at 06:45:44
C# disgust.gif I hate you guys...
Report, edit, etc...Posted by BroodKiller on 2007-01-11 at 13:28:37
No need to tell me this...there is only one programming linga, if you ask me closedeyes.gif
Report, edit, etc...Posted by Kookster on 2007-01-11 at 19:18:21
C++???
Report, edit, etc...Posted by fatimid08 on 2007-01-11 at 19:58:41
QUOTE
C#  I hate you guys...


Um, why would you hate it? It's actually very nice, cross-platform implementation is pretty advanced (Mono), plus Microsoft gives a free full-featured IDE and designer to go with it, which is a huge first for them (I admit, I was VERY surprised). And it's not bad for performance, it runs as fast or almost as fast as C++, depending on the situation. Old technologies can't stay around forever, you know.
Report, edit, etc...Posted by BroodKiller on 2007-01-12 at 03:41:01
They can, if they're still better than the new ones smile.gif A really new tech I would consider to be Java, yet it lacks speed, although its platform-independence is a nice feature.
Report, edit, etc...Posted by Doodle77(MM) on 2007-01-12 at 18:54:19
Just write portable C/C++ using a portable GUI toolkit.
Next Page (2)