Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-08-2008, 06:34 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by Novo View Post
How about this: Give me specifications on the protocol used... MINUS the encryption method... Basically -- They'd require only implementing the protocol required to communicate with the already-made remote controls.
If your problem is already the lack of knowledge about the protocol, then I somehow doubt you would get beyond basic RC chat functionality before getting bored and disappearing.

Quote:
Originally Posted by Novo View Post
As for external others (level editor, gani editor)... The apps can be made by developers. It's not that difficult to make: The files are pretty much in ASCII, easily understandable from text editor.
Yeah it's all really no problem, just parse the file and there's your level editor! No work at all really, maybe one hour!

Talk is good, but maybe you should make something before finding excuses or making claims. The thing is that it's not trivial work at all, and especially cross-platform support is not.

I do have to agree with Kristi that it is already a pretty big achievement to actually have the game run on all three platforms, and with having the development tools implemented by the game's scripting language you can keep these cross-platform problems to a minimum.

What you could complain about is GraalOnline not actually providing a scripted level editor. But as I said there is certainly nothing trivial about the work involved.
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #2  
Old 08-08-2008, 07:32 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Fry View Post
I do have to agree with Kristi that it is already a pretty big achievement to actually have the game run on all three platforms, and with having the development tools implemented by the game's scripting language you can keep these cross-platform problems to a minimum.
BRILLIANT! I wish I had the ability to give out rep more then once.

You people complain about the lack of mac tools, but then complain about the tools being scripted in game.

Although, I wouldn't object to external tools coded in java...

I use perl to generate levels and vim/kate (depending on my mood) to edit them.
__________________
Reply With Quote
  #3  
Old 08-08-2008, 07:47 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Kristi View Post
You people complain about the lack of mac tools, but then complain about the tools being scripted in game.
Just because it's been done, doesn't mean they shouldn't ask for something better.
Reply With Quote
  #4  
Old 08-08-2008, 07:53 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by DustyPorViva View Post
Just because it's been done, doesn't mean they shouldn't ask for something better.
Point is that doing it in game makes it cross platform. If he modifies something about the rc protocol, the downloaded rcs would stop functioning. It is a lot easier to maintain the scripted rc.

As for a level editor, *anyone* could make that. The format of an .nw file is public.
__________________
Reply With Quote
  #5  
Old 08-08-2008, 07:57 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by Kristi View Post
Point is that doing it in game makes it cross platform. If he modifies something about the rc protocol, the downloaded rcs would stop functioning. It is a lot easier to maintain the scripted rc.

As for a level editor, *anyone* could make that. The format of an .nw file is public.
Ya, it's a lot easier to manage... but besides that point, a lot of people tend not to like it. I really shouldn't get into another thing about scripted vs external. My point is just because it is there, and usable, doesn't mean people should lower their standards. Yes, they get a cross-platform RC finally, but it's not what they were expecting.
Reply With Quote
  #6  
Old 08-08-2008, 07:57 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Kristi View Post
Although, I wouldn't object to external tools coded in java...
I really think this is a good idea. I might study up on my Java and try making one. It's been a while since I've worked with Java.

That, or it might be better to just write a plugin for Tiled (someone else mentioned this in another thread).
__________________
Reply With Quote
  #7  
Old 08-08-2008, 11:44 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by Kristi View Post
Although, I wouldn't object to external tools coded in java...
Recompiling the tools for every platform is probably the least of the problems involved.
Reply With Quote
Reply

Tags
mac


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:46 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.