Jump to content

Xycaleth

Members
  • Posts

    1,458
  • Joined

  • Last visited

Everything posted by Xycaleth

  1. Okay, looks like I misremembered You can get ModView to get full-body screenshots of your models, not icons. Follow @@Circa's instructions and ignore me
  2. Ramkad's right. You're missing the Visual C++ 2013 Redistributable. But that shouldn't be needed at all as our Windows build server doesn't use that version of Visual C++. Where did you download your version of OpenJK from?
  3. For those not in the know, RenderMan is the renderer which the majority of films use to render their CG.
  4. ModView comes with a little-known feature to create icons for all player skins, but I can't remember off the top of my head how you do it. Go through all of the menu items and see if there's anything that looks like it will create icons I'll have a look when I'm back at home if you're having problems finding it.
  5. Maybe @@Scooper's 3DS Max GLM importer preserved weights? I can't remember if he finished it or not
  6. A few things I would try. 1. Try connecting directly as @'Darth Futuza' mentioned. 2. Make sure you've started the server with the "dedicated" cvar set correctly. Set to 2 to make it visible on the Internet, set to 1 to make it just a LAN server. 3. Ping your computer from the R-Pi 4. Ping R-Pi from your computer If you're testing locally, I wouldn't expect there to be any port issues. Problems only occurs when going into the outside world as you only have 1 "external" IP address, but multiple computers behind that one IP address meaning you could have more than one computer trying to use the same port. Computers in a local network (e.g. computers in a house) all have their own IP address, so there's no conflict.
  7. Just need a functional rend2 now
  8. They're not built by our build servers because we don't think it's stable enough for people to play about with it yet. We might aim for JK2 to be in the second release, so you'll start seeing the JK2 builds soon-ish.
  9. It states in the model's metadata how many bones the model expects to use which I think is extracted from the skeleton it was weighted against.
  10. The number of bones between the models and skeleton needs to match (except in the case of a JK2 humanoid model using a JKA humnaoid skeleton).
  11. @@Circa, I think @@mrwonko is referring to when you turn off the WYSIWYG editor: With style set to use "white-space: pre-wrap":
  12. What tutorial did you find? If you showed us what you've tried to follow then maybe we can help explain it?
  13. Surprisingly, LCARS has its own Wikipedia page: http://en.wikipedia.org/wiki/LCARS
  14. That's not quite right. You're under no obligation to make use of Windows on computers you buy. You can ask get a refund, from the laptop manufacturer, for the Windows license that comes with your computer. However, the manufacturer may say that you must also return the device if you choose not to use the preinstalled Windows. They do much more than this. The majority of websites use Google Analytics, which tracks which pages you've visited, how you arrived at websites, how long you have been on them, etc. Through this, Google can track almost every page you access across the web. Going back to searches, personally, I like the fact that Google's search results are personalised to what I'm more likely to find useful. If you've tried using a search engine which doesn't record your searches, such as DuckDuckGo, the results you get are pretty terrible. EDIT: Just as I say Windows can be uninstalled... http://arstechnica.com/information-technology/2015/03/windows-10-to-make-the-secure-boot-alt-os-lock-out-a-reality/
  15. Thanks for sharing your solution!
  16. GPL is still pretty bad IMO. There's a lot of restrictions associated with it (all in the name of free software) which will put people off of it. Of the open source Microsoft projects, none of them are licensed under the GPL as far as I can see. A few licenses I saw were the MIT license, Microsoft's own Open License, Apache 2.0, etc.
  17. There isn't a console anymore (I assume when you say console you mean the little window with text that pops up before the main window appears). What do you mean by SP customization exe? Are you using a modded SP exe? Or are you using extra mods with the SP exe? There's a known issue which is currently unfixable with the base JKA SP dll which makes it incompatible with OpenJK SP. The solution to this is to copy OpenJK/jagamex86.dll into your base/ folder.
  18. Can you describe how it crashes? Do you see anything before it crashes? Do you get to the main menu? OpenJK is still in active development so if you mention it to us then it will[/i] get fixed. Having to do something to avoid a fix doesn't help the rest of us.
  19. I don't understand the question. What do you mean by "changing the default config"? Nothing has changed in OpenJK with regards to how you change settings. Do you mean how to change the settings that a fresh/brand new OpenJK build comes with?
  20. Thanks for pointing that out @@Kessno. It looks like our windows build server is down
  21. That looks great Someone should definitely start up another 20 brush map challenge It's something that people can do pretty quickly which is ideal for most here, or you can spend a bit longer exploring different ideas if you really wanted to!
  22. Unfortunately work on OpenJK isn't going as quickly as I'd like it to! We're going to push back the release by 2 weeks... It's a shame, I wanted to release 2 years after the source code was released Nevermind!
  23. It's a way of doing something if a statement is true. If the statement isn't true, then the action after the else command is performed. Consider this sentence: "I'm going to go to the beach if the weather is nice, otherwise I'm going to stay in and play video games." You can rearrange this sentence to read: "If the weather is nice, I'm going to the beach. Otherwise, I'm going to stay in and play video games." In ICARUS, this would look something like: if ( weather is nice ) { go to beach } else ( ) { play video games }Alternatively, in something more game-related: if ( $get( FLOAT, "SET_PARM1")$, $=$, $1$ ) ) { print("SET_PARM1 is equal to 1") } else ( ) { print("SET_PARM1 is not equal to 1") }
  24. Oooh, probably
×
×
  • Create New...