GithubHelp home page GithubHelp logo

eternalcodes / eternaljk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jacoders/openjk

61.0 61.0 23.0 258.42 MB

Effort to maintain and improve OpenJK

License: GNU General Public License v2.0

CMake 0.42% C++ 21.98% C 76.37% Objective-C 0.73% Batchfile 0.01% ShaderLab 0.46% Shell 0.02% Dockerfile 0.01%

eternaljk's People

Contributors

ahmedtd avatar alexandreblin avatar archangel35757 avatar aufau avatar avygeil avatar bibendovsky avatar bszili avatar bucky21659 avatar deathsythe47 avatar deepy avatar dionrhys avatar eezstreet avatar ensiform avatar eternalcodes avatar exec64 avatar imperatorprime avatar juesto avatar klusark avatar lrns123 avatar madebr avatar mrwonko avatar ouned avatar razish avatar redsaurus avatar smcv avatar videop avatar xscooper avatar xycaleth avatar yberion avatar zturtleman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eternaljk's Issues

In-game translations

At least for Russians. I've seen this on Lugormod. Would attract more Russian defraggers to our scene.

cgame currently crashes

Reporting a bug? Please make sure you've given the following information - thanks!

Operating system and version:
Windows and Linux

Is this for single player or multiplayer?
Multiplayer

Description of the bug (and if possible, steps to reproduce the bug):
cgame currently crashes
not yet sure what causes it. will try to fix it

What did you expect to happen instead?
cgame to work lol

dd whitespace fix

please fix the unnecessary whitespace. and add a zero to the prefix of singular days of each month in console. ex. Feb 03 instead of 3. @eternalcodes

/sabercolor client console command

command like /amcolor but for RGB sabers
I think ja+ has this

/sabercolor 1 255 0 255 , for example

reverse of this code

full = atoi( yo );
r = full & 255;
g = (full >> 8) & 255;
b = full >> 16;

trap_Cvar_Set( "color1", va( "%i", SABER_RGB ) );
trap_Cvar_Set( "cp_sbRGB1", yo );

edit; close this i added it

View all profile skins

C4N: In JA++, any model that has a skin even if its name is **_anything (not only _default _red and _blue) is shown there even if the icon is missing.

We'll want to do something similar like create a filter for all, or a filter to show the rest of the skins that aren't currently displayed. We may want to ignore skins without icons, or try to add icons that are missing.

The RGB filter also needs to improved so that the filter doesn't display if the skins don't exist.

unknown

Console scroll up crash on join

Reporting a bug? Please make sure you've given the following information - thanks!

Operating system and version:
Win10 x64 Pro

Is this for single player or multiplayer?
Multiplayer on playjapro ups gaming defrag servy.

Description of the bug (and if possible, steps to reproduce the bug):
Using latest clientside. I join playjapro defrag gamering server and open console right away and scroll up. (Wheel or PGUP, both work) Then, my client (EternalJK - by eternalcodes) crashes.

What did you expect to happen instead?
I expected to be able to read my console like on jamp.exe

I thought this an already fixed issue.

VR support?

Would like to defrag in first person with my pals.

libwinpthread-1.dll

I am now experiencing, "The code execution cannot proceed because libwinpthread-1.dll was not found. Reinstalling the program may fix this problem." after reinstalling steam jka and even reformatted my windows, none of your win builds work for me.

better chatlogs

apparently if the chatlog gets too big its becomes corrupted as Eternal has said

separate chatlogs by month maybe

cheat protected

Hi, Iโ€™m addressing cmd locks due to default cheat protect. I'm a camera boy and I wanna record dramatic scenarios in a cinematic manner with features like cg_thirdPersonHorzOffset, etc. Cheat protected prevents me from enjoying those.

r_showtris Hall of mirrors effect

r_showtris 1 then changing back to 0 makes the game all messed up
some stuff is even messed up when its set to 1

also happens with r_shownormals

Console timestamp code is a mess

Timestamp length should be defined up top and referenced in cl_console.cpp instead of referencing "9" or "8" all over the place.

ETJK Console scroll up crash

Sometimes scrolling up in console crashes the game. It seems to only happen if you scroll up past where you joined the server. I can reproduce it by joining a server and immediately scrolling up. Apparently this only happens on certain build versions / to certain people...

customization skins

more skins were added in skin selection menu. if i wanted a customized skin, then i would customize the skin in the customization menu! fix this!

Can't find my CFG files

Hi since using this with Steam I can't find my CFG files. Where are they? very frustrating. I am not configged now.

Music controls

As seen in Newmod:

https://jkanewmod.github.io/documentation_commands.html

Music Controls:
Next Track (mnext)
Previous Track (mprev)
Pause/Play Music (mpause)
Stop Music (mstop)
These commands simulate hardware media buttons. Useful for controlling your music while in-game.

Note that some music players do not support media buttons by default; for example, VLC Media Player requires media button support to be manually enabled in settings.

Shoutcast

I can't find the controls. I would love to share songs ingame with my defrag friends.

HTML chatlogs

We want HTML chatlogs, this way we can bold playernames, linkify URLs, and add coloring if desired, or color each playername uniquely for easier reading.

model default/f

i do not know what this is, where is my kyle katarn for default skins? it is a weird figure with a goatee and dark glasses. cringe. please revert this change to kyle katarn for nostalgic purposes.

2 clocks 1 console

its redundant and bloaty to have 2 clocks in the console (one on the left and one on the right)

one of them should be removed

Game: eternaljk

even in your latest build, you still didn't remove the game filter on the browser. eternaljk isn't a mod. it's a client, and a very buggy one to say the least. please remove this and add japro or mb2 or something.

menu tutorials

i am not new to jedi academy, but i do not know how to star wars effectively . please provide menus with in-depth gameplay knowledge/voice tutorials, including strafe, saber, guns, force, etc

prompt carrots

in console, all of the prompt carrots are too close with the broken clock. the last prompt carrot is interfering with the "h" in Alpha. this is irritating to look at when i am scrolling up before crashing.

VGW not working

in vgs, vgw isn't working. im sure there are others not working as well. please double check all of them and replace those that are broken. -_-

Improve server browser game filter

The server browser's game filter currently shows locally installed mod folders. This filter should instead query the game name from each server and filter by this.

MinGW Static Builds Broken

Operating system and version:
Windows 7 Pro 64-bit

Description of the bug (and if possible, steps to reproduce the bug):
Cross-compile for Windows 32-bit on Ubuntu 14.04.5 using CC=i686-w64-mingw32-gc and CXX=i686-w64-mingw32-g++. Running the produced executables will throw a System Error: "The program can't start because libgcc_s_sjlj-1.dll is missing from your computer. Try reinstalling the program to fix this problem."

The defined "static" CMake flags don't seem to be working:

if(WIN32)
	# Link libgcc and libstdc++ statically
	set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -static-libgcc")
	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc")
	set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libstdc++")
endif()

What did you expect to happen instead?
The game is supposed to run without any missing library errors.

24hr console clock disappearing

the live 24hr console on the left disappears when you scroll past up loaded .pk3s. please fix this, i want to know what time it is in military time while i scroll up before crashing.

Hostname banning

Lugormod had this, it let you ban by hostname so you can ban *.md.comcast.com to ban Maryland comcast IP's for example..

Also lets you more easily ban VPNs ?

VGS spectator bug

I was in spectate using VGS and somehow the chatbox VGS notification started using the wrong name.

It was printing the name of the person i was spectating instead of my own name. A reconnect fixed the issue.

??IRC BOT??

Hi Im not sure if this is the right place for suggestions with your new Client. ojk refuses an IRC BOT for the current population. Should want to chat from in-game to users connected to IRC. irc bot from servers and WITHIN

Ok?

automatic cleared console

another suggestion for the console situation. pls auto clear the opengl loading sploog such as: "GL_ARB_.....". when connected. clear rest of the junk when loading as-well. it makes it hard to scroll up and see past cmds. also could be why your client is crashing thru console.

white screen

when launching multiple clients, the screen turns white and it takes 5 seconds in order to load the main menu. i want it to launch IMMEDIATELY without any visual glitches.

cl_afkTime is bugged

Somtimes people stay named [AFK] even when they are clearly not AFK and moving around

icons are NOT consistent

in my taskbar -- it shows the OpenJK icon and NOT the new ETJK icon. I believe Bucky is aware of this issue, but I'm bringing it to your attention, Eternal.

chatlogs are bugged

my chatlogs are out of order. what good is a chatlog if the chats are not in order?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.