Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
that kinda sucks
they sound so cool
somewhere around line 219 you'll find:
canpaintChunk = CheckForPossiblePlacement(uvX, uvY, chunkPos, paintPos, offset, normal)
that line is the ABSOLUTE LAG INCARNATE (looks like util.TraceLine being called way too often starts lagging the game); as a bandaid fix i've opted to just replace it with
canpaintChunk = 1
and while that comes with its quirks on small surfaces, imo it works Fine for casual use until the addon creator can find a permanent fix (if they still work on this) and *mostly* gets rid of the lag
1. GetClass - [C]:-1
2. v - lua/aperture/main.lua:372
3. unknown - lua/includes/modules/hook.lua:96
4. TakeDamageInfo - [C]:-1
5. Think - lua/stormfox2/weathers/fallout.lua:172
6. v - lua/stormfox2/framework/sh_weather_handle.lua:349
7. unknown - lua/includes/modules/hook.lua:96
stormfox fallout damage does this error, also ground portals can get players stuck, i know its prob not gunna be fixed posting this if it does
thanks for asking!
[Aperture Continued [Fixed Paint Gun]] lua/aperture/main.lua:85: bad argument #1 to 'ManipulateBoneScale' (number expected, got nil)
1. ManipulateBoneScale - [C]:-1
2. JumperBootsResizeLegs - lua/aperture/main.lua:85
3. CreateBoots - lua/entities/item_jumper_boots.lua:71
4. SetPlayer - lua/entities/item_jumper_boots.lua:77
5. unknown - lua/entities/item_jumper_boots.lua:48
is there a way to fix it? I dont know if downloading a bone editor / manipulator mod would really work. I may try fixing it before i actually look at advice.