Garry's Mod

Garry's Mod

gm_construct_hard_weather
MoonDust  [developer] 10 Mar, 2024 @ 7:52am
"(Bugs)"
Post bugs or errors with the map here.
< >
Showing 1-15 of 37 comments
Noelle ❄ 10 Mar, 2024 @ 11:08am 
I dont see particles on map,this is what console says:
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line' (x2)
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash' (x9)
Attempting to create unknown particle system 'Water_Dropping_Line' (x8)
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
MoonDust  [developer] 10 Mar, 2024 @ 12:10pm 
@very silly do you have them in the particle manifest?
Global 10 Mar, 2024 @ 1:24pm 
lua error on map start / cleanup, server realm:
[ERROR] lua_run#102:1: ')' expected near '<eof>' 1. RunCode - gamemodes/base/entities/entities/lua_run.lua:50 2. unknown - gamemodes/base/entities/entities/lua_run.lua:58
MoonDust  [developer] 10 Mar, 2024 @ 1:32pm 
@Global That has nothing to do with the map... I didn't add a single Lua script to the map.
Global 10 Mar, 2024 @ 1:34pm 
It's a lua_run left over from gm_construct, to give the player a hint about how to color the room walls.
It's in the entity manifest when I opened your map with GCFScape
MoonDust  [developer] 10 Mar, 2024 @ 1:35pm 
@Global But does it interfere with your experience with the map?
MoonDust  [developer] 10 Mar, 2024 @ 1:37pm 
@Global I mean.. I can remove it later but I don't think I will do it now.
krähe 10 Mar, 2024 @ 1:40pm 
>do you have them in the particle manifest?
what do you mean by particle manifest? i have same issue
Global 10 Mar, 2024 @ 1:44pm 
By the way, replacing particles/particles_manifest.txt doesn't work when done with maps and add-ons. You can work around this by doing it in lua instead.
Make a file under lua/autorun/, name it "sh_hardweather_particles.lua"
Open it, and put this code in:
if game.GetMap() == "gm_construct_hard_weather" then game.AddParticles("particles/acrilyk_aurora.pcf") game.AddParticles("particles/aurora.pcf") game.AddParticles("particles/aurora_sphere2.pcf") game.AddParticles("particles/blood_fx.pcf") game.AddParticles("particles/boomer_fx.pcf") game.AddParticles("particles/charger_fx.pcf") game.AddParticles("particles/combine_fx.pcf") game.AddParticles("particles/electrical_fx.pcf") game.AddParticles("particles/environmental_fx.pcf") game.AddParticles("particles/fireworks_fx.pcf") game.AddParticles("particles/firework_crate_fx.pcf") game.AddParticles("particles/fire_01l4d.pcf") game.AddParticles("particles/footstep_fx.pcf") game.AddParticles("particles/gen_dest_fx.pcf") game.AddParticles("particles/gmod_effects.pcf") game.AddParticles("particles/hunter_fx.pcf") game.AddParticles("particles/infected_fx.pcf") game.AddParticles("particles/insect_fx.pcf") game.AddParticles("particles/item_fx.pcf") game.AddParticles("particles/locator_fx.pcf") game.AddParticles("particles/military_artillery_impacts.pcf") game.AddParticles("particles/moon's_weather_fx.pcf") game.AddParticles("particles/nmrih_atmosphere.pcf") game.AddParticles("particles/nmrih_barricades.pcf") game.AddParticles("particles/nmrih_blood_impact.pcf") game.AddParticles("particles/nmrih_blood_trails.pcf") game.AddParticles("particles/nmrih_bombings.pcf") game.AddParticles("particles/nmrih_bugs.pcf") game.AddParticles("particles/nmrih_burning_fx.pcf") game.AddParticles("particles/nmrih_chainsaw.pcf") game.AddParticles("particles/nmrih_doorbust.pcf") game.AddParticles("particles/nmrih_dragonsbreath_etc.pcf") game.AddParticles("particles/nmrih_dripsplashes.pcf") game.AddParticles("particles/nmrih_electrical_trap.pcf") game.AddParticles("particles/nmrih_explosions.pcf") game.AddParticles("particles/nmrih_explosions_wow.pcf") game.AddParticles("particles/nmrih_explosion_claymore.pcf") game.AddParticles("particles/nmrih_explosion_tnt.pcf") game.AddParticles("particles/nmrih_explosion_wall.pcf") game.AddParticles("particles/nmrih_extinguisher.pcf") game.AddParticles("particles/nmrih_fire.pcf") game.AddParticles("particles/nmrih_fireworks.pcf") game.AddParticles("particles/nmrih_flame_thrower_y.pcf") game.AddParticles("particles/nmrih_flares.pcf") game.AddParticles("particles/nmrih_flare_smoke.pcf") game.AddParticles("particles/nmrih_flies.pcf") game.AddParticles("particles/nmrih_gasoline.pcf") game.AddParticles("particles/nmrih_glowstick.pcf") game.AddParticles("particles/nmrih_impact_fx.pcf") game.AddParticles("particles/nmrih_lighting_dustmotes.pcf") game.AddParticles("particles/nmrih_light_glow.pcf") game.AddParticles("particles/nmrih_light_rays.pcf") game.AddParticles("particles/nmrih_melee_impact.pcf") game.AddParticles("particles/nmrih_melee_traces.pcf") game.AddParticles("particles/nmrih_molotov.pcf") game.AddParticles("particles/nmrih_morg.pcf") game.AddParticles("particles/nmrih_morg_torch.pcf") game.AddParticles("particles/nmrih_muzzleflashes.pcf") game.AddParticles("particles/nmrih_nuclearbomb.pcf") game.AddParticles("particles/nmrih_police.pcf") game.AddParticles("particles/nmrih_radiator.pcf") game.AddParticles("particles/nmrih_secret.pcf") game.AddParticles("particles/nmrih_skybox.pcf") game.AddParticles("particles/nmrih_smoke_1.pcf") game.AddParticles("particles/nmrih_sparks.pcf") game.AddParticles("particles/nmrih_steam.pcf") game.AddParticles("particles/nmrih_stove.pcf") game.AddParticles("particles/nmrih_tornado.pcf") game.AddParticles("particles/nmrih_waterdrips.pcf") game.AddParticles("particles/nmrih_weldertorch.pcf") game.AddParticles("particles/rain_fx.pcf") game.AddParticles("particles/rain_impact.pcf") game.AddParticles("particles/rain_storm_fx.pcf") game.AddParticles("particles/rope_fx.pcf") game.AddParticles("particles/screen_fx.pcf") game.AddParticles("particles/smoker_fx.pcf") game.AddParticles("particles/speechbubbles.pcf") game.AddParticles("particles/spitter_fx.pcf") game.AddParticles("particles/steamworks.pcf") game.AddParticles("particles/steam_fx.pcf") game.AddParticles("particles/survivor_fx.pcf") game.AddParticles("particles/tanker_explosion.pcf") game.AddParticles("particles/tank_fx.pcf") game.AddParticles("particles/ui_fx.pcf") game.AddParticles("particles/vehicle_fx.pcf") game.AddParticles("particles/water_fx.pcf") game.AddParticles("particles/water_leaks.pcf") game.AddParticles("particles/weapon_fx.pcf") game.AddParticles("particles/witch_fx.pcf") PrecacheParticleSystem("stormy_raining") PrecacheParticleSystem("storm_cloud_parent") PrecacheParticleSystem("Droplet_Splash") PrecacheParticleSystem("Water_Dropping_Line") PrecacheParticleSystem("Dripping_splashing_in_water_1") end
(That's every pcf that was bundled in the map's bsp)
After doing this, the weather particles worked for me!
Last edited by Global; 10 Mar, 2024 @ 1:45pm
fortnitewarzone 10 Mar, 2024 @ 1:46pm 
fix please no rain
fortnitewarzone 10 Mar, 2024 @ 1:47pm 
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Droplet_Splash' (x2)
Attempting to create unknown particle system 'Water_Dropping_Line' (x2)
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
Attempting to create unknown particle system 'Dripping_splashing_in_water_1'
Attempting to create unknown particle system 'Water_Dropping_Line'
MoonDust  [developer] 10 Mar, 2024 @ 1:49pm 
@Global Thanks for the fix.
Global 10 Mar, 2024 @ 1:51pm 
Originally posted by MoonDust:
@Global Thanks for the fix.

No problem, hit me up if you run into any issues you need help with
DexocrafterRa 10 Mar, 2024 @ 2:08pm 
for me its still broken but i get this error
lua_run#106:1: ')' expected near '<eof>'
1. RunCode - gamemodes/base/entities/entities/lua_run.lua:50
2. unknown - gamemodes/base/entities/entities/lua_run.lua:58
< >
Showing 1-15 of 37 comments
Per page: 1530 50