Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-14-2008, 05:09 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
GraalDev

(Note to moderators: I'm not sure this is in the right area, since it isn't about GScript, so move it if you think it isn't.)

Recently I've been learning and gotten some good experience with the Python coding language (technically scripting language, since it's interpreted, but eh) and I've decided to do something I've wanted to do (but never had the knowledge) for a long time. I'm creating a set of cross-platform Development tools aimed at Graal Development. (I started working on a level editor that supports tile layers just as practice, but I've postponed it for awhile, but I will start it back up if it seems that Stefan hasn't really been working on those client tools he has mentioned before)

Currently I am working on a paint program with everything a GAT or any other developer will need for making graphics for Graal. Basic paint tools like MS Paint; support for layering, alpha, and color transparency; and advanced tools such as lighten/darken, smudge, and filters like contrast adjustment.

These tools will, of course, be free and open-source, unlike higher end programs that do the same, like Paint Shop Pro.

So my proposition is for anyone who would be willing to help, specifically those experienced with the Python language, or even C (apparently you can make C extensions in Python), preferably with knowledge of the wxPython and Python Imaging Library libraries. I, of course, am looking for peoples input and anyone else wanting to help with idea's, graphics, etc.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #2  
Old 03-14-2008, 05:18 AM
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 coreys View Post
(Note to moderators: I'm not sure this is in the right area, since it isn't about GScript, so move it if you think it isn't.)

Recently I've been learning and gotten some good experience with the Python coding language (technically scripting language, since it's interpreted, but eh) and I've decided to do something I've wanted to do (but never had the knowledge) for a long time. I'm creating a set of cross-platform Development tools aimed at Graal Development. (I started working on a level editor that supports tile layers just as practice, but I've postponed it for awhile, but I will start it back up if it seems that Stefan hasn't really been working on those client tools he has mentioned before)

Currently I am working on a paint program with everything a GAT or any other developer will need for making graphics for Graal. Basic paint tools like MS Paint; support for layering, alpha, and color transparency; and advanced tools such as lighten/darken, smudge, and filters like contrast adjustment.

These tools will, of course, be free and open-source, unlike higher end programs that do the same, like Paint Shop Pro.

So my proposition is for anyone who would be willing to help, specifically those experienced with the Python language, or even C (apparently you can make C extensions in Python), preferably with knowledge of the wxPython and Python Imaging Library libraries. I, of course, am looking for peoples input and anyone else wanting to help with idea's, graphics, etc.
Stop worrying about the damn dev tools for Windows -- Mac doesn't even have any! And people complain that Window's dev tools are outdated.

Personally I think the graphics editor is a waste of time; I doubt you could make one that would match similar free programs ... would take far more experience than it seems you have (from reading your post).

I would personally skip level editor for now, and work on a GANI editor that can rotate, resize, etc (even if you have to have it automatically create rotated and resized images). If anything needs work, it is the GANI editor.

Of course, GANI Editor is one of the things that could be easily made in game, the files are very simple.

Anyway, sounds good. Keep us posted! Once you finish this, go learn Cocoa and come back and make me some damn Mac dev tools!
__________________
Reply With Quote
  #3  
Old 03-14-2008, 05:26 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
I said they were cross-platform. They'll work on any OS that Python supports, which is Windows, Mac, Linux...even BeOS...not that we'd need anything other than the first three.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #4  
Old 03-14-2008, 05:29 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Does gimp run on mac?
Reply With Quote
  #5  
Old 03-14-2008, 05:32 AM
Vulcan Vulcan is offline
Registered User
Vulcan's Avatar
Join Date: Jun 2006
Location: Columbia, SC
Posts: 641
Vulcan is on a distinguished road
Quote:
Originally Posted by Twinny View Post
Does gimp run on mac?
Yeah, there is a version for OSX.
__________________

Playerword Issues: Support Center
Email: [email protected]


Reply With Quote
  #6  
Old 03-14-2008, 06:15 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Well I planned to make it whole set of tools. Level Editor (assuming Stefan doesn't beat me to it), Gani Editor, Paint program, I intended to make a separate
animated gif creator (the PIL makes it pretty easy to do it), possibly little programs to create GUI's and such.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #7  
Old 03-14-2008, 06:43 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Ugh, I thought I told you not to do that. The external scripting windows will be released much sooner than you could make that stuff and if they work just fine then you have wasted your time.
__________________
Reply With Quote
  #8  
Old 03-14-2008, 06:48 AM
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
I'd still like an external level editor...
Reply With Quote
  #9  
Old 03-14-2008, 07:03 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by Inverness View Post
Ugh, I thought I told you not to do that. The external scripting windows will be released much sooner than you could make that stuff and if they work just fine then you have wasted your time.
Quote:
Originally Posted by DustyPorViva View Post
I'd still like an external level editor...
::cough::
Exactly...that and I have yet to see any news of Stefan's Online Level Editor.
Also...personally, although I obviously cannot say for anyone else, think that Client based tools are annoying. They clutter the screen, and glitches seem to pop up everywhere. (Like showimg's showing on top of the Client RC)
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #10  
Old 03-14-2008, 07:50 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
What part of External Scripted Window is not understood? Its not really different than your use of wxPython.
__________________
Reply With Quote
  #11  
Old 03-14-2008, 07:57 AM
grawlgamer grawlgamer is offline
Inactive Graal Player
grawlgamer's Avatar
Join Date: Feb 2006
Location: North America
Posts: 319
grawlgamer is on a distinguished road
Send a message via AIM to grawlgamer Send a message via MSN to grawlgamer
I thought mac was all about painting pretty pictures?
__________________
Quote:
Originally Posted by Inverness View Post
Being male isn't an issue.

Being female must be an issue for you every month though, right?
Reply With Quote
  #12  
Old 03-14-2008, 12:49 PM
Horrified Horrified is offline
Rediculously inactive
Join Date: Jul 2007
Posts: 961
Horrified is on a distinguished road
Send a message via ICQ to Horrified Send a message via AIM to Horrified Send a message via MSN to Horrified Send a message via Yahoo to Horrified
Quote:
Originally Posted by grawlgamer View Post
I thought mac was all about painting pretty pictures?
I thought it was staring at them?

And some kind of external script program that can detect literally anything wrong with your scripts would save a **** load of time when you don't know what you're doing wrong.
Reply With Quote
  #13  
Old 03-14-2008, 05:31 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by Horrified View Post
And some kind of external script program that can detect literally anything wrong with your scripts would save a **** load of time when you don't know what you're doing wrong.
Only in my wildest dreams could I accomplish that.

And last I heard, Inverness, Stefan was planning to make client tools, not external ones.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #14  
Old 03-14-2008, 05:45 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 Inverness View Post
What part of External Scripted Window is not understood? Its not really different than your use of wxPython.
I don't believe external windows will make an internal level editor any different... since, well, it's not in a separate window anyways.
Reply With Quote
  #15  
Old 03-14-2008, 07:07 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
If external level editors aren't super laggy and are nice and smooth, I will finish my in-game .nw editor with tilelayer support, stamps, painting tools, etc.
__________________
Do it with a DON!
Reply With Quote
  #16  
Old 03-14-2008, 07:28 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
The problem I see with using an external window level editor is the fact that you'd have to draw the level using images... :/
Reply With Quote
  #17  
Old 03-14-2008, 07:45 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by DustyPorViva View Post
The problem I see with using an external window level editor is the fact that you'd have to draw the level using images... :/
What's the difference between that and internal? Graal is constantly doing it.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #18  
Old 03-14-2008, 08:41 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by coreys View Post
What's the difference between that and internal? Graal is constantly doing it.
It's like drawing an image using polygons
__________________
Reply With Quote
  #19  
Old 03-14-2008, 09:27 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 coreys View Post
What's the difference between that and internal? Graal is constantly doing it.
One level=4096 images for each tile.
I can't believe you just compared showing images to how Graal generates a level. Sure, Graal has to display the level too, but it's pretty obvious it's much more efficiently done than using showimg's.
Reply With Quote
  #20  
Old 03-14-2008, 10:05 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by DustyPorViva View Post
One level=4096 images for each tile.
I can't believe you just compared showing images to how Graal generates a level. Sure, Graal has to display the level too, but it's pretty obvious it's much more efficiently done than using showimg's.
?
I was talking about an external level editor. o_o
And internal one wouldn't need to be showing 4096 showimg's o.0
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #21  
Old 03-14-2008, 10:18 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 Inverness View Post
external scripting windows will be released much sooner
I sure hope so, they are working very well on Mac.
Quote:
Originally Posted by coreys View Post
Client based tools are annoying.
Don't talk unless you've seen the external windows (which is like Stefan, Skyld, and I). The external windows are much, much better.
Quote:
Originally Posted by coreys View Post
I said they were cross-platform. They'll work on any OS that Python supports, which is Windows, Mac, Linux...even BeOS...not that we'd need anything other than the first three.
ilu <3
Quote:
Originally Posted by Inverness View Post
What part of External Scripted Window is not understood? Its not really different than your use of wxPython.
Might be slightly less laggy, plus you wouldn't need internet.
Quote:
Originally Posted by grawlgamer View Post
I thought mac was all about painting pretty pictures?
No, GTFO
Quote:
Originally Posted by Horrified View Post
I thought it was staring at them?
No, GTFO!
Quote:
Originally Posted by Horrified View Post
And some kind of external script program that can detect literally anything wrong with your scripts would save a **** load of time when you don't know what you're doing wrong.
Impossible. How could it detect serverside functions? x.x
Quote:
Originally Posted by coreys View Post
And last I heard, Inverness, Stefan was planning to make client tools, not external ones.
Guess you've heard incorrectly.
Quote:
Originally Posted by DustyPorViva View Post
I don't believe external windows will make an internal level editor any different... since, well, it's not in a separate window anyways.
What do you want? Is there any difference? Should work exactly the same, except for performance. Still, personally I think the plusses outnumber the minuses.
Quote:
Originally Posted by coreys View Post
?
I was talking about an external level editor. o_o
And internal one wouldn't need to be showing 4096 showimg's o.0
I think he was saying you'd have to show 4,096 images to show the level in the external one.
__________________
Reply With Quote
  #22  
Old 03-14-2008, 10:53 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by cbkbud View Post
Impossible. How could it detect serverside functions? x.x
You could still detect syntax errors and such.
Quote:
Originally Posted by cbkbud View Post
Guess you've heard incorrectly.
I remember Stefan mentioning he was going to make client tools, not external ones.

Quote:
Originally Posted by cbkbud View Post
I think he was saying you'd have to show 4,096 images to show the level in the external one.
Not exactly. It would be better to take 4096 image pieces and put them together to form one image. And Graal still has to do more, I'm sure.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #23  
Old 03-14-2008, 11:04 PM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
If anyone here knows how zip compression works, I'm sure the same principle could be used to speed up drawing these images, methinks. Constraints could be placed on such a window to force some culling, too...
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote
  #24  
Old 03-15-2008, 03:11 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Tolnaftate2004 View Post
If anyone here knows how zip compression works, I'm sure the same principle could be used to speed up drawing these images, methinks. Constraints could be placed on such a window to force some culling, too...
I don't think drawing speed is of any concern. If you really need blazing speed, put everything in a 1024x1024 texture and tell the graphics card to draw it.
This type of decompression would probably just make everything slower, unless your original method is grossly suboptimal.
Reply With Quote
  #25  
Old 03-15-2008, 03:13 AM
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 coreys View Post
?
I was talking about an external level editor. o_o
And internal one wouldn't need to be showing 4096 showimg's o.0
The whole point was about internal client tools(like clientRC). I dunno where you got the idea I was talking about external level editor's.
Reply With Quote
  #26  
Old 03-15-2008, 03:24 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by DustyPorViva View Post
The whole point was about internal client tools(like clientRC). I dunno where you got the idea I was talking about external level editor's.
Well okay, then what's the problem there?
No-ones making any.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #27  
Old 03-15-2008, 03:41 AM
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
No 'problem' per say, but the whole argument that external windows will make everything so much better. I'm sure it'll make things like scripting windows and RC better, but it's not gonna make a client level editor any better(since you can either have no external window... and thus, no help. Or do it in an external window, and have to draw the level via showimg's). Thus, I still encourage the coding of an external level editor like introduced in the original post. My point was just to those who said there's no reason since external windows were coming.
Reply With Quote
  #28  
Old 03-15-2008, 05:29 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by DrakilorP2P View Post
I don't think drawing speed is of any concern. If you really need blazing speed, put everything in a 1024x1024 texture and tell the graphics card to draw it.
This type of decompression would probably just make everything slower, unless your original method is grossly suboptimal.
Uh, I think we might be talking about different things; I meant an internal level editor...
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote
  #29  
Old 03-15-2008, 06:22 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by DustyPorViva View Post
The problem I see with using an external window level editor is the fact that you'd have to draw the level using images... :/
I already did that with my level editor that I made 2 years ago or so. I used TDrawingPanels as it doesn't lag nearly as much. And again, I'll finish it if external windows are added and are efficient.
__________________
Do it with a DON!
Reply With Quote
  #30  
Old 03-15-2008, 05:21 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
I'm still going to make a level editor, though!
For offline purposes.
That and I personally would just prefer it, as apparently some others would as well.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #31  
Old 03-15-2008, 05:55 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 zokemon View Post
I already did that with my level editor that I made 2 years ago or so. I used TDrawingPanels as it doesn't lag nearly as much. And again, I'll finish it if external windows are added and are efficient.
They will be added, and they are very, very efficient and work great.
__________________
Reply With Quote
  #32  
Old 03-15-2008, 09:20 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by cbkbud View Post
They will be added, and they are very, very efficient and work great.
video or it didn't happen..

Bah, I want to make stuff using external windows
__________________
Reply With Quote
  #33  
Old 03-16-2008, 05:36 AM
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 Chompy View Post
video or it didn't happen..

Bah, I want to make stuff using external windows
I apologize for the large watermark, it was either that, or it was exported as a 5 GB SWF file ...

__________________
Reply With Quote
  #34  
Old 03-16-2008, 06:04 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
This pleases me.

Of course, I still have yet to see any reason to stop my efforts.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #35  
Old 03-16-2008, 06:16 AM
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 coreys View Post
This pleases me.

Of course, I still have yet to see any reason to stop my efforts.
No, continue. I would love to see an external level editor or GANI Editor for Mac (and Windows, of course ...)

Still, I think you'd be wasting your time making an image editor when there are many free ones that can do so much more (no offense).
__________________
Reply With Quote
  #36  
Old 03-16-2008, 06:33 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
I haven't found a single free one I particularly like.

And in any case, I've made it my goal to make a quick little GIF Animator first. It should be fairly easy.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #37  
Old 03-16-2008, 03:31 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by coreys View Post
I haven't found a single free one I particularly like.
It sounds like modifying the interface of an existing editor would save quite some time. From what I've gathered, that should be quite easy on the GIMP.
Reply With Quote
Reply


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 12:32 AM.


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