Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. It's probably a good idea to keep those in case the AI wanders out there.
  2. 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.
  3. [red]ʘ̆ ‸ ʘ̆[/red]
  4. Can you get us some more specific hardware information? Try running dxdiag.exe (Windows + R, dxdiag.exe)
  5. 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.
  6. I love it. Really nice job on this one. It's definitely worthy of being the Featured File! I really love to hear that you're doing more work. If I have one criticism, it's that the waist seems a bit angular/thin, but it's overall a really solid effort.
  7. 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.
  8. Okay. Do you want me to handle the spawned NPCs and pickups, or is it something you want to tackle?
  9. Thread moved to Modding Assistance
  10. 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.
  11. 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.
  12. You're right of course, I'm not saying it was a bad decision necessarily, just that it made the game less expandable.
  13. 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.
  14. 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?
  15. I'm not disagreeing with you here, but it's still no reason to bar them entirely from being on JKHub. If I can slap a skin together with "LOL AMAZING SKIN" written on the back of a shirt in MS paint, there's no reason we should hold modelers to some kind of extra standard.
  16. 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).
  17. Um....no. That would cut out a lot of people who don't even know what an LOD is from making a model.
  18. @@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.
  19. 125 buttons??? Why do you need that many?
  20. 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.
  21. You can now unfreeze/freeze NPCs using the workshop_freeze command. The command works in conjunction with ICARUS and debug_npcfreeze commands.
  22. Thread moved to Arts, Media and Technology
  23. In theory you could create an LOD that's never seen (is LOD4 not used?) and have the most basic possible mesh for collision. If LOD4 is not seen, it could work.
  24. There's actually a lot more mods that use OpenJK than just that - JA++ uses it, JKG migrated to the codebase, JK:Enhanced was based on the codebase, and MB2 even has an OpenJK version now. I'm curious to see if you can make it work without killing performance.
×
×
  • Create New...