Jump to content

NAB622

Members
  • Posts

    524
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Modding Interests
    Coder
    Mapper
    Scripter
    Shaders
    General Modding

Recent Profile Visitors

8,837 profile views

NAB622's Achievements

  1. If it's any help, I believe you can put the PK3s you want to load on individual mods into the folder with each mod. So for JA+, you can put some PK3s into the japlus folder, and they should only load for JA+. Barring that, I'd suggest creating a batch file to rename/move files for the mods as needed.
  2. One other thought, here...does it have to toggle on AND off? If all you need is to turn it off, that is possible. Turning it back on is a problem, though. Also, would a visual trick suffice? I can think of a method of swapping out the moving part for a stationary one. If the player cannot physically interact with the objects, this might be doable, although a bit janky.
  3. I think you're supposed to launch the .exe file through Steam, then add launch parameters for your extra stuff. See if adding +set fs_game ojpenhanced as a launch parameter in Steam does what you need.
  4. Just thinking out loud, but isn't the Deck supposed to just run custom games within Steam, and then you can set launch options for your parameters in there? I might also be a bit confused what your setup is.
  5. I think the only way to make them switchable is to simulate the movement with a script to begin with. The problem with a script is that the acceleration will not be the same as a func_bobbing or func_pendulum. Bobbing/pendulum have a smooth start and smooth stop, whereas scripted movement has a sharp start and smooth stop. Personally, I recommend rethinking your solution to not require the use of either of these as switchable items. Even if it just means you use a func_door or func_wall to cover them, that is the better answer.
  6. For what it's worth - ParaTracker has a "Trim nonsense characters from server names" option under the visual adjustments. It is on by default, disabling it should make them visible. If it does not, then I have a bug to fix. Either way, glad to hear the issue is resolved.
  7. Quake 3 encodes text with ANSI instead of ASCII, so some of the symbols will be different between your operating system and in-game. If you're trying to figure out a specific symbol from a specific server's name, you should seriously just look it up in a server tracker. If you want to use that same symbol on your own server, you can just copy/paste it into your own server.cfg.
  8. I do not know which ones are used the most, but from experience I can tell you that there are several symbols used for that, not just one. I'm sure there are other ways to find out, but the easiest way I know is to choose a server that uses the invalid characters in the name, get the IP address and port from in-game, then plug it into a server tracker (I used ParaTracker). From there you can copy/paste it into something else that can tell you what it is. I think Notepad++ works, in fact even just google might work.
  9. I'm pretty sure this happens when too many mods are installed. The maximum number of vehicles is pretty low. See if installing only one mod at a time helps.
  10. Can't say for sure, but as a start - post the shader and we can try to weigh in on it.
  11. t's been a really long time since I've touched Terragen, but after skimming a tutorial, it doesn't look like it has changed at all. That said, I think I see your confusion about a script. I didn't even know Terragen had scripts. It's not necessary to use one, you can just type the angle values from the script/tutorial directly into the camera settings and render each image manually if you want. The script is purely for convenience sake.
  12. Ah, okay. Your initial post seemed more like you were asking about using skies in general. As far as custom skies go, I won't be much help with generating them from scratch. However, it matters a bit what you're trying to generate, so what are you looking for? Starscape vs jungle vs city vs skyscape vs cloudscape could be generated with various tools. Off the top of my head, in the past I know Terragen, Photoshop, and Blender can be used. I'm sure there are many other tools that I am unaware of.
  13. When you say create a skybox, I'm assuming you mean you want to use one of the existing skyboxes from the game assets and not that you are creating one from scratch, yes? If you're using an existing skybox, it's as easy as opening textures/skies, and picking any of the ones with a "sky" placeholder image. Apply the chosen shader to any brush face that you want to treat as a sky boundary on the outer edge of your map. The game handles everything else automatically. If you need examples, you should be able to find them in any of the sample maps. Off hand, the only one I can think of is mp/ffa5.
  14. EasyGen is a terrain generating program that is capable of exporting the results as a .map file. https://jkhub.org/tutorials/mapping/terrain-creation-using-easygen-r157/
  15. Are you using brushes or patch meshes for the terrain? If you're using brushes, there are probably some invalid brushes, so you should run a brush cleanup (You may also need to close and reopen Radiant for it to work properly). In future, try not to edit vertices as much as you can, since the vertex editor in Radiant is very very buggy. Whenever possible, edit edges instead. Also, if it's any help, EasyGen may help you generate terrain more easily too. If you're using patch meshes, make sure the mesh is facing the right way. I recommend against using patches for terrain, though, because the game physics has a lot of bugs that allows players to clip right through. I have no experience with any other method of making terrain.
×
×
  • Create New...