User:GamerDude27: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Contact Information: Use Discord and X (formerly known as Twitter) tags properly)
m (VDC Additions: Added "Fix air acceleration speed cap bug")
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
{{category newcolumn|rowspan=2|width=50%|background-color=#F7F7F7|border-color=lightgray}}
{{category newcolumn|rowspan=2|width=50%|background-color=#F7F7F7|border-color=lightgray}}
==About Me==
==About Me==
'''Name:''' Ian B.
'''Name:''' Ian


'''Nationality:''' Norwegian
'''Nationality:''' {{Norway}} Norwegian


'''Years active:''' 2012–present
'''Years active:''' 2012–present


'''Known for:''' [https://www.moddb.com/mods/recovered-operations Recovered Operations]
'''Known for:''' [[File:RecOps-hires.png|16px]] [https://www.moddb.com/mods/recovered-operations Recovered Operations]


'''Occupation:''' Aspiring software and game developer
'''Occupation:''' Game developer, archivist, gun nut


== Projects ==
== Projects ==
==== Community Projects ====
==== Community Projects ====
*{{src13}} [https://github.com/Nbc66/source-sdk-2013-ce Source SDK 2013 Community Edition]
* '''Nova Engine''' — ''A new and powerful version of the Source Engine.''
*[[File:SS-hires.png|16px]] [https://github.com/STALKERSource S.T.A.L.K.E.R.: Source]
* {{src13}} [https://github.com/Nbc66/source-sdk-2013-ce Source SDK 2013 Community Edition]
* [[File:SS-hires.png|16px]] [https://github.com/STALKERSource S.T.A.L.K.E.R.: Source]


==== My Own Projects ====
==== My Own Projects ====
* [[File:RecOps-hires.png|16px]] [http://www.moddb.com/mods/recovered-operations Recovered Operations]
* [[File:RecOps-hires.png|16px]] [http://www.moddb.com/mods/recovered-operations Recovered Operations]
*{{src07}} [https://www.moddb.com/mods/theunderground The Underground]
* {{src07}} [https://www.moddb.com/mods/theunderground The Underground]
*'''Fatherland'''
* '''Fatherland'''


==== Projects I've Worked On ====
==== Projects I've Worked On ====
*{{cr}} [https://www.moddb.com/mods/catharsis-reborn Catharsis Reborn]
* {{cr}} [https://www.moddb.com/mods/catharsis-reborn Catharsis Reborn]
*{{iosoccer}} [https://store.steampowered.com/app/673560/IOSoccer IOSoccer]
* {{iosoccer}} [https://store.steampowered.com/app/673560/IOSoccer IOSoccer]
*{{treason}} [https://store.steampowered.com/app/1786950/Treason Klaus Veen's Treason]
* {{treason}} [https://store.steampowered.com/app/1786950/Treason Klaus Veen's Treason]
*{{logistique}} [https://store.steampowered.com/app/1154130/Logistique_Act_1/ Logistique]
* {{logistique}} [https://store.steampowered.com/app/1154130/Logistique_Act_1/ Logistique]
*{{vance}} [https://www.moddb.com/mods/vance VANCE]
* {{vance}} [https://www.moddb.com/mods/vance VANCE]
*{{unity}} [https://discord.gg/XSHFKyc Project S.T.A.L.K.E.R.]
* {{unity}} [https://discord.gg/XSHFKyc Project S.T.A.L.K.E.R.]
* [[File:OC-hires.png|16px]] [https://www.moddb.com/mods/operation-chernobyl Operation: Chernobyl]
* [[File:OC-hires.png|16px]] [https://www.moddb.com/mods/operation-chernobyl Operation: Chernobyl]
* [[File:RA-hires.png|16px]] [https://www.moddb.com/mods/reclamation-act Reclamation Act]
* [[File:RA-hires.png|16px]] [https://www.moddb.com/mods/reclamation-act Reclamation Act]
Line 42: Line 43:


== Contact Information ==
== Contact Information ==
* '''Steam:''' [steam://friends/add/76561197994577420 GamerDude27]
* '''Steam:''' {{Steamicon}} {{Steam|friends/add/76561198063455814|イアン B.}}
* '''Discord:''' {{discord|user=76561197994577420|ianb.}}
* '''Discord:''' {{discord|user=200767135524323329|ianb.}}
* '''Twitter:''' {{twitter|itsGamerDude27}}
* '''Twitter:''' {{twitter|itsGamerDude27}}


Line 58: Line 59:


==== Snippets ====
==== Snippets ====
* [[General_SDK_Snippets_%26_Fixes#Schrodinger.27s_Crouch_fix|Schrodinger's/Quantum crouch fix]]
* [[General_SDK_Snippets_%26_Fixes#Schrodinger's/Quantum_crouch_fix|Schrodinger's/Quantum crouch fix]]
* [[General_SDK_Snippets_%26_Fixes#Simple_camera_animation_implementation_for_weapons|Simple camera animation implementation for weapons]]
* [[General_SDK_Snippets_%26_Fixes#Simple_camera_animation_implementation_for_weapons|Simple camera animation implementation for weapons]]
* [[General_SDK_Snippets_%26_Fixes#A_way_to_suppress_the_.22Node_Graph_out_of_Date._Rebuilding....22_message|A way to suppress the "Node Graph out of Date. Rebuilding..." message]]
* [[General_SDK_Snippets_%26_Fixes#A_way_to_suppress_the_.22Node_Graph_out_of_Date._Rebuilding....22_message|A way to suppress the "Node Graph out of Date. Rebuilding..." message]]
* [[General_SDK_Snippets_%26_Fixes#Fix_smooth_friction_sounds_using_the_incorrect_soundhandle|Fix smooth friction sounds using the incorrect soundhandle]]
* [[General_SDK_Snippets_%26_Fixes#Fix_smooth_friction_sounds_using_the_incorrect_soundhandle|Fix smooth friction sounds using the incorrect soundhandle]]
* [[General_SDK_Snippets_%26_Fixes#Self_casting_player_shadows|Self casting player shadows]]
* [[General_SDK_Snippets_%26_Fixes#Self_casting_player_shadows|Self casting player shadows]]
* [[General_SDK_Snippets_%26_Fixes#Restoring_the_Combine_Soldiers_ability_to_emit_pain_sounds|Restoring the Combine Soldiers ability to emit pain sounds]]
* [[General_SDK_Snippets_%26_Fixes#Restoring_the_Combine_Soldier's_ability_to_emit_pain_sounds|Restoring the Combine Soldier's ability to emit pain sounds]]
* [[General_SDK_Snippets_%26_Fixes#Enabling_shadow_receiving_on_viewmodels|Enabling shadow receiving on viewmodels]]
* [[General_SDK_Snippets_%26_Fixes#Enabling_shadow_receiving_on_viewmodels|Enabling shadow receiving on viewmodels]]
* [[General_SDK_Snippets_%26_Fixes#Enabling_shadow_receiving_on_viewmodels|Seamless cubemaps hack]]
* [[General_SDK_Snippets_%26_Fixes#Seamless_cubemaps_hack|Seamless cubemaps hack]]
* [[General_SDK_Snippets_%26_Fixes#Fix_air_acceleration_speed_cap_bug|Fix air acceleration speed cap bug]]


==== Other ====
==== Other ====

Latest revision as of 04:39, 28 September 2025