Jump to content

undeadslayer

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by undeadslayer

  1. Is the a way to have the cargo container stop at a certain point, then have it begin again from that point by switch?
  2. How would I apply that shader to the texture; would it be through the entities property?
  3. Question, do I need write a script for a briefing menu?
  4. I'm trying to get it to do this: Yes, it moves with the cargo container: I agree with that statement, I can always put the script for the door in later if I figure it out. Is the a way to put a mine under a brush and have it trigger on a delay when the player gets to close to it? Also how can I get the switch textures to change when pressed?
  5. Yes it is. I also got another problem in radiant. Radiant thinks that path_ corner1 located else where it's not supposed to be. Is there a way to fix this?
  6. Here's the link: https://www.mediafire.com/file/kc981lcjugr2el0/testdf.zip/file
  7. I couldn't get a clear angle for the back of the cargo container.
  8. Any idea why this door texture door does not render in the game but is visible in the mapping tool? Also, do I need to put a brush with the target_scriptrunner in the map and link it to the door of the train?
  9. I myself preferer the switches but I figured I'd leave it to the community to decide. That's my bad I did not explain it well enough, I'm referring to this: There is a door there in the original level.
  10. As promised here are some screenshots of the level, better late than never I say. https://postimg.cc/hfHvsDP8 https://postimg.cc/JtFz7rJw https://postimg.cc/p9P2cpNj https://postimg.cc/MffxfBBC Here's a couple of questions for the community, would you preferer that the elevators in the screenshot below be controlled by switches or leave them as is? https://postimg.cc/RNf4Mc4f Second, would you preferer that I put in the large door that is in the first hanger leading to the second hanger, or leave it as is? https://postimg.cc/hhNKWCWc That's all for now.
  11. Thanks, there will probably be as I go forward. I will keep you posted.
  12. If that is the only way of finishing this level, I guess I don't have a choice. How do I go about doing this? Would this be done with the mapping tool or one of the other tools?
  13. How can it not be possible? I could of sawn I saw a different version of this level that accomplished this feat but was never finished.
  14. So the door to the cargo container was causing the previous null error. Now the cargo container is missing in game, any suggestions?
  15. Null error 102. I'm assuming the 102 is the brush/entity # but I have been able to figure out how to the # for the brush/entity.
  16. So I removed the doors that the player has to open with the buttons and the train is controlled by one button. Still getting the null error though, what I am I doing wrong?
  17. Why is the button for the train going to the second path corner? Also when I link the second door the next button, it goes back to this trigger?
  18. I did have it pointed to a path corner, although for some reason the first path corner was skipped and the train was linked to the second path corner. That was probably the problem wasn't it?
  19. One step forward, two steps backwards. The door work as function_door by itself but as soon I added the function_train I got a null error; suggestions?
  20. The door is missing in the game, but there in radiant. The door is trigger_muttiple. Also whenever I try to make the cargo container fun_train, the game gives me a Null Error.
  21. I would post a picture of it, but I don't know how to.
  22. Couple of questions, what is the npc name for the jet trooper with the Tl-50 Heavy Repeater? Why is it in some of the builds of the levels the door to to the cargo container keeps disappearing in game? Can triggers have more than one object attached to it?
  23. That file on github does not work with Jedi Academy or Jedi Outcast, these two games are not even on their radar as games that uses the quake engine. The method that NumberWan mentioned will work, but the problem is that user's instructions are as clear as mud so I will re-explain it in better detail. You will need PakScape and the pk3 of the map that you want to decompile. Open Pakscape and load the the map's pk3 file and locate the bps file. Copy the bps file to gtkradiant's folder, then in the search bar next to the windows icon search for notepad or wordpad either will work. Once wordpad or notepad is open type: q3map2 -game ja -convert -format map (name of the bps file).bps. Save the file as decompile to the gtkradiant's folder. In file explorer click the view tab in the top left hand corner and check the box that says File name extension. Find the decompile.txt file and rename it to decompile.bat. You should get a warning that reads: If you change a file name extension, the file might become unusable. Are you sure you want to change it? Click yes, decompile should now be a bat file now. Run the bat file and it should decompile the map and you get a .map file, for example ffa_endor_converted.map, if you do not see the .map file in the folder something went wrong. Now that you have the .map file you should be able to open it in gtradiant move the .map file to whatever folder you have your gtkradiant maps located. Hope this is easier to understand now.
  24. @NAB622 Would that also be able to be used by the player as well; and function like a train, if setup like that?
×
×
  • Create New...