GMod - What are you working on? January 2019 (#88)
46 replies, posted
GMod - What are you working on? January 2019 (#88)
Highlights from the previous thread
@Spencer Sharkey 's game
https://youtu.be/lCtLSZLhvLs
@Berkark 's skyrim chest
https://files.facepunch.com/forum/upload/176348/52c3b4f4-b188-4f51-bcf4-6ac0a115be42/download.png
@MemeMarine 's weapon customisation
https://youtu.be/s-ZFxki_dZU
@dvd_video 's track assembly system
https://youtu.be/LOcPInCF5FU
Adding more and more features to gang system
https://streamable.com/lxox5
https://youtu.be/OZWKw2pdNRY
damage things? registration is a bit wonky atm but sorting it as I go along
Made the rows look more pleasing, separated offline and online members and added a filter for roles, completed the roles configuration menu, and made the UI work with image backgrounds (gangs can buy backgrounds for their gang menu if they please)
https://streamable.com/7shiy
Started working on Basewars gamemode from ground up...
https://x0.at/f7q.webm
i'm working on my cock getting hard
but it's soft
Completely rebuilt my entire customization system and UI. Code is a lot cleaner, the UI is a lot more scalable, and it should be a lot more versatile. That means I have to rebuild my AKM, but I got absolutely sick of that thing so I did an AR model I had instead. Starts as an AR-15, but you can turn it into practically any AR-pattern rifle. It's not done yet - the weapon - but the systems should all be in place.
https://youtu.be/ZWFWrOuvyE8
i made a resolution scaling thingy for gui cuz derma sucks and i draw my own stuff
local res = {
{name = "5:4", v1 = 5, v2 = 4, s = 2, ar = 1.25},
{name = "4:3", v1 = 4, v2 = 3, s = 2, ar = 1.33},
{name = "16:10", v1 = 16, v2 = 10, s = 5, ar = 1.60},
{name = "16:9", v1 = 16, v2 = 9, s = 5, ar = 1.78}
}
local mw, mh, d
for _,v in pairs(res) do
if math.Round( ScrW() / ScrH(), 2 ) == math.Round( v.ar, 2 ) and ScrW() != 740 and ScrH() != 480 then
print( "\n" )
print( ScrW(), ScrH() )
print( ScrW() / v.v1, ScrH() / v.v2 )
print( v.v1, v.v2 )
print( "\n" )
mw = math.Round( ScrW() / v.v1 ) * v.s
mh = math.Round( ScrH() / v.v2 ) * v.s
else
mw, mh = 400, 400
end
d = v.ar
end
local x = ( ScrW() / d ) - ( mw + 7 ) --base x
local tx = ( ScrW() / d ) - ( mw - 4 ) --base tx (text x)
Did a couple things recently. Added player timers that display on the HUD and go away accordingly. Also finished a progress bar, type deal, to display the action of healing.
https://youtu.be/mAvPN60YUO4
https://youtu.be/PeH39tcg2Do
Why not just use ScreenScale()?
Not much of a visual update for StormFox.
Made a BSP reader
This will allow me to locate all textures and entities (incl staticprops like trees) in a short time span.
https://files.facepunch.com/forum/upload/107119/b0a4b698-87be-44dd-8f12-2c06aad60d9e/billede.png
I'd recommend client-side. I doubt anyone will notice it and the less work the server has the better.
I was working on some LED advert panels, some sort of text screens, but use some text animation and nice LED look like font. Also support russian text, and saving via perma props. Gonna release it in workshop, If you like it.
https://youtu.be/dtiTrCXum6o
https://i.imgur.com/MqQr0jU.gifv
Added stages to my Battle Pass (credits for back-end code: @CupCakeR)
https://lolihaven.org/VRfyQ
Converted my store to have ranks, and discount ranks based off if they already have a rank, uses a back-end donation system that's separate from the admin mod
https://lolihaven.org/fuwDt
https://tenrys.pw/ShareX/2019/Jan/yOZV.webm
https://youtu.be/Pgma2dj4fSE
Found FFT stuff, check these 2 years old scripts out XD
https://x0.at/sue.webm
https://x0.at/K2Z.webm
Found another old tasty lua scripts :p
Player has music parser, but it's useless since VK API is no longer available
https://x0.at/35E.webm
https://x0.at/5MK.webm
One of the major problems with weathermods, is soundscapes playing conflicting sounds. Birds doing a storm or forest_day doing the night.
Made my own soundscape script that replaces sources default one. Controlled by the client.
https://youtu.be/T4lwXZEQT2I
This will give me full control over the soundscape. However, env_soundscape_triggerable will remain broken for now.
https://x0.at/0aF.webm
lol I want that.
Added a recruitment system in-game where your gang can be listed on for a set amount of money hourly (withdrawn from the gang's bank)
If you want to you can be on a featured list, which will always be shown on top when you open up the recruitment part of the menu
Heavily WIP, the non settings menu is lacking lots of stuff but just thought it was a cool thing
https://cdn.discordapp.com/attachments/520626103035887647/537051053418610700/Xq5Th.png
https://lolihaven.org/WkOEm
Working on a Musical VGUI that uses a players own sound folder to play any music they want to in game! still a very big WIP
https://files.facepunch.com/forum/upload/113510/99d1ba0a-acdb-4e77-8a70-06ce1298f03e/Screenshot_24.png
I always thought it would be kinda cool to create rooms with simple properties like size and amount of doors textures etc.
So I thought why not, first I got the basic mesh generation done and room data.
https://youtu.be/7MaNiHJ-Whs
Once that worked I put a floor and ceiling to it and got pretty much working rooms with full collisions.
https://youtu.be/nJ_Dj3CPHVw
As you can see the textures are slightly off but I'll address that next. I'll probably release this as a Tool once everything works as expected, there are some issues moving the rooms around with the physgun and some textures for walls don't render probably because I didn't compute the normals.
Allowing gang admins to create the application form to their exact liking
https://streamable.com/6o5ix
How it looks from an users perspective upon wanting to apply
https://lolihaven.org/UzhMg
I approve! Do you by any chance use a library you're willing to share? I love your work.
working on a map port from l4d2 "c4m1_milltown_a" first hard rain map
features: map is noded for ground units (combines, striders yea and stuff like that), air units (yes that also incl. helicopters gunships etc..)
i recompiled every single model on the map so you can have the l4d2 content activated without any conflicts
same with the scripts, particles, map textures
i release the textures etc extra for mappers so they can use them on own maps
as always it has paintable sky (do your own lawl)
the main map entities like the shadow, fog controller etc has its own names so that lua coders or ppl that use sv cheats change the settings on these
the boat is driveable (not that good but i think its okay)
One thing i wanted todo but cant was getting multiple gamemodes into one map...
how? well i wanted too create extra brushes with special names for like TTT that loads when a autorun lua file recognizing a specific gamemode.. problem here is i cant code so dunno how2do that
another thing i cant do is i wanted todo a own ingame menu where u can control the map entities like fog controller etc. So like changing the fog color or the visibility stuff like that.. but nvm
https://imgur.com/1yCgrbD
tested the l4d2 water texture on the older source engine (gmod) as l4d2 run on another version and many stuff doesnt work on hl2
https://imgur.com/2rgwAgh
https://imgur.com/H1NeeQ9
https://imgur.com/Js0iBsP
done some rebuilds too fix some ugly bugs
https://imgur.com/GCF4TnA
https://imgur.com/9IwHvLI
Working on some familiar animations
what the fuck is wrong with me GIF | Find, Make & Share Gfycat G..
i'm interested, did you just export all animations as smd, then renamed the bones to make those fit with valve biped?
Sorry, you need to Log In to post a reply to this thread.