-
Posts
359 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by Lazarus
-
I have sometimes an issue thats is caused by a moving entity, such as the info_player_spawn. It helps to check that out if its still there. Delete it and replace it. (helps for me) I am using GTK 1.4, cause I find that one more reliable than 1.5 (plus controls are easier imo) Also, I dont find easygen a good solution to work terrain with, indeed it brings errors along the road. Ever considered to do handshaped terrain? (Thats how i do it at leas). It does take more time, I must warn you. About your degenerate plane, I have no clue about this why it pops up? If you copied a lot, it migth happen, but indeed as @@Boothand said if you spam your bobtoolz cleanup tool constantly, it shouldn't happen.
-
Its an NPC and its a scripted event. The action use in Behaved doesn't trigger the same effect the use does in game. It simply fires the trigger. without playing an animation.
-
Does anybody know what the animation is that is played when you use the "use key" at a console in SP? You stick out your hand to "touch it" yet I cant seem to find it in the animation section in behaved, cause I have no clue what it is named. I need to use it on the npc triggering the alarm
-
I didnt knew about that command in game (the nav show all) it shows indeed points where you put the markers and if its broken up somewhere.
-
We used to run this topic on map-craft, map-center.com (wow thats like 2003) and map-review all the time, and it gave you insight what kind of music people are listening to when they are modding. I ll kick off. Right now, I have the album of Markus Schulz alias' Dakota on, which is called Thoughts becomes Things. Dakota - Gypsy Room https://www.youtube.com/watch?v=_ToWUDfyo5Q
-
wip [W.I.P.] (SP) Star Wars - Republic Intelligence
Lazarus replied to Lazarus's topic in WIPs, Teasers & Releases
So first things first, i turned the wall into a model and clipped it, not sure if i ll do this as well with the ground, but it will help later on with the vis stages during compile. Played the last few days with the scripting arround for some kind of a puzzle. It basically involves the dock workers triggering an event which will trigger a checkpoint. Note that in the video the npc's are very weak, their health has to be fixed and that the door and forcefield still have to be placed, which need to be opeen / turned off by the script. Last but not least, an alarm sound will be heard with possible lights. Need to make all that still, but the principle idea is in place. https://www.youtube.com/watch?v=QaOgmwk9-ws&feature=youtu.be -
I solved it, but it costed me a few more waypoints and I think I know why: I have an area portal placed there, which will later be the door. (dont wanna bring my vis into the facility of the huge outdoor in brushes) I think they cannot see beyond the areaportal or the skip shader. I read somewhere in Lassev tutorial NPC's seem to have problems with looking beyond doors, even if they are open. So i did place a few nav points, added waypoints in the func_useble and changed the stormies behavior state (not to a point it would interfear) and it seems to work now. I think it has all to do with the areaportal or the func_usabile (and later func_static, which my door will be. edit I removed the extra navpoints again, and moved the waypoints in the func_usable / areaportal, and ran the script without the extra tasks. It works fine now, so I am gonna asume its either the areaportal or the func_usable that was being the problem. Thanks for the suggestions all
-
I ll try this and will change behavior then when they reavh spawn, but preferly i like them to spot me when they come out the facility. Glad i am not the only one at least, ill put some extra navgoals in it, and see if this works, but wondering if this isnt an entity killer, you add bassically extra entities to the map which maybe are needed later
-
Okay let me quickly spill it out. I have a pain_script on my dock workers, once I hit them, they run to a console, press the button, which will trigger an effect (so far, no problem) The trigger_once is linked to a a target_relay, which is linked to 4 npc's which spawn (group of stormies) (so far this works) They spawn each with a spawnscript.(it's tested with a print on the screen, which appears) they each have in their entities the following key: spawnscript value: infiltrate_sp/alarm_stormtrooper_outside which ends up in behaved as this //Generated by BehavEd rem ( "Stormies that come from inside after alarm" ); set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" ); print ( "!This is a message!" ); set ( /*@SET_TYPES*/ "SET_WALKING", /*@BOOL_TYPES*/ "false" ); set ( /*@SET_TYPES*/ "SET_RUNNING", /*@BOOL_TYPES*/ "true" ); task ( "alarm" ) { set ( /*@SET_TYPES*/ "SET_NAVGOAL", "spawn_alarm" ); } do ( "alarm" ); The layout is as following So I guess I made an error somewhere along the road but cant seem to find it. They just refuse to walk to my navigation point where I tossed in the targetname spawn_alarm? Anybody see an issue I missed?
-
Scp Chaos Ops 1 the sub forums and clan
Lazarus replied to scp_chaos1's topic in WIPs, Teasers & Releases
I know, since I have been working on a few new SP maps myself, but the best way is to show people what you have, show in game pictures of your progress, of your modelling work. But you shouldn't be affraid to show us your progress, not telling its there and give us a link. If I may suggest, you put up some screenies, or make a movie of your mod and post it on youtube and link it to the community sites, it gives a lot more insight. I mean, i see on your moddb that you have screenshots there, you can also put them here, and ask for input! Just a suggestion p.r. also a side note, your movie, your map looks like a map from counter-strike if i am not mistaken, the_office in 1.6 (long time ago) or it has some aspects from it at least. It looks pretty cool -
Scp Chaos Ops 1 the sub forums and clan
Lazarus replied to scp_chaos1's topic in WIPs, Teasers & Releases
I think this is the wrong section to post your message, since it doesnt show us anyhing, except you tell it is in its own subforum. This place is for pictures and such Are you affraid we wont check your messages there? -
wip [W.I.P.] (SP) Star Wars - Republic Intelligence
Lazarus replied to Lazarus's topic in WIPs, Teasers & Releases
Okay tweaked today on some stuff, including as asked earlier behaviour of the dock workers, but I was more or less busy today on creating a texture needed for the conveyor belt.... I ended up actually using a texture from the base folder which i liked for it, wich was the hydraulic texture from bespin. Applied a scroll to it, and builded the belt itself. Have fun with the movie. As you noticed, I changed model, and he has no forcepowers. See this as a complete shoot and kill SP. Hence I had to noclip to show the converyor belt. Also as you might have noticed, the npc's are tougher, (non combatants have 100 health which is regular, however stormies go now to 300, thinking even applying them more, depending on how many I am going to put together) I gave them an increased healthpool, to make it more challenging. -
Well, they are wandering, which is a state too, if i add cinematic, I have to add specifc routes to walk, not that I mind, but it becomes a loop, while wander happens bassically "random" it picks a navgoal or waypoint to wander too i guess. Doesnt matter, and its solved Thanks for the input, @@mrwonko
-
God and I was trying to figure out if I had to implement a "Set_enemy" to a animal somewhere I would spawn on the other side of the map as an emergency! BEHAVED should have something like easy search, instead of this enormous dropdown where you read over everything. Works like a charm!
-
I agree with the : "make the content in this map open source." If you really want help the community in any way, open source is the way to go, add the map file in it, maybe an explination file explain shaders, and such. As you suggested, agreed work becomes open source, instead of belong to JKhub. When it's open source, it technically belongs to no one and everybody is allowed to twist and warp it as they please. However, with the suggestion of No one is to map without a blue print of the map design being completed first - that all agree upon. Map Leader will then assign portions of the map to those participating (volunteering to be assigned is good).Somewhere hits me. You technically say you have to wait untill we all agree on something. You know how much arguing this will cause? I'd like the pass-me-arround way better so everybody can do their share, however since this is being shot down above me, I just randomly guess this is not gonna work. I'd be intrested to help, but I do it all in my own time, and I kinda hate if this is project based working with deadlines. I work enough in my line of field with deadlines, and prefer not to take them with me outside of the job!
-
I started working on a little docking area in my map where later on a scripted crate will be placed. To populate it, i decided to drop some npc's there that are working. Its a Rodian and a Weequay. Since they are in game scripted as enemy, i had to overwrite their behaviour and because I dont want them to respond to me, not hang an anger script to it. Since they dont have weapons they cant attack me, and should be on their bussiness. However, now suddenly they raise their hands all of the sudden if they wanna surrender, wait and then wander again over the platform. Here is my script. //Generated by BehavEd rem ( "spawnscript for aimless wandering workers" ); set ( /*@SET_TYPES*/ "SET_PAINSCRIPT", "infiltrate_sp/workers_pain" ); set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_WANDER" ); set ( /*@SET_TYPES*/ "SET_WALKING", /*@BOOL_TYPES*/ "true" ); set ( /*@SET_TYPES*/ "SET_RUNNING", /*@BOOL_TYPES*/ "false" ); set ( /*@SET_TYPES*/ "SET_WEAPON", /*@[member='weaponx']_NAMES*/ "WP_NONE" ); Also the painscript itself doesnt work, but thats a problem for later I guess, Right now, I dont want the rodian and weequay to see me, nor the stormtroopers as a threat, so they keep on moving arround. https://www.youtube.com/watch?v=PXaKDOoPeK8&feature=youtu.be
-
wip [W.I.P.] (SP) Star Wars - Republic Intelligence
Lazarus replied to Lazarus's topic in WIPs, Teasers & Releases
nope, its brushwork, its a technique called quad and tri-souping combined with dot2product shaders. It allows blending of textures together with the alpha channel. @@IrocJeff The smoothness is caused by something called Phong Shading. You add to a shader you want to smooth out the following lines. q3map_nonplanar q3map_shadeangle 120 The nonplanar bassically helps the compiler to understand that the triangles that are being made by the brush can be merged together with those that are not on the same plane. What happens is, that the hard edges are being merged and further being smoothed out thanks to a shade angle, which difusses the light,.. the higher the shadeangle value, the more smoothed it will be, but it also can cause unrealistic appearances, i always play with it between the values 90 and 125 at max, else its getting all weird. This causes it in the end to look like what you think is patch work, but are just rough brushes. Further more, i changed the metal shader i wrote for it, and added an environmap to it as well, so it looks a bit more like polished metal at the moment. I ll hop tomorrow on the texture creating part and see if i can come up with a new console for the elevator. -
If you recompile with the light stage, your map will be ... unlit. So it's black as @@Ramikad states. You wont see a thing, unless your lightsaber touches litterly something you wanna see, and your view will be horrible to say the least. Either set up lights (in my map, I just set up a skybox for now with a shadersun, since I am doing I am doing a big part outdoor. Also the _minlight in your worldspawn would help, but I must warn you it will look bad too, cause every brush you placed will emit the value of light you set up. Better place than a few light entities in your map to view that, since it will cast a more realistic dynamical light if you are seeking for shadows.
-
wip [W.I.P.] (SP) Star Wars - Republic Intelligence
Lazarus posted a topic in WIPs, Teasers & Releases
So as one of my projects, i started on a single player mod called: Republic Intelligence: Detection // Latest update: 15th of September 2024 Background: Thanks to the posted tutorials about making an SP mod, I got insight in a lot of things. Now since I been out of the mapping scene for quite some time, and recently (read. last week) installed GTK again, I went through some of my old projects and found one I was willing to revive. However, since my knowledge expanded greatly since I started that project, I just simply decided to redo all of it, including all brushwork and shaderwork. Also the story and the objectives will be different than my original concept. So I launched, read up on some script tutorials, and decided, that instead of the objectives first, I wanted to do the exterior part leading up to the entrance of the facility I am going to create. Textcrawl Storyline As you read up in the textcrawl, you re in the model of Fornan Kotey, a human agent for the NRI. Your task is to find out what happened on the surface of RAGITH III as your first mission. This mission is spread out of two maps. Size wise, it wont be that long, but i want to split certain elements, so hence the idea of two maps. What will be in it? I am trying to make a lot of new things for this. So far I can tel you: New textures New shaders New models Voice acting Cutscenes When will it be finnished? Thats a question i cant awnser, The first draft of this mod was back in 2012, It went through several itterations (and starts and tries in Radiant) before I settled on this idea and mark up. I actively started with this version in november 2017, and we are now in 2018 with only a slight part done. Map 1: Cove (currently in progress, being remodelled) per 2023 Map 2: Imperial base (in concept) per 2023 Concept Art and W.I.P -- see further in this topic -- -
What kind of bsp compile proces did you use? Also, did you place manually light entities? or is it because of the compile proces? You do better for a first try than I did about 10 years ago
-
i still have trouble finding out when the lostenemyscript becomes active. I tried hiding my character in the map, however, it still stayed in offense stance, even if i no-clipped out of the map, it kept following me with his head and never returned to its behavior i stated in the lostenemyscript. Is this not working in JKA?
-
I actually set it now to 512 units and it seems to work fine through listening. I just need to get him now to not spot me while i am standing behind crates .. or when he loses eye sight of me to return to normal duty . Thanks for the suggestions, @@Asgarath83,I ll try it with SET_VISRANGE.
-
I am looking into npc scripting, and got one placed, however, I am not sure how to correct its behavior. Using what I can find from Lassev's NPC routing, and what Arth posted on map-forge about the available npc entitiy, I am able to get far, see links below http://www.student.oulu.fi/~lvaarisk/tutorials/navgoaler.htm http://map-forge.net/wiki/doku.php?id=tutorials:npcwaves_data:npcwaves But I am wondering what the listening distance is from an NPC, and is this available to set. As in listening I mean detecting, if this is in view. I checked Behaved, and there is indeed something that is called field of view (the Hfov and Vfov -> horizontal and vertical) As i dont want it to seek me when I am up, i asume i can set it to 64 units, so it uses 64 units i guess to look up and down away from him, but since i want my character to sneak, i have probably an issue with the horizontal check. What would be recommended, cause as it is filled in blank, it sees me from approx 700 grid units (i placed my avatar on a ledge and i have a stormy patrolling that ledge) Also, as my next question, is there something called an out of combat script i can start, so if i am to far away from the stormtrooper, it should return to it's old duties? (answered it: its called lostenemyscript) There are some things i can trigger, but not the "range" thing. Does anybody know a solution for, cause I am not sure if i can set this in an if block within the script. -edit- Okay in behaved, i see something called lostenemyscript, but when does that kick in, in how far units?
-
I know what you mean there, but i didnt know how behaved would respond to it. I thought first to make it as multiple if's, but then i would mess up the checks, cause it would automaticly kick of the else statement. But in this case i try to make it check for another value. Anyway, i tried to make a schematic like this. variable x = z if(x === y) {shut down power} else { if (x === z) {shut down power} else {wave of stormies} } So i only have to use one time the else, right, if i read it correct, cause the else after the second if would be the regular else statement if all fails? This would be in normal programming syntax, just dont wanna mess it up, and stare for ages at a script btw, i see if i do an if, i can only use one parameter to check, is it possible to do an and and make it check for multiple parameters? Or do i have to do if in if's? Anyway, i made a picture of what I think is the right procedure, can somebody verify?