Screenshots
Re: Screenshots
But you have made a lot more than three levels AFAIK?
Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Re: Screenshots
@ Sock, thank you, that actually means a lot to me!
I did most of that stuff before I got dragged off to Singapore for an insanely large amount of money, but now I'm rich I have no time
I'm glad you like the rant...it was, er....heartfelt
Sorry about the colour scheme.
I did most of that stuff before I got dragged off to Singapore for an insanely large amount of money, but now I'm rich I have no time


Re: Screenshots
Radial engine already textured. Working on the turbine thingy. UVW mapping is a bitch, especially for wonky shaped objects like that. I'm having fun doing it though, a bit of a learning experience so I like the challenge.sock wrote: @obsidian: OMG models! stuff! you make stuff! :P So when are you going to skin/texture them? grey is not the fashion colour for this year!
Sounds like he has made 11.Hipshot wrote:But you have made a lot more than three levels AFAIK?
Money is always good. I've been to Singapore. Very nice place. Laws are a little strict, but almost zero crime is a nice result.Mr dk wrote:I did most of that stuff before I got dragged off to Singapore for an insanely large amount of money, but now I'm rich I have no time
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Screenshots
na its just the way i name levels, i've released 3 so far and the rest are half done or abandoned.
Re: Screenshots
Some errors here and there but I'm going away for a few days so I though I'll post an update before.
[lvlshot]http://www.g0th.se/pics/q3_abandon_04.jpg[/lvlshot]
[lvlshot]http://www.g0th.se/pics/q3_abandon_04.jpg[/lvlshot]
[url]http://www.g0th.se[/url]
Re: Screenshots
Looks Doom3-ish. What is your plans for bots here btw?
The bots seems to work well on my terrain on my current project, to my big surprise. But you have a more complex and also much more terrain...
On my history level, which also has much modeled terrain, the bots ofc didn't work at all and I was too lazy to cover the terrain in a good botclip cover for them to navigate. It would have taken years.
The bots seems to work well on my terrain on my current project, to my big surprise. But you have a more complex and also much more terrain...
On my history level, which also has much modeled terrain, the bots ofc didn't work at all and I was too lazy to cover the terrain in a good botclip cover for them to navigate. It would have taken years.
Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
-
- Posts: 506
- Joined: Fri Nov 29, 2002 8:00 am
Re: Screenshots
Donkey?! What happened to your "regular" avatar, I know for sure you made more than a miserable 5 posts...Mr dk wrote:Informative post
Re: Screenshots
I'm not that much familiar with how bots work. But I think that building a clip (bot) hull in brushes is out of the question. If it's possible to do that with models maybe the q3map_clipmodel command or something similar could work. Then I will add bots.
[url]http://www.g0th.se[/url]
Re: Screenshots
I was thinking about this for the History level, invisible collision meshes for simplified navigation - never tried it though, didn't have time. Both for bots and players. My idea was to make a visible simple mesh based on the real one, then just make it invisible in the shader with a blendfunc.g0th- wrote:I'm not that much familiar with how bots work. But I think that building a clip (bot) hull in brushes is out of the question. If it's possible to do that with models maybe the q3map_clipmodel command or something similar could work. Then I will add bots.
Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Re: Screenshots
Spook-I'll get my old stuff back at some point 
g0th- and Hipshot so far as I know clip brushes need to be brush volumes, you can't make a simplified collision mesh (as you would for Q4 et al). There is of course the spawnflags 6 auto clip route, but if you can make an aas file with that set you are doing better than I ever could. Bot clipping will work, but is tiresome in the extreme. Thats the path I took, it works but is a right pain in the nuts to do. I guess you could go the route Sock went with PoM, make a simplified bot route map and use -fixaas to force Q3 to accept a navigation file from a different .bsp. There was a long discussion on this and it looked kinda complex, involving hex editing and stuff
The other way that occured to me was there is a blender export script that will export a mesh object as .map. Now I've never used it, but I know Kat did some tests with it. You could perhaps make the simplified mesh and export it as brush work, which in turn you could simply texture as clip. I'm guessing any mesh to map script is going to leave brushes all off grid which could be an issue, but still it's a thought.

g0th- and Hipshot so far as I know clip brushes need to be brush volumes, you can't make a simplified collision mesh (as you would for Q4 et al). There is of course the spawnflags 6 auto clip route, but if you can make an aas file with that set you are doing better than I ever could. Bot clipping will work, but is tiresome in the extreme. Thats the path I took, it works but is a right pain in the nuts to do. I guess you could go the route Sock went with PoM, make a simplified bot route map and use -fixaas to force Q3 to accept a navigation file from a different .bsp. There was a long discussion on this and it looked kinda complex, involving hex editing and stuff

The other way that occured to me was there is a blender export script that will export a mesh object as .map. Now I've never used it, but I know Kat did some tests with it. You could perhaps make the simplified mesh and export it as brush work, which in turn you could simply texture as clip. I'm guessing any mesh to map script is going to leave brushes all off grid which could be an issue, but still it's a thought.
Re: Screenshots
-goth... That rock texture "looks" really familiar to me... It "looks" quite like a diffuse only version of one I made/released
Either way, that shot looks awesome, gj!

-
- Posts: 362
- Joined: Tue Jan 31, 2006 12:03 am
Re: Screenshots
g0th: That is really coming along. Looks terrific!
sock: Looks like something from Dr. Frankenstein's lab!
Little texture replacement work for a more realistic feel. Oh, and my first tree model!
[lvlshot]http://i4.photobucket.com/albums/y138/phantazm11/Level%20Design/temple_10.jpg[/lvlshot]
sock: Looks like something from Dr. Frankenstein's lab!
Little texture replacement work for a more realistic feel. Oh, and my first tree model!
[lvlshot]http://i4.photobucket.com/albums/y138/phantazm11/Level%20Design/temple_10.jpg[/lvlshot]
Last edited by AEon on Tue Jan 19, 2010 2:28 am, edited 1 time in total.
Reason: lvlshot'ed that image.
Reason: lvlshot'ed that image.
Re: Screenshots
very cool! it might be cool to make one of the vines curl up in a spiral instead of going straight and then hanging over the edge, that way there would be both the teleporter and a vine with the spiral shape (or maybe just wiggle a little bit before falling over)
some textures are temp from elsewhere, anything not mine would be replaced before releasing...
[lvlshot]http://student.cs.appstate.edu/freemancw/junk/shot0014.jpg[/lvlshot]

some textures are temp from elsewhere, anything not mine would be replaced before releasing...

[lvlshot]http://student.cs.appstate.edu/freemancw/junk/shot0014.jpg[/lvlshot]
Re: Screenshots
phantasm11,
love that shot, much better lighting (did you change anything). Also, have you been looking at shots of Angkor Wat, it reminds me a lot of the Ta Prohm temple.
love that shot, much better lighting (did you change anything). Also, have you been looking at shots of Angkor Wat, it reminds me a lot of the Ta Prohm temple.
Re: Screenshots
I know you're still working on the textures, but I just want to point out that I don't think the lights match the architecture. I think some hanging lights would go well... like this:Kaz wrote:[lvlshot]http://student.cs.appstate.edu/freemancw/junk/shot0014.jpg[/lvlshot]

[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
-
- Posts: 362
- Joined: Tue Jan 31, 2006 12:03 am
Re: Screenshots
Kaz: Spiral vine ends to "mirror" the tp is a great idea. Love those windows in your map!
nitin77: Yes, Angkor was what initially inspired me to do this map. Beautiful architecture. I just wish I could reach the level of detail of those ruins. I would love to visit, but I'd spend all of my time there taking pictures! And yeah, the lighting has been tweaked quite a bit.
obsidian: I agree with that lamp choice...would go perfect in Kaz's map. I can't wait to see your rotary engine textured!
nitin77: Yes, Angkor was what initially inspired me to do this map. Beautiful architecture. I just wish I could reach the level of detail of those ruins. I would love to visit, but I'd spend all of my time there taking pictures! And yeah, the lighting has been tweaked quite a bit.
obsidian: I agree with that lamp choice...would go perfect in Kaz's map. I can't wait to see your rotary engine textured!
Re: Screenshots
Not exactly answering to the quoted text, but, if you encounter, or prefer to avoid, clipping issues, get the q3map2 which comes with netradiant and set the misc_model entity with the spawnflag 8 (added to the others you set, ofc). It will fix most (not all) of the clipping errors. With this q3map2 you pretty much can naturally use the model for collision without much extra worries.g0th- wrote:I'm not that much familiar with how bots work. But I think that building a clip (bot) hull in brushes is out of the question. If it's possible to do that with models maybe the q3map_clipmodel command or something similar could work. Then I will add bots.
Re: Screenshots
bspc wont compile a bot nav file if you simply autoclip (could have sworn it was 6, are you sure it's 8?). You can autoclip for player collision solutions, but to compile an aas you would still have to botclip.
Re: Screenshots
Dunno about netradiant, but on standard Q3Map2 it's spawnflags 2 for clipmodel, spawnflags 4 for forcemeta (lightmapped models). 6 does both.
It's generally a good idea to use as much botclip as you possibly can for models since all the wonky angles is a simple procedure for bot lobotomy.
Oh, and BSPC will compile with Q3Map2 clipmodel, it just depends on the complexity of the model and collision surfaces. Something overly complex (like terrain) will surely cause BSPC to spit out errors.
You can also try the Q3Map2 AAS attachment thing that ydnar added in the last version for sock. It basically allows you to compile a simplified map for AAS and then attach it to your complex map with all the model geometry. Search the forums, I don't recall exactly what it's called.
It's generally a good idea to use as much botclip as you possibly can for models since all the wonky angles is a simple procedure for bot lobotomy.
Oh, and BSPC will compile with Q3Map2 clipmodel, it just depends on the complexity of the model and collision surfaces. Something overly complex (like terrain) will surely cause BSPC to spit out errors.
You can also try the Q3Map2 AAS attachment thing that ydnar added in the last version for sock. It basically allows you to compile a simplified map for AAS and then attach it to your complex map with all the model geometry. Search the forums, I don't recall exactly what it's called.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: Screenshots
As I said earlier, my current level has no botclips yet, the terrain i autoclipped (6) and it works perfectly for the bots.Mr dk wrote:bspc wont compile a bot nav file if you simply autoclip (could have sworn it was 6, are you sure it's 8?). You can autoclip for player collision solutions, but to compile an aas you would still have to botclip.
Q3Map2 2516 -> http://www.zfight.com/misc/files/q3/q3map_2.5.16_win32_x86.zip
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Q3Map2 FS_20g -> http://www.zfight.com/misc/files/q3/q3map2_fs_20g.rar
GtkRadiant 140 -> http://www.zfight.com/misc/files/q3/GtkRadiantSetup-1.4.0-Q3RTCWET.exe
Re: Screenshots
Obsidian wrote:
http://quake3world.com/forum/viewtopic.php?f=10&t=31963
If I'm not mistaken, sock wrote some stuff regarding that topic in his readme for pom_bots, too.
I suppose you thought of that one?You can also try the Q3Map2 AAS attachment thing that ydnar added in the last version for sock. It basically allows you to compile a simplified map for AAS and then attach it to your complex map with all the model geometry. Search the forums, I don't recall exactly what it's called.
http://quake3world.com/forum/viewtopic.php?f=10&t=31963
If I'm not mistaken, sock wrote some stuff regarding that topic in his readme for pom_bots, too.
If you are caught on a golf course during a storm and are afraid of lightning, hold up a 1-iron. Not even God can hit a 1-iron.
-Lee Trevino, golfer who actually has been struck by lightning.
-Lee Trevino, golfer who actually has been struck by lightning.
Re: Screenshots
obs: i'll have to go light shopping again soon 

Re: Screenshots
Understood. As Obsidian stated if the geometry is simple and/or small in size you can get away with it. Extensive or complex meshes (which tbh, if we are modelling that would normally would be the case, else using brushes or patches is quicker) are a different matter.Hipshot wrote:As I said earlier, my current level has no botclips yet, the terrain i autoclipped (6) and it works perfectly for the bots.
Re: Screenshots
phantazm11: Very nice!! I'm glad to see it with some new textures. I think you can improve the stone textures a bit if you add some dirt, grass or moss on them, Looking forward to see more.
Hipshot: Yes, my plan was to use a simplified model just for the collision with a 100% translucent material, not only for the bots but to make sure the collision felt good and to save some fps. It's great to hear that q3 can recognize this as a way to create bot navigation from. Might be some hope for me after all
obsidian: Thanks for the information about BSPC and the Q3Map2 clipmodel. It should hopefully work well for me with a simplified collision.
Mr dk: Thanks for the advices. I'm not sure what the difference between q3map_clipmodel and autoclip is but from what I understand, Clipmodel is like per poly detection? I also read through that thread you posted about they way Sock made his bot hull and all I got was a headache
Using blender to convert models to map brushes is also very interesting. That's probably something that could speed up my whole brush building -vis process quite a lot and also help out with the bots if q3map_clipmodels fails.
o'dium: Thanks, the terrain textures are just photos from cg textures that I've modified a bit.
Kaz: looking good man. Is that your own engine or q3?
jal_: Thanks for the tip. I'm currently have a whole shaderfile name temp where I've put every single texture into a material with q3map_clipmodel on it. Just to be able to run in the map. I will be pretty happy the day I remove it
so sick of all filepaths, shaders, models, textures names and the constant research on how q3map2 works. but I guess spawnflag 6 will do lightmaps and clipmodel in normal q3map2?
Hipshot: Yes, my plan was to use a simplified model just for the collision with a 100% translucent material, not only for the bots but to make sure the collision felt good and to save some fps. It's great to hear that q3 can recognize this as a way to create bot navigation from. Might be some hope for me after all

obsidian: Thanks for the information about BSPC and the Q3Map2 clipmodel. It should hopefully work well for me with a simplified collision.
Mr dk: Thanks for the advices. I'm not sure what the difference between q3map_clipmodel and autoclip is but from what I understand, Clipmodel is like per poly detection? I also read through that thread you posted about they way Sock made his bot hull and all I got was a headache

o'dium: Thanks, the terrain textures are just photos from cg textures that I've modified a bit.
Kaz: looking good man. Is that your own engine or q3?
jal_: Thanks for the tip. I'm currently have a whole shaderfile name temp where I've put every single texture into a material with q3map_clipmodel on it. Just to be able to run in the map. I will be pretty happy the day I remove it

[url]http://www.g0th.se[/url]
Re: Screenshots
Yeah I wrote a couple of things on it. First one is http://www.simonoc.com/pages/design/map ... m_bots.htm which talks about the process I went through for creating a bot file for PoM. Second one is http://www.simonoc.com/pages/design/map ... source.htm the source/batch files I used for Mystic Gemini. The later link has map source files showing the process in greater depth.monaster wrote:If I'm not mistaken, sock wrote some stuff regarding that topic in his readme for pom_bots, too.
Well he was evil, but he did build alot of roads. - Gogglor
My [url=http://www.simonoc.com/]Website[/url] & [url=http://twitter.com/SimsOCallaghan]Twitter[/url]
My [url=http://www.simonoc.com/]Website[/url] & [url=http://twitter.com/SimsOCallaghan]Twitter[/url]