Jump to content

DarthValeria

Members
  • Posts

    819
  • Joined

  • Last visited

Everything posted by DarthValeria

  1. Yeah and especially those other screenshots were changing each percent but couldnt found them
  2. Wow that's so cool We only need Master Kavar's head
  3. I found an old art from Jedi Outcast This picture was showing up when installing the game (CD Version) I had to download an old version to find this wallpaper
  4. First of all, I learned a bit about Behaved coding and ibi files thanks to @Linken And I did some research of @Nikomaru14's Singleplayer Runscripts You can enable noclip for npcs which has a targetname but it doesnt have disable options Linken helped me to disable noclips and set npcs to default Enable noclip // Generated by BehavEd set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_NOCLIP" ); set (/*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "true" ); set (/*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "true" ); Disable noclip //Generated by BehavEd set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" ); set ( /*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "false" ); set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "false" ); Now we can easily disable noclip for npcs Thank you for reading!
  5. I would like to give it a try if it isnt too late ^^
  6. Oh my goodness, amazing
  7. For the ones whose wonder about disabling noclip for targeted npcs My friend Linken guided me about behaved scripting And I wrote this //Generated by BehavEd rem ( "Disable noclip" ); set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" ); set ( /*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "false" ); set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "false" ); Now we can easily disable noclip for npcs
  8. My new Star Destroyer
  9. I can provide 10 voice actors for free if you want, if you have discord, i can show you
  10. That's pretty awesome and if you want a new voice for Nina I know some people who does voice acting for hobby If you're interested, contact me in private so i can introduce you to them, maybe you can find a perfect voice actor for Nina
  11. Amazing!
  12. Star Wars: Spark of Hope - Season 1 Episode 2 has been published
  13. Wow
  14. Episode 2 Nikto Ship Bridge Episode 5 Rebel Base of Lotus Yoria Episode 8 Alzoc III - Imperial Factory Renegade Terrorists Episode 11 Tatooinee Dark Crystal Mission Episode 14 Wild Space Lotus Convoy under attack by the Imperial Fleet Episode 14 Nythemo - Capital of the Lotus Escape Episode 15 Nythemo - Capital of the Lotus Increased Security
  15. Any updates on turning off noclip?
  16. Dont get me wrong but lights and buttons work only in MP, not SP
×
×
  • Create New...