Jump to content

Circa

Administrator
  • Posts

    6,536
  • Joined

Everything posted by Circa

  1. Circa

    Naboo Plaza

    No worries, I think it's boring as well. My map projects always have a motto when I first start them: function over fashion. This map was specifically made for that hidden platform. I just went in and made it a lot prettier than it originally was and decided to release it.
  2. Circa

    Naboo Plaza

    I felt like the skybox was more overcast feeling so I went for overcast lighting. If by roofs you mean the awning things above the doors, they do case some shadow but it is faint.
  3. 297 downloads

    This is small duel map set in a courtyard in the Naboo capital city of Theed. There is a button on the middle balcony to reveal a duel platform, surrounded by a pit, to keep the duels interesting. There is room on the sides to use this map in FFA mode as well. Bug: There is a timer on the button, which means you can't push it over and over, to avoid people spamming while other are dueling on the platform. So if the button doesn't work right after you use it, wait about 10 seconds. This was a map made for a specific king of the hill type of event in my clan. The premise is everyone lines up by the main door in a single file line and the two people in the front of the line duel on the platform. First person to get cut by a saber must go back to the line, and the next person enters to challenge the survivor. Last person standing wins. Feel free to use this idea on your own servers. shadoworder.com
  4. We have most JKA mods here on JKHub already, and any others that weren't brought here are archived at this site: http://mrwonko.de/jk3files/ Unless you know you have stuff that is super hard to find, I'd assume it's already in these two places. Or moddb.
  5. Ah makes sense. My bad. Don't listen to me.
  6. Oh true. That's the one you want. I think numBlades 0 is also needed in addition to the above, but I could be wrong.
  7. The Witness is 75% off on Steam right now. $10 for US people. http://store.steampowered.com/app/210970/The_Witness/
  8. Add numBlades 0 to the sab file.
  9. You can edit the hitbox of an NPC and vehicle as in, the size of it, in the NPC and VEH files. But you can't change how the hitbox works without code changes. There is a command to show the boxes ingame but I totally forget what it is and can't find it anywhere.
  10. Again, not true at all. I have tons of map PK3s in my base named something different than my server does, and they work perfectly fine.
  11. Don't be lazy. Finding new mods is the funnest part about JK2 and JKA, in my opinion. Go look through our files section and find stuff that you think would be cool to try out. PK3s are easy to install and uninstall, so its about as easy as it can get. If you limit yourself to what others use, then you're missing out on the fun part of JKA.
  12. Wouldn't that mean it loads in normal order? If it overrides, then its loading those after the ones before it. Or does it load in reverse and it just skips things that are already loaded?
  13. One z should suffice. If it doesn't, then that means there's something interfering in-between the assets and your file. It's not like the game checks for how many Z's you have.
  14. The game loads PK3 files in alphabetical order, which means the asset0-3.pk3 files are loaded first, and anything that comes after that alphabetically are loaded after, and overwrite anything that is the same in the previous files. So if you have a mod that changes the skin of Tavion in a pk3 called aSkinOfTavion.pk3, it wouldn't overwrite anything because the assets are being loaded after it, thus overwriting the pk3. So, many people put the letter Z in their file name so it is loaded either last or as far down the list as possible, ensuring there are no conflicts with other mods that may change something theirs does. In my opinion, its a bad habit to get into. You should only put Z's in your file name if you know its going to cause issues with other common PK3s. Otherwise you should just name it something normal, and let the user put Z's on it if they need to. I like to keep my base folder as organized as possible, and I make sure only the pk3s with Z's are the ones that need it. Otherwise it just makes it harder to find things.
  15. I only point that out because maps labeled as "Duel" are intended for the Duel MP mode. You could just change the category to singleplayer.
  16. I currently don't have a Linux install right now so I can't check, but it should be fairly similar to the Steam release. What does the GOG install look like on your computer? As in file structure.
  17. @@GPChannel if you used textures from another map, be sure to credit them.
  18. *stuffs all I can grab in pockets and runs into the darkness*
  19. Nice! Looks good.
  20. Having an NPC spawn in by default kinda defeats the purpose of a Duel map. Did you mean for this to be an SP map instead?
  21. .warnbox { background: #e3f6e5 url( images/icons/exclamation.png ) no-repeat 9px 10px; border: 1px solid #b4e3b9; color: #475949; } Post split into new topic and moved to OpenJK Discussion. @@Dark_Reaper I can't answer your question but I moved it to the right area where you may get some help.
  22. Yeah it would be whatever the file is named. Glad you got it.
  23. No idea. Perhaps the all-knowing @@ensiform could tell you.
  24. But did you add it to a new shader file? And did you refresh shaders in radiant? Did you add your new shader file to the shaderlist.txt?
  25. What does your skies.shader look like? If you're making a custom skybox, you should be adding it to a new shader file, not editing an existing one from the assets.
×
×
  • Create New...