Inside3D!
     

QuAdEd
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming
View previous topic :: View next topic  
Author Message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Sun Feb 04, 2007 2:32 am    Post subject: Reply with quote

Huge, obtrusive, redundant screenshot!



Last edited by FrikaC on Fri Feb 09, 2007 7:29 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Entar



Joined: 05 Nov 2004
Posts: 422
Location: At my computer

PostPosted: Sun Feb 04, 2007 3:05 am    Post subject: Reply with quote

If nothing else, you can always just use CIA-1, which seems to be pretty popular, and works well.
_________________
woh... feelin woozy... too much cider...
http://entar.quakedev.com
games fascination - My Game Development Blog/Journal
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Sun Feb 04, 2007 7:38 pm    Post subject: Reply with quote

We already went through this, it's too involved to bother for something so meaningless.
Back to top
View user's profile Send private message Send e-mail
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Thu Feb 08, 2007 7:07 am    Post subject: Reply with quote

I'm starting to doubt if I should continue QuAdEd at all, it's really shoddily put together (I've been thinking about how much easier some of it would've been had I used C++, it's actually kinda object oriented already, in a weird sort of way, but it would really benefit from some added uniformity)
_________________
Back to top
View user's profile Send private message Send e-mail
frag.machine



Joined: 25 Nov 2006
Posts: 728

PostPosted: Thu Feb 08, 2007 10:54 pm    Post subject: Reply with quote

FrikaC wrote:
I'm starting to doubt if I should continue QuAdEd at all, it's really shoddily put together (I've been thinking about how much easier some of it would've been had I used C++, it's actually kinda object oriented already, in a weird sort of way, but it would really benefit from some added uniformity)


I wish I had more time and knowledge to help you on this. A model editor for Quake is a much needed tool. Confused
_________________
frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/
Back to top
View user's profile Send private message Visit poster's website
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Tue Feb 27, 2007 7:39 pm    Post subject: Reply with quote

It's ironic, the model editor is the part I have the most ideas for, but it's also the part I find myself working on the least. Mostly because I don't know enough 3D stuff to make it work quite the way I want - that and some difficulty with skins.

Right now the model editor loads the skins in almost raw. It's supposed to then up convert them to 24bit for texturing the models in OpenGL, but that required the program to know about the palette. I just got through implementing palette loading like last week. So that's now possible, but I'm starting to wonder if I should switch to Direct3D rather than OpenGL - it would be an almost entire recode of that part of the program.

Also wondering about plugin support. I bent over backward for farc plugin support, and it was a completely ignored aspect. That was likely due to the inadequacies of farc, however - it was bug laden and horribly unfinished.

Fimg has plugin support, I believe. There was a lot of code in there for it, I'm not certain if I went ahead and did the final steps to make it work, however, but it's interesting to note that no one even asked about plugins.

The amount of code to allow plugins in Quaded would be enourmous, just based on the sheer number of things it can do and would have to expose. However, with key things exposed to the plugin API, some pretty fantastic things could be coded for it. I may support farc plugins just for the whizzbang nature of it, because there's a ton of them already done and for formats I don't feel should be core to Quaded.
Back to top
View user's profile Send private message Send e-mail
Urre



Joined: 05 Nov 2004
Posts: 1073
Location: Sweden

PostPosted: Wed Feb 28, 2007 10:47 am    Post subject: Reply with quote

I've noticed some people generally seem to have a natural resentment for plugins, so one shouldn't be too surprised if no one cares about plugin support. I personally like it when the developers have such a stable and featureful plugin system that they have very few core features, if any, and just make all features be plugins that come with the program. This kind of an attitude towards editors and their development often tends to inspire others to actually make more plugins, than editors with a plugin system added in for the fun of it. I still best like it when programs just have really solid core features, no plugin system needed.

Why d3d?
_________________
Look out for Twigboy
Back to top
View user's profile Send private message Visit poster's website
Quake Matt



Joined: 05 Jun 2005
Posts: 129

PostPosted: Wed Feb 28, 2007 12:51 pm    Post subject: Reply with quote

Yeah, I think Urre's right about plugins. I'm not a huge fan of them myself and often, on the rare occasions that I do use one, it's to get access to functionality that really should have been in the program in the first place.
Back to top
View user's profile Send private message
Up2nOgOoD[ROCK]



Joined: 31 Jul 2006
Posts: 18

PostPosted: Sat Mar 10, 2007 8:36 pm    Post subject: Reply with quote

FrikaC I was using Fimg a few days ago and I was dissappointed to see that there wasn't a "export all files" function for wads. Could you please add this to Quaded?

Btw great work, and hope to see some releases soon.
_________________
-up2
Back to top
View user's profile Send private message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Sat Mar 10, 2007 10:20 pm    Post subject: Reply with quote

Export all files?
Back to top
View user's profile Send private message Send e-mail
leileilol



Joined: 15 Oct 2004
Posts: 1321

PostPosted: Sat Mar 10, 2007 10:50 pm    Post subject: Reply with quote

aka poop out every texture from a wad file into a bunch of bmps, something wally already does
_________________
Back to top
View user's profile Send private message
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Mon Mar 12, 2007 2:49 am    Post subject: Reply with quote

I could do it, but it's not how fimg thinks of a wad nor is it the way quaded will ultimately work. I think Quaded will use the farc 'interpretation' of a wad, ie, the correct way to think of it - as an archive containing mip & lmp files (among other things, palettes, raws etc)

Fimg's hacked on wad crap made it interpret a wad as an animated image format, which is bizarre and silly. The task you mention is "Export the first frame of every image group as a separate file using the group name as the file" in terms of a Fimg command, which is really kind of odd. Unless you want it to export .mip files, then I might be with you on that one.
Back to top
View user's profile Send private message Send e-mail
Up2nOgOoD[ROCK]



Joined: 31 Jul 2006
Posts: 18

PostPosted: Mon Mar 12, 2007 4:33 am    Post subject: Reply with quote

Well, as any format. Exporting as .pcx would be easist for me, but anything will reduce the workload ultimately =)
_________________
-up2
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot 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


Powered by phpBB © 2004 phpBB Group