-
Posts
1,895 -
Joined
-
Last visited
Profile Information
-
Pronouns
Male
-
Location
USA
-
Interests
JKG Developer
-
Modding Interests
Coder
Texture Artist
Jack of all Trades -
Gaming Specialty
Capture the Flag
-
Operating System
Windows 10 / Linux Mint
Contact Methods
- Website
-
Discord
https://discord.gg/YuG8Zks
- YouTube
-
Other
https://github.com/DarthFutuza
Recent Profile Visitors
31,156 profile views
Futuza's Achievements
-
Reepray liked a comment on a file: Abafar: Pepe's workshop
-
Smoo liked a post in a topic: Development screenshots: cool things that are being worked on
-
Futuza liked a file: Nightbrother
-
- 3 comments
-
- star wars related
- botroute support
-
(and 1 more)
Tagged with:
-
Futuza liked a post in a topic: Holocron Challenges
-
Circa liked a post in a topic: Development screenshots: cool things that are being worked on
-
Development screenshots: cool things that are being worked on
Futuza replied to eezstreet's topic in Jedi Knight Galaxies
Been a while since I've posted in this thread. Been working on lots of things, but here's something simple but neat. Fixed the antitoxin filters and added a new type that actively removes toxins rather than just preventing new applications of poison debuffs. -
Smoo liked a comment on a file: Rosh is He-Man
-
SHADOW M OF DARKNESS started following Futuza
-
Futuza liked an article: Twenty years of Jedi Academy
-
Futuza liked a comment on a file: Jedi Knight Galaxies
-
Futuza liked a post in a topic: [Announcement] JKG 10th Anniversary Scrimmage Matches
-
Futuza liked a post in a topic: [Announcement] JKG 10th Anniversary Scrimmage Matches
-
Smoo liked a post in a topic: 2FA is now an option on JKHub, and Jedi Outcast turns 21
-
Citrom liked a post in a topic: [Announcement] JKG 10th Anniversary Scrimmage Matches
-
SomaZ liked a post in a topic: Anniversary Mod Contest Poll
-
So many great things everyone. Congrats SomaZ, it's a beautiful remake and I love the work you've put into rend2.
-
Futuza liked a post in a topic: Anniversary Mod Contest Poll
-
Anyway you'd consider including the source stuff for this for other modders that want to try and see an example for how to do things with rend2? I'd like to add rend2 to JKG at some point, but I'm not much of a mapper and not really too sure where I'd have to start with that aspect of it - plus I gotta merge rend2 with JKG's source too. I'm not really ready to do it quite yet as I'm busy with some other things for the mod that take priority, but I imagine there's other projects like ours that would like more instruction for how to use/implement rend2.
-
-
Futuza started following Jedi Knight Galaxies
-
Hello everyone, to celebrate JKA turning 20, and JKG turning 10, we'll be hosting a few scrimmage matches over the weekend. You can check our homepage Discord announcement feed for updates for this announcement. Matches will be held at the following times: Scrimmage #1 - Saturday, September 16, 2023 1:30:00 PM UTC Scrimmage #2 - Sunday, September 17, 2023 2:30:00 AM UTC Scrimmage #3 - Sunday, September 17, 2023 3:30:00 PM UTC Scrimmage #4 - Sunday, September 17, 2023 11:00:00 PM UTC You can get the latest version of the mod (v1.3.23) at the download page here or here on JKHub. You'll want to get both the assets, binaries, and map packs. We will be playing on the "JKGDev Server US" server. We hope to see you in game. May the force be with you! EDIT: Thanks everyone for joining us for a very fun weekend to celebrate JKA's 20th birthday, and JKG's release anniversary as well. It was a blast! We hope to have a new patch out soon, with a small number of bug fixes and a much bigger patch in a few months time with some larger features. I will also probably try and get some of the video footage recorded of the map put into a compilation video sometime. Feel free to send me footage/demos.
-
This is now the latest stable release! Thanks for everyone's help in helping test it. The mirrors here on JKHub should be updated shortly. Hopefully we'll have a new beta out soon as well.
-
Arghhh so many good ones, so hard to choose.
-
@JaredKFanThis part: C:\Users\jared\OneDrive\Documents\My Games\OpenJK\base Can be modified by adding +set fs_homepath as a command line argument (via either batch, in a cmd window, or with a launcher like Steam) when you launch OpenJK. eg, this would put the user directory on your desktop instead of OneDrive (which is probably a terrible idea to use for writing homepath data to): openjk.x86.exe +set fs_homepath "C:\Users\jared\Desktop\OpenJK"
-
Was wondering if anyone was interested in adding new tutorials to this guide? Especially for the missing ones (such as the whole Level Distribution section). I could maybe write something, but I'm not much of a mapper so you'd all probably get a bunch of MS Paint pictures to explain the concept. (Will the real mappers please stand up, please stand up?)
-
Noticed this was slightly outdated. Here's a slightly better batch script: @echo off echo. echo ================================== echo == q3map2 ent compiler == echo ================================== ::Path to q3map2.exe directory SET q3map2dir=..\GtkRadiant-1.6.6 IF NOT EXIST %q3map2dir%\q3map2.exe ( echo Could not find q3map2.exe - failed! GoTo FAILED ) echo. echo Type in the name of your maps ent file echo (without an extension) then press enter echo. SET /P map=ent file name: cls echo. echo ================================== echo == q3map2 ent compiler == echo ================================== echo. echo compiling map: %map%.bsp echo with ent file: %map%.ent echo ------------------------------------------------- echo. IF NOT EXIST .\output\ mkdir .\output\ SET COPYCMD=/Y && COPY /Y %map%.bsp .\output\%map%.bsp SET COPYCMD=/Y && COPY /Y %map%.ent .\output\%map%.ent %q3map2dir%\q3map2.exe -v -game ja -fs_game base -onlyents .\output\%map%.ent echo. echo ------------------------------------------------- echo Please review the above text for errors to ensure echo your entities have compiled correctly. echo. pause cls echo. echo Cleaning up... IF EXIST .\output\%map%.ent DEL /F .\output\%map%.ent echo. echo Complete! New %map%.bsp available in output dir. echo. start "Output" .\output :FAILED You can point it to your q3map2 directory by changing this line SET q3map2dir=..\GtkRadiant-1.6.6 To wherever you have q3map2 installed. Also here's the recreated first screenshot (using VSCode instead of Notepad++).
-
Is there a way to generate recovery codes for 2FA? Or if your phone gets blasted by a stormtrooper are just locked out forever?
-
-
-
Yeah, something like that also works very well, especially if the current is visible to the player so they don't just think they're being pushed away for no reason. The important thing, regardless of how exactly you define the map edge, is presenting the player with the illusion that there's something real preventing them from proceeding beyond. Nobody likes an invisible wall, its very jarring and brings one out of the immersion. My what? Which movies are you referring too? o.O