-
Posts
5,207 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by eezstreet
-
It's probably a good idea to keep those in case the AI wanders out there.
-
Well, ideally the upper level (the area with all the shadowtrooper armor) should have imperials, officers and possibly a commander or stormtrooper officer or two. Apart from that, the main floor (area with the crane) should be devoid of any enemies, the stairs leading from the lower crane area should have a group of stormtroopers running down the stairs to engage the player, and the maze should have a reborn. Other than that, it's pretty much up to you, although I wouldn't recommend having any enemies in the goodie rooms. The areas can be spiced up with a few droids roaming about (though don't go too crazy!) and ideally the maze should have relatively few enemies, although a patrol of stormtroopers in one of the sections towards the beginning would be a nice touch.
-
[red]ʘ̆ ‸ ʘ̆[/red]
-
Unusual OpenGL error after OS reinstall?
eezstreet replied to dark_apprentice's topic in Jedi Knight Tech Support
Can you get us some more specific hardware information? Try running dxdiag.exe (Windows + R, dxdiag.exe) -
Thread moved to Modding Assistance Try using an areaportal brush in your doors. You will need to develop your level to adequately prevent this sort of thing from happening.
-
- 21 comments
-
My own two personal projects....
eezstreet replied to TheWhitePhoenix's topic in WIPs, Teasers & Releases
Topic moved to WIP and Releases @ this looks like quite a bit of work - remember to pace yourself and don't take on more than you can handle. -
Okay. Do you want me to handle the spawned NPCs and pickups, or is it something you want to tackle?
-
Coder(s) to help with Dusty's Patch? (Can be a novice)
eezstreet replied to Dusty's topic in Mod Requests & Suggestions
-
Thread moved to Modding Assistance
-
Or you could try it and not bring preconceived notions to the table. He said it was fixed. Compile the game and see for yourself.
-
New Jedi Knight Jedi Academy
eezstreet replied to Darth Ronin's topic in Jedi Knight General Discussions
Everyone is going to have a different opinion of what made JK2/A good and would rather see things go a different way. For instance, take a similarly polarizing situation: the JK2 movie. They used animations and models ripped straight from the game instead of providing their own. What they found good about the game and want to capitalize on is different than what I would've done. It's the same with a game. Some are invested in Kyle's story, some are invested in Jaden and his story, and still others don't care and would rather just have the same game but with better graphics. That's why there's never been a coherent push to create a project like this, because nobody properly knows what they want. -
New Jedi Knight Jedi Academy
eezstreet replied to Darth Ronin's topic in Jedi Knight General Discussions
You're right of course, I'm not saying it was a bad decision necessarily, just that it made the game less expandable. -
New Jedi Knight Jedi Academy
eezstreet replied to Darth Ronin's topic in Jedi Knight General Discussions
They took many decisions on Fallout 4 which make it less moddable than the previous entry in the series. Notably: a voiced main character and restricted dialog system. I think this is a dumb argument though. Mods are going to happen regardless of whether a company gives support for it. Minecraft didn't get official mod support until after mods existed for the game, and all of Blizzard's games have had mods without any official support. The most recent game to get mods without having support? No Man's Sky, released just last month. My point is, the type of game is what makes for more mods. RPGs, RTSes, survival games and multiplayer FPSes are more prone to get mods. Tower defense, puzzle, and linear FPSes are not suitable games for mods. -
Coder(s) to help with Dusty's Patch? (Can be a novice)
eezstreet replied to Dusty's topic in Mod Requests & Suggestions
I tried looking through the list of commits and didn't find anything related to Dusty's Patch. Do you have a link to the github repo for it? -
New Jedi Knight Jedi Academy
eezstreet replied to Darth Ronin's topic in Jedi Knight General Discussions
Thread moved to Jedi Knight General Discussion I think that it's been petitioned before and it never happened. Nevermind the fact that the developers of Jedi Academy (Raven Software/Activision) don't have the rights to produce a Star Wars game (EA does). -
@@Jedi_Mediator I have finally gotten to playing through the mission. I really really like it. I think it's ready to proceed with the scripting, area portal fixing, and other things that need to get done to get it as part of the mod. The addition of lights helps immensely with the maze level and I feel like I noticed a bunch of extra details in some places, but this could be my memory mistaking me. I think instead of there being switches to indicate locked doors though, you could try what is done with Bespin Undercity and having a red light over the doors that are locked, and a white one above the ones that are unlocked, since the switches don't do anything currently. Does the current version of the .map have the ref_tags and other things required to script the crane puzzle? The next step should probably be to fix the areaportals on the doors (I have provided you with the cairn_assembly.map as I recall, it should have some ideas as to how to fix the areaportals to work properly) and populate the level with NPCs. The crane puzzle honestly can be fixed last as it's inconsequential to the rest of the map design.
-
125 buttons??? Why do you need that many?
-
HUD Editors: What would you like to see extended?
eezstreet replied to eezstreet's topic in Jedi Academy: Enhanced
So now that I have a bit more time, I can respond to this further. I've added a command to freeze NPCs that works with ICARUS freeze (workshop_freeze will toggle freezing on an NPC). What would you like in templates? I am thinking two different approaches: Copy literally everything about the entity into a file. Pro: It's extremely comprehensive, small filesize (< 1 kb) and also extremely fast to copy a template. Con: The files wouldn't be human-readable/editable so you can't hack values into the template, and they might be broken with future updates. Make a human-readable JSON file with template values. Pro: Human-readable so you can hack stuff into the template. Won't break with future updates. Con: Game will freeze for a moment upon copying a template onto an NPC, or saving a template. Files may be a bit large (1-8kb each). Fields in the template have to be manually coded in.The idea of having new elements show up and use cvars is an interesting one, but for what you're doing, you might as well just use straight-up coding to accomplish that goal. -
[JAEnhanced] Enhanced Development Platform (EDP)
eezstreet replied to eezstreet's topic in Jedi Academy: Enhanced
You can now unfreeze/freeze NPCs using the workshop_freeze command. The command works in conjunction with ICARUS and debug_npcfreeze commands. -
HOLY CRAP!! Look what Obsidian made..
eezstreet replied to Darth Sion's topic in Art, Media & Technology
Thread moved to Arts, Media and Technology