Commit Graph

298 Commits

Author SHA1 Message Date
Pinsplash
a849add787 more debug stuff (and minor fix) 2024-05-03 11:01:58 -05:00
Pinsplash
a332067ec5 no material changes i think but blob code now has more debug tools and you can switch to simple balls at any time 2024-05-03 10:31:56 -05:00
Pinsplash
424a8558b0 cleaning up and some improvements, but still not ready 2024-05-03 05:21:40 -05:00
Pinsplash
69867b143c blob stuff kinda working 2024-05-02 13:07:27 -05:00
Pinsplash
4f94b5e754 version number 2024-04-30 07:16:36 -05:00
Pinsplash
4930344d29 added effect Changing Pitch and fixed ep2 missing particles 2024-04-30 07:09:33 -05:00
Pinsplash
c99d63accd added effect Touch the Grass. requires the game properly finding grass textures so a lot of shit here 2024-04-30 02:26:41 -05:00
Pinsplash
b557471470 small optimizations in string comps and readability 2024-04-29 10:21:29 -05:00
Pinsplash
88704caeaa version number 2024-04-25 21:38:47 -05:00
Pinsplash
3819ef8123 fixed some models appearing as errors because HL2 has broken versions of them in loose files 2024-04-25 21:37:29 -05:00
Pinsplash
aeba5db495 made coast 08 spawn items match coast 07 2024-04-25 21:28:20 -05:00
Pinsplash
03e4211b4f reverted recent VPC changes
since ep2 uses identical binaries, it can just get them from ep1's mod
2024-04-25 18:35:59 -05:00
Pinsplash
1682cc6135 version number 2024-04-23 20:01:18 -05:00
Pinsplash
fc78a6b2d5 new install instructions 2024-04-23 19:46:28 -05:00
Pinsplash
fb5a8a65d0 fat cubemap removal 2024-04-23 18:43:31 -05:00
Pinsplash
d2d22caad3 fixed projects referencing the wrong exe, leading to inconsistencies 2024-04-23 18:38:52 -05:00
Pinsplash
2de15089a2 hopeful gameinfo changes to fix cubemap problems 2024-04-23 15:09:33 -05:00
Pinsplash
87bc55bf5f removed redundant files. ep1 now reads hl2, and ep2 reads ep1 & hl2
Upside: the download has gone from 593 MB/312 compressed, to 426 MB/227 compressed.
Downside: if users wish to play ep1chaos, they must also install hl2chaos, and if they wish to play ep2chaos, they must also install hl2chaos and ep1chaos.
2024-04-20 17:09:57 -05:00
Pinsplash
c9783921a0 version number 2024-04-20 03:31:39 -05:00
Pinsplash
5851f9878c dont update text when dead 2024-04-20 02:57:10 -05:00
Pinsplash
e8f32f2042 fixed HUD text flickering (close #100 ) and fixed several tripmine issues 2024-04-20 02:25:34 -05:00
Pinsplash
6df9ce4fdb ep2 fixes
made clientscheme.res match with 2013 SDK except in specifically needed cases
made game title in main/pause menu be lower down, in line with hl2 chaos and ep1 chaos
made ep2 credits actually the ep2 credits, not hl2
fixed odd issues caused by gman's bounding box being incorrect, close #104
fixed logo in first map showing "HALF-LIFE'"
2024-04-20 00:56:02 -05:00
Pinsplash
921e479c19 fixes made for ep1
made clientscheme.res match with 2013 SDK except in specifically needed cases
fixed logo in first map showing "HALF-LIFE'"
fixed advisor screens not looking good with ep2 advisor model, new model is because the cables would not appear to move when viewed on the monitor only
fixed APC being unable to drive properly
made ep1 credits actually the ep1 credits, not hl2
2024-04-19 15:06:18 -05:00
Pinsplash
9e5286658e some fixes for issues found while playing hl2
fixed chaos bar flickering and being 1 pixel wide when chaos 0
made clientscheme.res match with 2013 SDK except in specifically needed cases
fixed intro credits text being too small
fixed gman being below the deck in canals 6 - this is something that went wrong in CAI_BaseNPC, but it seems to have only manifested as a problem in this single instance. it's not clear why this specific case has this problem. effect on any other NPCs is thought to be minimal. if it affects any other NPCs, they would have to be close to a ceiling.
fixed suppression device being unable to damage scripted targets
fixed camera in breen not looking good with ep2 advisor model, new model is because the cables would not appear to move when viewed on the monitor only
2024-04-18 21:42:31 -05:00
Pinsplash
5ae643fadd decided to buff npc crowbar damage instead of alter swing speed for Mossman (close #98) 2024-04-18 11:52:59 -05:00
Pinsplash
308ab9ea70 close #97 2024-04-18 11:28:14 -05:00
Pinsplash
35866e8921 added magnusson to hl2 and ep1 2024-04-18 10:51:48 -05:00
Pinsplash
4896b4614c added hunters to hl2 and ep1, applied VDC patch to allow loose VCD's 2024-04-18 01:44:31 -05:00
Pinsplash
2ffae71fea added autogun to hl2 and ep1
core_beam1 material comes from ep1, only needs to be added to hl2
2024-04-17 21:53:20 -05:00
Pinsplash
3d737322c5 added fast zombie torsos to hl2 and ep1 2024-04-17 21:13:25 -05:00
Pinsplash
2ef41d2db7 Merge branch 'main' of https://github.com/Pinsplash/halflife2chaos 2024-04-17 20:58:27 -05:00
Pinsplash
a065148eef added antlion grubs to hl2 and ep1
renamed SPAWNTYPE_UNDERGROUND on ONGROUND to better describe it
small optimization for string comparisons in ChaosSpawnNPC()
2024-04-17 20:58:24 -05:00
Pinsplash
5bc194ee69
Merge pull request #99 from albert-softie/patch-1
Update build instructions
2024-04-17 18:28:13 -05:00
Pinsplash
93a0968b34 added advisors to hl2 and ep1 2024-04-17 17:57:19 -05:00
Albert Softie
7ec24021c5
Update build instructions
current instructions don't work as-is because the bin folder is in a different location now than it was previously
2024-04-17 10:42:08 -04:00
Pinsplash
ad7e2c88c0 Left 4 Dead can now spawn zombines in hl2 2024-04-17 01:33:43 -05:00
Pinsplash
580160d5cb added zombines to hl2 (the VPC changes were in the recent VPC-related commits) 2024-04-16 23:05:56 -05:00
Pinsplash
8b1455ec66 secondary VPC shit
(2nd commit just to distinctualize necessary things)
2024-04-16 22:37:23 -05:00
Pinsplash
caf0fae1d2 fixed VPC scripts wanting to revert back to old paths since i had never set them up correctly
the 1-and-2 shit is so i can easily output to both the ep1 and ep2 mod folders. there are multiple approaches to the problem of two mods sharing one project and this is just one of them.
2024-04-16 22:35:54 -05:00
Pinsplash
657301b9c4 fixed gravity gun pushing the jalopy really hard in ep2 2024-04-16 17:45:19 -05:00
Pinsplash
9d352beeb6 fixed jalopy radar for hl2 and ep1 2024-04-16 01:24:07 -05:00
Pinsplash
51837c5bb5 added jalopy to hl2 and ep1 mostly
the radar is still not working for unclear reasons
in hl2 specifically, the car goes really far when hit by the gravity gun
2024-04-16 01:03:42 -05:00
Pinsplash
62c793f337 whoops added back rng call for cave guardian 2024-04-15 18:01:58 -05:00
Pinsplash
c3a7ccdcba added green antlion guard to hl2 and ep1 2024-04-15 17:59:36 -05:00
Pinsplash
a1c78e1dab ported acid antlions to hl2 and ep1 2024-04-15 14:51:18 -05:00
Pinsplash
b056f2921d enemy APC will now chase player 2024-04-14 23:26:00 -05:00
Pinsplash
20b245495f fixed undefined behavior when finding HL2 installation
hopefully will take care of #65
2024-04-14 18:58:03 -05:00
Pinsplash
d101007909 fully unlocked fov_desired and increased maximum in slider to 105
close #21
2024-04-14 18:48:02 -05:00
Pinsplash
9f7e0cf8ce made weapon_cubemap work well as a regular weapon and added it to Give Random Weapon 2024-04-14 18:09:37 -05:00
Pinsplash
2918cefb48 better vector calls for left 4 dead 2024-04-14 13:54:30 -05:00