Jump to content

NAB622

Members
  • Posts

    519
  • Joined

  • Last visited

1 Follower

Profile Information

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

Recent Profile Visitors

5,319 profile views

NAB622's Achievements

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Can't say for sure, but as a start - post the shader and we can try to weigh in on it.
  6. 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.
  7. 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.
  8. 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.
  9. 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/
  10. 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.
  11. I don't know anything about allowing downloads, and this bug may have been patched, but be aware that malicious users may be able to use the download feature to obtain your server.cfg file. Use with caution.
  12. Change that to 512 width, 1024 height (Enlarging will result in the least quality loss). Then save as a JPEG/JPG. Note that this is not the best way to do this, but it will at least get your texture working and you can make adjustments later. You may have to re-fit the texture to the surface in Radiant, and recompile your map, but it should work then.
  13. You'll need to either crop or resize it to the correct resolution. GIMP or Photoshop, or even MS Paint can do that for you. If you're still having issues, let me know what the resolution of the texture in question is.
  14. Textures in Radiant have no resolution restrictions. However, in-game, a texture's width and height must be powers of 2. For instance, 128x128, 256x512, 2048x256. Additionally, the texture must be saved as a "Baseline" JPEG. Progressive JPEG will not work. I believe PNG also works but with some caveats. Edit: If neither of those is the culprit, it's probably a shader issue, which will need further diagnosis.
×
×
  • Create New...