Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bishop-333 committed Dec 18, 2024
1 parent 5a0b617 commit 9beb8a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
17 changes: 7 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@
- `r_ext_supersample` available in graphic settings as "supersampling"
- teleport missile sound

## 3.2.8
- new health models/effects
- shotgun laser animation
- new pm skins
- change the impact of effect color bars (first one is for railgun color, second one is for pm skins color)
- better `cg_wallhack`
- `r_ext_supersample` available in graphic settings as "supersampling"
- teleport missile sound

## 3.2.9
- `s_worldSound`, `cg_hitSound`, `cg_killSound` are in the sound settings menu now
- `cg_transparentGun`, `cg_drawGun` in the preferences menu
Expand Down Expand Up @@ -112,4 +103,10 @@
- drop flag keybind in the menu
- fix battlesuit
- fix runes effect with `cg_brightPlayers` enabled
- `g_spawnProtect` is 1 second by default now
- `g_spawnProtect` is 1 second by default now

## 3.3.1
- dmflags settings in the multiplayer menu
- `g_bluerespawtime` and `g_redrespawntime` for team specific respawn time
- new reward system imported from ratmod
- `g_elimination_items` if set to 1, enable items pickup in elimination modes
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ASSETS_DIR := omega_assets
OUTPUT_DIR := build
PK3_DIR := $(OUTPUT_DIR)/pk3

OMEGA_PK3 = z_omega-v3.3.0.pk3
OMEGA_PK3 = z_omega-v3.3.1.pk3

TIMESTAMP = @$(shell cd $(GAMECODE_DIR) && git show -s --format=%ct)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ List of the cvars/additions :
- g_damagePlums
- g_dropFlag
- g_easierPickup
- g_elimination_items
- g_gauntletDamage
- g_grenadeSpeed
- g_guidedRockets
Expand All @@ -72,6 +73,7 @@ List of the cvars/additions :
- g_selfDamage
- g_slikGround
- g_startWhenReady
- g_survivorsRespawn
- g_teamPush
- g_teleportMissiles (imported from [ratmod](https://github.com/rdntcntrl/ratoa_gamecode))
- g_waterDamage
Expand Down
2 changes: 1 addition & 1 deletion omega_gamecode/code/q3_ui/ui_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static void Main_MenuDraw( void ) {
UI_DrawString( 320, 444, "read COPYING for details.", UI_CENTER|UI_SMALLFONT, color );

//Draw version.
UI_DrawString( 640-40, 480-20, "^73.3.0", UI_SMALLFONT, color );
UI_DrawString( 640-40, 480-20, "^73.3.1", UI_SMALLFONT, color );
if((int)trap_Cvar_VariableValue("protocol")!=71)
UI_DrawString( 0, 480-14, va("^7Protocol: %i",(int)trap_Cvar_VariableValue("protocol")), UI_SMALLFONT, color);
}
Expand Down

0 comments on commit 9beb8a9

Please sign in to comment.