Merek Posted December 8, 2013 Share Posted December 8, 2013 Can someone direct me to a tutorial for target_activate and target_deactivate please? thanks. I mean a bsp editing tutorial and not GTK Radiant. Link to comment
MoonDog Posted December 8, 2013 Share Posted December 8, 2013 Doing it in notepad and GTKRadiant are precisely the same. The SP sample maps that came with the tools have examples. *edit* /*QUAKED target_activate (1 0 0) (-4 -4 -4) (4 4 4)Will set the target(s) to be usable/triggerable*/ /*QUAKED target_deactivate (1 0 0) (-4 -4 -4) (4 4 4)Will set the target(s) to be non-usable/triggerable*/ That's literally all there is to it. Link to comment
Merek Posted December 8, 2013 Author Share Posted December 8, 2013 it needs to be in this form otherwise it makes no sense and will not work. {}"classname" "target_activate""targetname" "blablabla"{} Link to comment
Merek Posted December 8, 2013 Author Share Posted December 8, 2013 perhaps I wasn't specific. I need it to be triggered from a button in code format. Link to comment
MoonDog Posted December 8, 2013 Share Posted December 8, 2013 Asgarath83, Omicron and Futuza like this Link to comment
Merek Posted December 8, 2013 Author Share Posted December 8, 2013 Thank you but that last image wasn't really necessary. Link to comment
MoonDog Posted December 8, 2013 Share Posted December 8, 2013 I think it's important to show Picard's reaction when he found the ent code in yavin2 and realized how simple it is. Silly Picard. Futuza likes this Link to comment
Merek Posted December 8, 2013 Author Share Posted December 8, 2013 I think it's important to show Picard's reaction when he found the ent code in yavin2 and realized how simple it is. Silly Picard.MoonDog, IT IS NOT AS SIMPLE AS THAT I WISH IT WAS... I recently talked to seto and he was no help either. Link to comment
MoonDog Posted December 8, 2013 Share Posted December 8, 2013 MoonDog, IT IS NOT AS SIMPLE AS THAT I WISH IT WAS... I recently talked to seto and he was no help either. You saw the pictures right? It really is that simple. Link to comment
MoonDog Posted December 8, 2013 Share Posted December 8, 2013 MoonDog, IT IS NOT AS SIMPLE AS THAT I WISH IT WAS... I recently talked to seto and he was no help either. P.S. Seto is a great modder whom inspired a lot of ent modders. Your issue is again, really simple. I'd highly recommend you unpack as many SP bsps as possible from assets0.pk3 and go through their entities. There's literally a wealth of information ON YOUR COMPUTER you aren't using. Link to comment
Asgarath83 Posted December 9, 2013 Share Posted December 9, 2013 @ Hello! You can use that tool for open BSP and watch the entities in a easy and simple way. but it cannot edit.For edit you need to follow suggest of MoonDog. Very interessing. I never know that's should possible to edit the BSP, thanks MoonDog and i love Picard! XDhttps://www.dropbox.com/s/r4fmd174rf81u1p/Entity%20Viewer.zip Link to comment
Merek Posted December 9, 2013 Author Share Posted December 9, 2013 P.S. Seto is a great modder whom inspired a lot of ent modders. Your issue is again, really simple. I'd highly recommend you unpack as many SP bsps as possible from assets0.pk3 and go through their entities. There's literally a wealth of information ON YOUR COMPUTER you aren't using.as much as i want to argue with you over Seto, I will admit he is a great modder but truthfully when I spoke to him he wasn't of much help. Link to comment
MoonDog Posted December 9, 2013 Share Posted December 9, 2013 He's of great help actually, the problem is that the information you've required so far regarding ent modding is information plentiful in maps that shipped with the game. A great number of maps on JKHUB have interesting entity chaining as well. What you aren't getting, (and consequently the reason I give you so much shit) is that me just giving you a complete answer is detrimental to your modding abilities in the long run. People get all pissy(i.e., you, Deviance) that I'd rather give suggestions and tips rather than a straight answer, but let me make this point one final time. I call this the rule of the web. For every one problem a person has, in the time they spend researching the problem and solving it on their own, they may learn how to do two or more things other than the solution to their problem. A person will pretty much chose the easiest path every time. It's a natural proclivity to expand less energy. So if I post a complete answer with lines of script, lines of ent code, etc... it's likely that it would be copy and pasted. The most that would be done is slight tweaking to fit it into a different mod. You wouldn't learn much that way. Now, if I tell you where to find the answer within a map you are getting a lot more. You have to decipher which lines of entities are applicable to your problem. In doing so you learn how to search and dissect an entity list quickly. You pay more attention to how the entities connect to each other and how these connections affect the flow. You're likely see combinations that you hadn't thought of that make solving a problem easier, or chaining entities more efficient. You may see a script that eliminates the need for a series of entities. The point is, you are going to glean a lot more knowledge than me simply flopping an answer in front of you. It's the fact that you don't understand that we really are trying to help you in the BEST way that is irritating. At a certain point you need to find the motivation to start increasing your knowledge. Or you can ride on the coattails of others, copy their ent coding and scripts, take their answers and be completely dependent. It's up to you. Circa, Omicron, Asgarath83 and 1 other like this Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now