Qoole99

Discuss the construction of maps and the tools to create maps for 3D games.
Post Reply
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Qoole99

Post by revelator »

I been working on and off on this one for some time upgrading the source to be compileable with later msvc.
It took some years as i had to learn the ins and outs of C++ from scratch, but here it is.

http://code.google.com/p/realm/download ... z&can=2&q=

source + application for msvc 2010 fully working as far as i can tell (im no mapper) but if you do spot something let me know and ill try to fix it.
Productivity is a state of mind.
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Someone actually ported most of it to wxwidgets sorry to say its not working 100% yet but its a start :)
crashes when loading stuff from game folder (textures etc).

http://code.google.com/p/wxqoole/downloads/list
Productivity is a state of mind.
Error
InsideQC Staff
Posts: 865
Joined: Fri Nov 05, 2004 5:15 am
Location: VA, USA
Contact:

Re: Qoole99

Post by Error »

reckless: Qoole 99 is my favorite editor. But it has it's problems. I'll be checking this out today and seeing if you fixed the problems I'd been having. For now, I sleep.
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Hey error.

Aye it does have a few problems (loading prefabs directly crashes Qoole need to use import or load prefab) but besides that i havent run into anything adverse :)
but im no mapper so my testing might not be putting enough stress on it to trigger a fault.

Most fixes are in regards to how C++ handles stuff nowadays like for (int i=0; i<3; i++) which does not work with later msvc because it isolates the value of int to that function explicitly.
Also there where some reduntdant functions which are no longer required with later msvc (Enable3DControls) and thus removed or disabled , and some bad type casts to inline functions which where used globally.

Im going to try and move the wxwidgets part from the port over to this one so we can have a version compilable with a free compiler. the port uses cmake and is a pain in the ass to compile correctly so i rather make a codeblocks workspace for that part skipping the need for cmake.

Btw you need the msvc 10 runtime installed forgot to mention.
Productivity is a state of mind.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Qoole99

Post by leileilol »

I know this is like pounding sand, but..........














fix quark
i should not be here
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Hmm been a while since i toyed with it ... whats wrong with quark ?
Productivity is a state of mind.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: Qoole99

Post by leileilol »

the real question is...... what's NOT wrong with quark?
i should not be here
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Heh ok a lot i presume :) im no mapper so i rely heavily on user input to fix something.
Quark uses python which is not one of my stronger sides (i only use a few tools from python like scons etc) so im not even sure if i can even fix it.
Productivity is a state of mind.
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: Qoole99

Post by qbism »

Quark: The dev set out to do "Quark 7" as a total rewrite some time ago.
Qoole: Doesn't it have a precision bug with non-orthogonal walls? A bug so deeply rooted that is brings despair and madness to anyone who tries to fix it? Maybe that's just later builds.
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Ok :) so hopefully fixed sometime when the new version is done.

Hmm not sure with Qoole99 ill have a look at bugreports.
Productivity is a state of mind.
Ace12GA
Posts: 56
Joined: Sat Jan 28, 2012 12:08 am

Re: Qoole99

Post by Ace12GA »

I remember the precision bug. It was terrible. Any map over time would corrupt itself through saves. It was like saving the same jpeg over and over with high compression... It got bad.
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

Ill have a look at it :) maybe i can fix it.
Productivity is a state of mind.
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: Qoole99

Post by toneddu2000 »

How many things do you do at the same time, reckless? :)
Meadow Fun!! - my first commercial game, made with FTEQW game engine
revelator
Posts: 2621
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Re: Qoole99

Post by revelator »

to many :lol: work on gcc codeblocks and several quake engines besides porting stuff to windows :mrgreen:
Productivity is a state of mind.
Post Reply