1
0
mirror of https://github.com/IkarusHD/ICF-3.git synced 2025-03-04 03:03:12 -05:00
Commit Graph

2054 Commits

Author SHA1 Message Date
soopy-dg
9fdb90c9ac Buffed Semiautos 2025-01-27 16:17:38 -05:00
Ikarus
36877b5b6c reduced cannon weight 2025-01-20 00:28:28 +01:00
Ikarus
8ff7592704 fixed heat standoffratio bug 2025-01-19 11:07:18 +01:00
Ikarus
cd3b0758f8 changed id 2025-01-16 23:22:13 +01:00
Ikarus
e8653d415e corrected link distances 2025-01-16 20:57:20 +01:00
Ikarus
aa035674be added own logo 2025-01-16 17:06:03 +01:00
Ikarus
00afa0f194 Update README.md 2025-01-16 15:58:38 +01:00
Ikarus
b694f7e757 readme updated 2025-01-16 01:04:02 +01:00
Ikarus
dfd4aea0db
Delete lua.zip 2025-01-16 00:53:57 +01:00
Ikarus
be1cdcb528
Update README.md 2025-01-16 00:26:20 +01:00
Ikarus
73a76b7295 added missiles
added missiles??????
2025-01-15 23:56:33 +01:00
Ikarus
e5c24dbf0e Merge branch 'master' of https://github.com/IkarusHD/ICF-3 2025-01-15 23:34:57 +01:00
Ikarus
95557c972a
Update README.md 2025-01-15 23:33:23 +01:00
Ikarus
a9b2558bd7 replaced lua file
hi hi hi hi hi hi hi hi
2025-01-15 23:24:20 +01:00
Ikarus
8bdbfa6c16
Delete lua.zip 2025-01-15 23:07:47 +01:00
Ikarus
5634d7cf41
Add files via upload 2025-01-15 23:03:58 +01:00
thecraftianman
db71a5b148 Start localization file for general menu strings 2025-01-10 21:03:53 -05:00
march
b17a1518e9 Update turret_parenting.lua 2025-01-10 13:32:54 -08:00
thecraftianman
1fd0e3ff86 Fix a couple of leaking globals 2025-01-10 16:01:35 -05:00
thecraftianman
90b3f692c5 Tweak baseplate menu visuals a bit
Also turned the Ponder mentions of ACF-3 into just ACF
2025-01-10 15:49:02 -05:00
thecraftianman
b686c81b8c
Merge pull request #447 from Astralcircle/dev
Fix nil error
2025-01-10 19:51:47 +00:00
Astralcircle
160cc01fb5
Better version 2025-01-10 15:31:37 +03:00
thecraftianman
1bd9cdae4b Add entity classes to all tutorial entities 2025-01-09 20:57:03 -05:00
thecraftianman
5444484897 Adjust mobility end section timing 2025-01-09 20:43:04 -05:00
march
c7368db293 Change PlaySound3D/PlaySound2D -> PlaySound 2025-01-09 16:51:45 -08:00
march
55499fbc62
whoops I flipped them 2025-01-09 15:49:48 -08:00
march
70ad619c73
README.md: Light/dark mode logo 2025-01-09 15:49:33 -08:00
march
7c58e4e112
Add files via upload 2025-01-09 15:48:48 -08:00
march
8c008e03ff
Rename acf-logo.png to acf-logo-dark.png 2025-01-09 15:47:51 -08:00
thecraftianman
5e753b493d Validate damage networking targets
Also fixes a couple of broken tutorial title translations
2025-01-09 17:54:53 -05:00
march
85b4d08cb6
Merge pull request #446 from mboxlab/fix-potential-error
use nil instead _
2025-01-09 11:20:58 -08:00
Astralcircle
5e56045382 Fix nil error 2025-01-09 17:22:41 +03:00
Valera
92663e4c82
use nil instead _
One of the addons uses _ as a global variable (it's a pity that such addons exist), it stores a number that creates errors.
[acf-3] addons/acf-3/lua/acf/damage/damage_sv.lua:19: bad argument #1 to 'Send' (Entity expected, got number)
  1. Send - [C]:-1
   2. unknown - addons/acf-3/lua/acf/damage/damage_sv.lua:19
2025-01-09 20:28:43 +07:00
thecraftianman
c29b840e43 Add engines/gearboxes tutorial
Also moved the other two tutorials into their own storyboards_cl/acf folder
2025-01-08 23:35:02 -05:00
march
9ec9b5734e whoops 2025-01-08 13:38:32 -08:00
march
df8c8a0701 Fix ponder integration 2025-01-08 12:09:43 -08:00
thecraftianman
9856a2bbf0 Add Ponder integration
Only includes a couple of basic tutorials for guns and turret entities (for now)
2025-01-07 20:02:00 -05:00
thecraftianman
18ff75eb59 Fix baseplate conversion failing solidity checks 2025-01-05 17:07:06 -05:00
LiddulBOFH
5d8e1ebaae Blanket buff to turret entities
Overall made them a bit better to use
- Changed friction coefficient (actually a reversion since this is what it used to be) to be lower
- Lowered max "teeth count" on horizontal rings, effectively allows for higher speeds while still needing torque to move them
- Increased max "teeth count" on motors, for a little more flexibility
- Slight increase to mass limit on horizontal rings
2025-01-05 14:48:22 -06:00
march
eff5590b53
Link distance nerf
Nerf link distances, separate mobility and other distances
2025-01-05 12:44:59 -08:00
march
97dff1a815 Link distance changes, sep mobility distance 2025-01-04 16:31:14 -08:00
march
1a9f68827a Block starfall_prop's 2025-01-04 16:09:48 -08:00
thecraftianman
f117ec2be2
Merge pull request #444 from wrefgtzweve/improve-armorprop-tool
Don't mess with hook.Call, add TOOL:CheckForReload and TOO:GetContraptionReadout
2024-12-31 12:31:48 -05:00
Redox
45afef4fbe Don't mess with hook.Call, add TOOL:CheckForReload and TOO:GetContraptionReadout 2024-12-31 15:18:42 +01:00
march
8176e1b420
Merge pull request #442 from yoseij/patch-2
Update init.lua to solve weight inaccuracy
2024-12-25 13:08:10 -08:00
march
ba35c0c6cb Fix linter issues 2024-12-25 13:01:33 -08:00
yoseij
2988315445
Update init.lua to solve weight inaccuracy
Resolves an issue introduced with gun scaling corrections (e5fa45de64) where guns, if they had a corrective scale factor, did not weigh what they should
2024-12-23 19:39:25 -08:00
thecraftianman
387945561c
Merge pull request #426 from marchc1/baseplate-ents
Add baseplate entities
2024-12-23 22:15:47 -05:00
march
2c87b2521e Add scanner definitions 2024-12-23 19:08:29 -08:00
march
bc08c99704 Craftian reviews 2024-12-23 17:50:37 -08:00