Jump to content

Lazarus

Members
  • Posts

    345
  • Joined

  • Last visited

Everything posted by Lazarus

  1. This looks amazing, (myself, i love making outdoor maps, so always interested in seeing how terrain develops), but can i give some tips? I find the terrain itself rather flat, never is a terrain truly flat, or truly sloped in every position. you may wanna look at that perhaps. I played around in my map with sprites which can create a truly awesome appearance, you could play with that as well, if you want i can share shaders and textures.
  2. In worst case scenario (i see it is fixed btw already for a while) but i can retake all pics, since i was cleaning up my external hard disc and found the actual files for the tutorial.
  3. So i launched the radiant editor, and suddenly my editor looks weird. I can see a grid laid out over my brushes, which is super anoying How do i turn this off, i am trying to search through settings but cant find anything Never mind, figured it out, it was a filter in view (show 3d workspace). Not sure why it was on. -- you can close this please --
  4. Havent touched it in a bit, but played arround with a little environment. Added purple flowers in the equation and it now starts to really shine. (i also had white flowers, but decided to drop them, became a bit overkill) and the money shot On a different note, i did change a mountain layout a bit, due to LOS issues with a model on the other end, upped the mountain a bit so you cant see the model of a ship popping in at a certain point. The mountain hides the item until you move around it, which is then in range in the LOS visual.
  5. That was a wrong quote, that last question was meant for SephFF
  6. What i did in mine (i have a cove in which you can technically go to open sea), is put indeed a clip brush there, however, in the water in front, a trigger_push in front of it, in the sea, so if you swim into it, it bobs you back like the current is taken a hold of you. Its not the cleanest solution, but still, i think it works just fine. https://i.imgur.com/nMXDnTL.png btw, whats with the elevator music in your movies
  7. I just got NRC as well installed, i find vertex modding a lot easier, though height and dragging is a thing you need to get used to by switching to the move tool, i got used to it now, and actually i felt i made a lot of progress. Also the snap to grid option when selecting everything is a live savior, which helps me filling the gaps i get when i used cut tool with drag vertex mode. This dragging tool is a lot more optimized than GTK. I do still try to figure out, so if @mjtis making a public tour, i gladly tag along
  8. The bigger the map, the more problems you are going to encounter, make it in sections, or better even, split in several maps (if you plan SP), For multiplayer, roaming NPC isn't smart, it will only cause server issues, and everytime a map restart if people kill all NPC's. Blocky isnt necessairy. You can "fake" curves (phong shader, where you smooth the rough edges over like blurring hard lines) This means, you can "45" degree it with a smooth curve in it. A lot of different textures, lights etc will help with the admosphere.
  9. Wrapped up the outer rock walls, the whole area is now nicely surrounded with rock wall. Starting to combine this with my grass blending (got now 4 different blends, and I really start to feel this area...) may gonna tweak the distance rendering of the sprites, but this really starts to look great. Maybe some occasional color of flowers in it or so.. gonna dig for that in it. I think the dry grass blended in the regular grass really makes it great. It pops, showing alteration that not everywhere the grass is green. And i changed the sun shader as you see, less yellowish, more grayish now, wich makes other colors more vibrant.
  10. I am bumping into a curious bug, where I set my disance cull in worldspawn to be 14500. For the map brushes it self this works fine, however, i find having models in the map, that the distance viewable of the model is about roughly 7500 units. Now i have a passage in which you can see up to about 9000 units, but the model (a ship) is a critical point to reach, which i want it to be displayed. This causes some problems, since you have to walk up to that 7500 unit point, in order for the model to pop in. Is there a way arround it. Attached screenshots.
  11. I did, since i was on holiday, and came back last week. I did see the message while on holiday, but no laptop with me, the beauty of holiday. Thanks!
  12. I dont mind spending money on JKO at all, but does anybody have the kyle katarn sounds of JKO (so the whole singleplayer campaign voice acting). I am picking appart dialogue files to see if i can use it to create new dialogue for my mod, but the JKA dialogue with kyle is limited.
  13. Not that I am a reviewer of any type, but you got a lot of potential to fix the mistakes in this map (stretched textures, details, etc). This is a great first step, but I would build on that foundation and see how you can improve it.
  14. I am back from my holiday, and decided to work again on it. I changed editor (from GTK to NetRadiant) (thanks @mjt)and had to get the hang of it, since i am so used to work with GTK for the last 19 years. But i see the pluses now with a little thanks to the discord community i am again on my way in this project. Just a screenshot now. Filled the end area and now working on the winding path towards it. Gonna build an extension to this area (see already in the top view where i go out of the skybox) --edit-- and the update 3 hrs of work later
  15. All patches? or models? You may optimize them by converting them to models, rather than patches. It should boast some performance issues, and patches have the tendancy to bleed light (little sparks of light bleeding through the side of the patches). Looking good btw. The theme is certainly set in this map.
  16. There has been a 10 brushes contest on map-craft back in 2010 or so, was fun, since you had to be creative. (this meant 10 visible brushes, so your skybox didnt count). I can tell you, people started learning modeling like crazy The more fun challenge was the 5 texture in a certain box challenge. You get 5 active textures, and you get a layout in which you gotta work.
  17. You may be able to do this with an overlaying texture/shader at your camera point. Its done in JKA, 3 map when you go into the thermal station to disable the bombs. The camera has an overlay texture i think which is linked to a shader that makes it look like you are watching a live feed on a monitor. If you can modify the shader it spins and swirls certain textures in overlay, you could portrait that. It sounds to me the easiest. You have to trigger this though with a target_activate and a target_deactivate on a brush with a func_static. Requires a bit of scripting, but since you already work with the camera, i doubt it would then above your head.
  18. Personally I'd say out of a mappers oppinion, despite the bare surroundings, Tython looks like a fun challenge for me as a mapper with a love for outdoor terrain. But honestly, why gauging? I think i said this before somewhere but if you heart lies into it, who cares what others think? If you personally want to create all of them, why not? I made maps in the past, none /few would play i deemed a masterpiece, or maps that people simply loved (my clan's swoopbike track was a killer back in 2005), while i thought it was a fun thing to do in between.
  19. True,test your npc always. My mid is a shooter, i like challenges
  20. I agree with Circa on the visual distance part, thats is engine bound, however, you can work around it for a part if you are a mapper (its called a distancecull in the worldspawn) but still there is a limit on that (i sadly bumped into, since i am working on an outdoor map)
  21. _min light is a no go, i ll try to add bounce to the compile and see fi that works... a compile for me at the moment is less than a minute, so i am patient
  22. Is there a way to make a shader light not cast hard shadows I have always struggled with this, cause i find the shadows to hard.... anyway to soften them via a model key or something (cause when i start adding plant models, my map will become more darker). Shadows are okay, but no shadow is 100% dark on a day.
  23. "I will watch your modding career with great interest" .. Then you have to look back at least 20 years as well .
  24. The npc file indeed (ext_data/npc/npcname will help on that part. for example, i modified stormtroopers in my singleplayer mod to make them more of a challenge StormTrooper_Dorvalla { playerModel stormtrooper customSkin officer customRGBA 88 88 88 crouchheight 38 headPitchRangeDown 30 weapon WP_BLASTER rank lt aggression 4 aim 5 evasion 5 intelligence 4 move 4 reactions 4 playerTeam TEAM_ENEMY enemyTeam TEAM_PLAYER class CLASS_SWAMPTROOPER health 300 yawSpeed 70 walkSpeed 55 runSpeed 200 snd st1 sndcombat st1 sndextra st1 dismemberProbArms 10 dismemberProbHands 20 dismemberProbHead 50 dismemberProbLegs 20 dismemberProbWaist 20 } i updated the health to 300 (standard 100) and made their aim more reliable (5, instead of 1/2).
×
×
  • Create New...