Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icarus: Add CVar access (SP) #75

Closed
mrwonko opened this issue Apr 10, 2013 · 3 comments
Closed

Icarus: Add CVar access (SP) #75

mrwonko opened this issue Apr 10, 2013 · 3 comments

Comments

@mrwonko
Copy link
Contributor

mrwonko commented Apr 10, 2013

The set()/get() functions in scripts should be able to operate on cvars to give mod authors more power. This does not require changes to the .ibi format, we could just check if a given name matches a cvar before doing other tests. Optionally, a prefix ("cvar_g_speed") could be added, which would especially make adding new cvars from within scripts easier without changing the format.

@eezstreet
Copy link
Contributor

Agree. I'll look into this later today.

Sent from my Windows Phone


From: Willi Schinmeyermailto:notifications@github.com
Sent: ‎4/‎10/‎2013 3:21 PM
To: Razish/OpenJKmailto:OpenJK@noreply.github.com
Subject: [OpenJK] Icarus: Add CVar access (#75)

The set()/get() functions in scripts should be able to operate on cvars to give mod authors more power. This does not require changes to the .ibi format, we could just check if a given name matches a cvar before doing other tests. Optionally, a prefix ("cvar_g_speed") could be added, which would especially make adding new cvars from within scripts easier without changing the format.


Reply to this email directly or view it on GitHub:
#75

@mrwonko
Copy link
Contributor Author

mrwonko commented Apr 11, 2013

Yeah, that's setting them. Nice. Now we just need getting, and the same in JKA. :)

@eezstreet
Copy link
Contributor

Done.

TomArrow pushed a commit to TomArrow/jaPRO that referenced this issue Jan 10, 2024
* add fix explosive hitbox as a wt

(cherry picked from commit a66aa79)

* spawnflags 256 + 4 on newpush for absolute z vel

(cherry picked from commit 15b779d)

* allowedstyle for trigger_newpush

(cherry picked from commit e3d47b2)

---------

Co-authored-by: videoP <videoprofess@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants