

Tayst
Members-
Content Count
7 -
Joined
-
Last visited
Clan
-
Current Clan
EJA
- Clan Website
Profile Information
-
Gender
Male
-
Location
Australia
-
Modding Interests
Coder
Shaders
Texture Artist
General Modding -
Gaming Specialty
Dueling
Competitive Play
Capture the Flag
FFA
TFFA
Full Force
Defrag -
Operating System
Windows
Contact Methods
-
Discord
tayst#2590
-
Other
twitch.tv/tay_st
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Tayst liked a file: Din Djarin from The Mandalorian
-
Revenge on Axarie ( Single Player Campaign WIP)
Tayst replied to Coco Cala's topic in WIPs, Teasers & Releases
This looks great! Can’t wait to play it, I may even stream my play through 😁 -
Tayst liked a post in a topic: Jedi Home III - Temple Edition
-
Tayst liked a post in a topic: Jedi Outcast Enhanced Texture Pack
-
wip JKA High Definition UI WiP (Need Assistance)
Tayst replied to Stylencer's topic in WIPs, Teasers & Releases
This looks great. I would recommend downloading another HUD mod, opening the .pk3 and using that as a guideline for the required files and their structure. -
Tayst liked a post in a topic: Jaden vs. Kyle [LS]
-
Tayst liked a post in a topic: [Update] SW: New Beginning SP Mod
-
Tayst liked a file: Jedi's Home III - Temple Edition
-
Lord Of Hate liked a post in a topic: How to properly adjust your sword (not lightsaber) length
-
Tayst liked a post in a topic: Jedi Home III - Temple Edition
-
Tayst liked a post in a topic: Jedi Home III - Temple Edition
-
How to properly adjust your sword (not lightsaber) length
Tayst replied to Lord Of Hate's topic in General Modding
All good, thanks. I managed to extend the blade in blender, and then used trial and error to match its length to the default saber length. I use the command /cg_forceownsaber Murasama to visually give me the sword, and then /saber single_8 to show single_8 to everyone else, and to use single_8’s length. This way I can use any hilt/sword in hilt I like, without it defaulting time the kyle saber on everyone else’s end. unfortunately adding the hilts to the server isn’t an option for me. Hope that helps explain what I’m trying to achieve and why. Basically I just want the sword to draw -
How to properly adjust your sword (not lightsaber) length
Tayst replied to Lord Of Hate's topic in General Modding
Let’s say I have a sword that I want to be the same length as saberlength 40, how would I achieve this? Would I have to recreate the model to be longer? -
Tayst liked a post in a topic: Chapter I Download
-
Thank you so much! You just made this process so much easier. QVM was a big hassle, and finding a free GUI for ffmpeg seemed impossible.
-
Tayst liked a post in a topic: Creating a ROQ video
-
- 1 comment
-
- jkhub exclusive
- star wars related
-
(and 2 more)
Tagged with:
-
This is a great write up! The example for the command cycler is close, but will not work as is. Here's the fixed version: bind "." exec cycler bind "[" vstr cycleprev bind "]" vstr cyclenext bind "P" vstr cycle seta cycle "vstr cycle1" seta cycle1 "set cycleprev vstr cycle7;set cyclenext vstr cycle2; set cycle COMMAND1; echo NAME1" seta cycle2 "set cycleprev vstr cycle1;set cyclenext vstr cycle3; set cycle COMMAND2; echo NAME2" seta cycle3 "set cycleprev vstr cycle2;set cyclenext vstr cycle4; set cycle COMMAND3; echo NAME3" seta cycle4 "set cycleprev vstr cycle3;set cyclenext vstr cycle5;