Click here to Skip to main content
15,891,006 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I have a new love in my life Pin
Vikram A Punathambekar14-Sep-21 2:11
Vikram A Punathambekar14-Sep-21 2:11 
GeneralRe: I have a new love in my life Pin
BillWoodruff14-Sep-21 18:49
professionalBillWoodruff14-Sep-21 18:49 
GeneralRe: I have a new love in my life Pin
Shao Voon Wong16-Sep-21 1:43
mvaShao Voon Wong16-Sep-21 1:43 
GeneralRe: I have a new love in my life Pin
Cp-Coder16-Sep-21 3:58
Cp-Coder16-Sep-21 3:58 
GeneralRe: I have a new love in my life Pin
Shao Voon Wong17-Sep-21 1:38
mvaShao Voon Wong17-Sep-21 1:38 
GeneralRe: I have a new love in my life Pin
Cp-Coder17-Sep-21 6:23
Cp-Coder17-Sep-21 6:23 
GeneralRe: I have a new love in my life Pin
Shao Voon Wong19-Sep-21 19:46
mvaShao Voon Wong19-Sep-21 19:46 
GeneralWhat a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
honey the codewitch13-Sep-21 9:47
mvahoney the codewitch13-Sep-21 9:47 
I've been taking a break from coding, or so I thought, and trying my hand at modding Fallout 4, which for those of you that don't know, is a total nerd's game.

Wow it's challenging. Endless seas of records of data entry, and an arcane scripting language. No github, but you can reverse engineer mods others have wrote and decompile the scripts.

That's how you learn your way around the game engine.

If Nexusmods got taken down tomorrow I don't know how many people could write mods for fallout 4 after that.

The whole mess is a house of cards.

I mean it's "documented" in that there's something like doxygen docs for the Creation Kit (the fallout 4 modding toolchain), but there's documentation and then there's documentation. The "Apply Bash Spell" for example, you'd think would apply a "spell" to a target when you bash them with your gun. No such luck. It's a carry over from Skyrim, where you can do a shield bash. The bash mechanics in Fallout 4 are slightly different, you have to look for IsPowerAttacking while using Apply Combat Hit Spell, and filtering to make sure the Attacking weapon is a firearm. This is documented exactly nowhere. Not to mention there's at least one other way to do it that I know of, and I'm not sure which hack is worse.

It has been an adventure, to say the least.
Real programmers use butterflies


modified 14-Sep-21 5:47am.

GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
dandy7213-Sep-21 10:14
dandy7213-Sep-21 10:14 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
Gary R. Wheeler13-Sep-21 13:05
Gary R. Wheeler13-Sep-21 13:05 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
  Forogar  14-Sep-21 7:58
professional  Forogar  14-Sep-21 7:58 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
Super Lloyd13-Sep-21 13:19
Super Lloyd13-Sep-21 13:19 
JokeRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
Peter_in_278013-Sep-21 13:56
professionalPeter_in_278013-Sep-21 13:56 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
Super Lloyd13-Sep-21 17:55
Super Lloyd13-Sep-21 17:55 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
den2k8814-Sep-21 2:18
professionalden2k8814-Sep-21 2:18 
GeneralRe: What a world, modding Fallout 4 is more challenging than learning a new C++ spec Pin
steveb14-Sep-21 13:08
mvesteveb14-Sep-21 13:08 
General3D Printing pt 2: The build & first print Pin
raddevus13-Sep-21 8:45
mvaraddevus13-Sep-21 8:45 
GeneralRe: 3D Printing pt 2: The build & first print Pin
Mike Hankey13-Sep-21 9:02
mveMike Hankey13-Sep-21 9:02 
GeneralRe: 3D Printing pt 2: The build & first print Pin
raddevus13-Sep-21 9:22
mvaraddevus13-Sep-21 9:22 
GeneralRe: 3D Printing pt 2: The build & first print Pin
  Forogar  13-Sep-21 9:20
professional  Forogar  13-Sep-21 9:20 
GeneralRe: 3D Printing pt 2: The build & first print Pin
raddevus13-Sep-21 9:22
mvaraddevus13-Sep-21 9:22 
GeneralRe: 3D Printing pt 2: The build & first print Pin
Mike Hankey13-Sep-21 9:39
mveMike Hankey13-Sep-21 9:39 
GeneralRe: 3D Printing pt 2: The build & first print Pin
raddevus13-Sep-21 9:48
mvaraddevus13-Sep-21 9:48 
GeneralRe: 3D Printing pt 2: The build & first print Pin
OriginalGriff13-Sep-21 11:14
mveOriginalGriff13-Sep-21 11:14 
GeneralRe: 3D Printing pt 2: The build & first print Pin
enhzflep13-Sep-21 12:26
enhzflep13-Sep-21 12:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.