Jump to content

Smoo

Members
  • Posts

    654
  • Joined

  • Last visited

Everything posted by Smoo

  1. Interesting
  2. Dunno about changing the pk3s but when i add new ones i just do vid_restart
  3. Just a quick question, you still got the old screenies from the ol forums? I miss reading the dev diaries lol
  4. US, dallas, texas atm Now currently in LA, California
  5. Sweet, ive mostly learned python but been reading your c/c++ tutorial, just gotta learn the syntax etc
  6. Current Test server IP@ 144.202.74.138 Server Location: DALLAS, USA Server version: 1.3.?? Status: Offline Server version 1.3.19b Status: Online!
  7. What does that command do? Curious
  8. Id love that, i can already play 1.00 on normal jamp and ja+/++ on openjk but other mods or base need the 1.01 dlls
  9. Been doing programming courses at uni, would love to contribute to the project when i can, always dreaming of what the mod would be like once it is finished.
  10. Nice to see you still doing a bit of work on this
  11. Lol blame the tffa and duel servers, traditionally on pure
  12. I just set the cmds in autoexec.cfg or in this case openjkautoexec.cfg i think and it loads when you first join a server. Though it resets when map changes or restarts or when joinijg another server
  13. Smoo

    Easy Entity Modding

    awesome work
  14. Manjaro is based on Arch, I quite like it.
  15. I'll link some later but first you should make a autoexec for custom resolution Open notepad then type in seta r_customwidth 1920 seta r_customheight 1080 seta r_mode -1 seta cg_fov 100 set cg_thirdpersonrange 200 set cg_gunZ 3 Then save it in game data/base as autoexec.cfg without .txt in filename
  16. I like debian, manjaro and redhat
  17. linux on 1.00 has alot of debugs enabled and stuff
  18. Smoo

    autoexec

    I'll test it out on friday or something, got exam to prepare for xD
  19. Smoo

    autoexec

    nvm got it working i think Nah havent yet, only in Ja++ I can change thirdpersonrange
  20. Smoo

    autoexec

    I like to use autoexec for custom resolution and thirdpersonrange, howerever it dont seem to work when i put it in my games/openjk/base etc do i need to rename it to openjkautoexec.cfg?
  21. I think it was due to the vps outdated, i tried on an other vps and it worked
  22. It is the latest versions and there are no warnings coming up, it runs fine but gamename is basejka or OpenJK sometimes, fs_game is japlus though and loads the server.cfg from japlus folder but none of the ja++ commands are working. I'm running openjkded and my friend is running the openjk client but it don't work for me so i just use regular jamp and I'm using an auto restart script: #!/bin/bash cd /root/jka1.01/gamedata while true; do ./openjkded.i386 +set net_port 14701 +set fs_game "japlus" +exec server.cfg echo "JKA server crashed with exit code $?. Respawning.." >&2 sleep 10done
×
×
  • Create New...