Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. The toolchain from heck

The toolchain from heck

Scheduled Pinned Locked Moved The Lounge
helpdatabasevisual-studiogame-devquestion
15 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • honey the codewitchH honey the codewitch

    One of the things I do for "fun"? is develop mods for Fallout 4. For those of you that don't know, mods allow you to modify virtually every aspect of the game. It even has its own scripting engine for adding your own effects and quests and such to the game. Well, you pretty much have to use their development tool + the game itself to develop and test a mod. Luckily I can at least use VS Code for the scripting part. The problem is their tool, "The Creation Kit" is just laborious to use even if you hack it with executable injection to fix the numerous issues with it, and having to use the game to test makes turnaround time pretty lengthy. They claim they developed the whole game with this tool, but it's very difficult to believe given how much effort it takes to create even a little bit of content. You can't type most of it. You have to click your way through endless forms in an app that looks like an old VB app for editing database records. If it wasn't so much effort I'd make a language for these records so you could type them out. I kinda wonder if the devs at Bethesda don't have something like that up their sleeve. I just can't imagine putting in that much content, that slowly with that tool.

    Real programmers use butterflies

    S Offline
    S Offline
    Slacker007
    wrote on last edited by
    #2

    Is there any way to roll your own mod editor?

    honey the codewitchH 1 Reply Last reply
    0
    • S Slacker007

      Is there any way to roll your own mod editor?

      honey the codewitchH Offline
      honey the codewitchH Offline
      honey the codewitch
      wrote on last edited by
      #3

      Like I said, for this tool there's so much there that the effort involved is just ridiculous. I probably could have been more clear. Otherwise, I'd consider it.

      Real programmers use butterflies

      1 Reply Last reply
      0
      • honey the codewitchH honey the codewitch

        One of the things I do for "fun"? is develop mods for Fallout 4. For those of you that don't know, mods allow you to modify virtually every aspect of the game. It even has its own scripting engine for adding your own effects and quests and such to the game. Well, you pretty much have to use their development tool + the game itself to develop and test a mod. Luckily I can at least use VS Code for the scripting part. The problem is their tool, "The Creation Kit" is just laborious to use even if you hack it with executable injection to fix the numerous issues with it, and having to use the game to test makes turnaround time pretty lengthy. They claim they developed the whole game with this tool, but it's very difficult to believe given how much effort it takes to create even a little bit of content. You can't type most of it. You have to click your way through endless forms in an app that looks like an old VB app for editing database records. If it wasn't so much effort I'd make a language for these records so you could type them out. I kinda wonder if the devs at Bethesda don't have something like that up their sleeve. I just can't imagine putting in that much content, that slowly with that tool.

        Real programmers use butterflies

        P Online
        P Online
        PIEBALDconsult
        wrote on last edited by
        #4

        Or an infinite number of monkeys.

        1 Reply Last reply
        0
        • honey the codewitchH honey the codewitch

          One of the things I do for "fun"? is develop mods for Fallout 4. For those of you that don't know, mods allow you to modify virtually every aspect of the game. It even has its own scripting engine for adding your own effects and quests and such to the game. Well, you pretty much have to use their development tool + the game itself to develop and test a mod. Luckily I can at least use VS Code for the scripting part. The problem is their tool, "The Creation Kit" is just laborious to use even if you hack it with executable injection to fix the numerous issues with it, and having to use the game to test makes turnaround time pretty lengthy. They claim they developed the whole game with this tool, but it's very difficult to believe given how much effort it takes to create even a little bit of content. You can't type most of it. You have to click your way through endless forms in an app that looks like an old VB app for editing database records. If it wasn't so much effort I'd make a language for these records so you could type them out. I kinda wonder if the devs at Bethesda don't have something like that up their sleeve. I just can't imagine putting in that much content, that slowly with that tool.

          Real programmers use butterflies

          G Offline
          G Offline
          Getulio_Domingues
          wrote on last edited by
          #5

          Ever tought of extending something like ZEdit? I only nibbled arround the edges with modding using it to adjust a couple o values in the form records but as I understand it has an extension API that can be used to make patchers using javascript. There is also the Synthesis patcher with the Mutagen libraries which are in .Net.

          honey the codewitchH 1 Reply Last reply
          0
          • G Getulio_Domingues

            Ever tought of extending something like ZEdit? I only nibbled arround the edges with modding using it to adjust a couple o values in the form records but as I understand it has an extension API that can be used to make patchers using javascript. There is also the Synthesis patcher with the Mutagen libraries which are in .Net.

            honey the codewitchH Offline
            honey the codewitchH Offline
            honey the codewitch
            wrote on last edited by
            #6

            Yeah... maybe. It's a lot of work.

            Real programmers use butterflies

            1 Reply Last reply
            0
            • honey the codewitchH honey the codewitch

              One of the things I do for "fun"? is develop mods for Fallout 4. For those of you that don't know, mods allow you to modify virtually every aspect of the game. It even has its own scripting engine for adding your own effects and quests and such to the game. Well, you pretty much have to use their development tool + the game itself to develop and test a mod. Luckily I can at least use VS Code for the scripting part. The problem is their tool, "The Creation Kit" is just laborious to use even if you hack it with executable injection to fix the numerous issues with it, and having to use the game to test makes turnaround time pretty lengthy. They claim they developed the whole game with this tool, but it's very difficult to believe given how much effort it takes to create even a little bit of content. You can't type most of it. You have to click your way through endless forms in an app that looks like an old VB app for editing database records. If it wasn't so much effort I'd make a language for these records so you could type them out. I kinda wonder if the devs at Bethesda don't have something like that up their sleeve. I just can't imagine putting in that much content, that slowly with that tool.

              Real programmers use butterflies

              O Offline
              O Offline
              oofalladeez343
              wrote on last edited by
              #7

              You wanna see an epic game mod? Try to do something similar to Fallout and I might try to play it... [Do something similar for Fallout...](https://www.youtube.com/watch?v=dMxIjGjMJz0)

              honey the codewitchH 1 Reply Last reply
              0
              • O oofalladeez343

                You wanna see an epic game mod? Try to do something similar to Fallout and I might try to play it... [Do something similar for Fallout...](https://www.youtube.com/watch?v=dMxIjGjMJz0)

                honey the codewitchH Offline
                honey the codewitchH Offline
                honey the codewitch
                wrote on last edited by
                #8

                No. I don't. And no. I won't. I don't do requests. Unless you pay me, but I doubt you could afford it.

                Real programmers use butterflies

                enhzflepE O 2 Replies Last reply
                0
                • honey the codewitchH honey the codewitch

                  No. I don't. And no. I won't. I don't do requests. Unless you pay me, but I doubt you could afford it.

                  Real programmers use butterflies

                  enhzflepE Offline
                  enhzflepE Offline
                  enhzflep
                  wrote on last edited by
                  #9

                  honey the codewitch wrote:

                  I doubt you could afford it.

                  That's what the first estate-agent said to Mum & Dad when they asked about buying their house. The second agent however, did not repond similarly. We've been laughing about the first fella for decades in the house he wouldn't sell 'em. Thanks for the reminder. Not in the same league obviously, but fun for the same reasons. :-\ :)

                  honey the codewitchH 1 Reply Last reply
                  0
                  • enhzflepE enhzflep

                    honey the codewitch wrote:

                    I doubt you could afford it.

                    That's what the first estate-agent said to Mum & Dad when they asked about buying their house. The second agent however, did not repond similarly. We've been laughing about the first fella for decades in the house he wouldn't sell 'em. Thanks for the reminder. Not in the same league obviously, but fun for the same reasons. :-\ :)

                    honey the codewitchH Offline
                    honey the codewitchH Offline
                    honey the codewitch
                    wrote on last edited by
                    #10

                    I doubt it because of his age. I doubt he has an income at his age that would cover me. AFAIK he still lives with his parents.

                    Real programmers use butterflies

                    O enhzflepE 2 Replies Last reply
                    0
                    • honey the codewitchH honey the codewitch

                      No. I don't. And no. I won't. I don't do requests. Unless you pay me, but I doubt you could afford it.

                      Real programmers use butterflies

                      O Offline
                      O Offline
                      oofalladeez343
                      wrote on last edited by
                      #11

                      Bank website: oofalladeez343's current balance is: $0.00 Dang... lol. But okay.

                      1 Reply Last reply
                      0
                      • honey the codewitchH honey the codewitch

                        I doubt it because of his age. I doubt he has an income at his age that would cover me. AFAIK he still lives with his parents.

                        Real programmers use butterflies

                        O Offline
                        O Offline
                        oofalladeez343
                        wrote on last edited by
                        #12

                        honey the codewitch:

                        AFAIK he still lives with his parents.

                        Well you wrong, I live with my parent because I am 16... Kinda to hard to live with your dad when he is 6 feet under...

                        honey the codewitchH 1 Reply Last reply
                        0
                        • O oofalladeez343

                          honey the codewitch:

                          AFAIK he still lives with his parents.

                          Well you wrong, I live with my parent because I am 16... Kinda to hard to live with your dad when he is 6 feet under...

                          honey the codewitchH Offline
                          honey the codewitchH Offline
                          honey the codewitch
                          wrote on last edited by
                          #13

                          Well I'm sorry to hear that.

                          Real programmers use butterflies

                          O 1 Reply Last reply
                          0
                          • honey the codewitchH honey the codewitch

                            Well I'm sorry to hear that.

                            Real programmers use butterflies

                            O Offline
                            O Offline
                            oofalladeez343
                            wrote on last edited by
                            #14

                            No problem, it's been 6 years.

                            1 Reply Last reply
                            0
                            • honey the codewitchH honey the codewitch

                              I doubt it because of his age. I doubt he has an income at his age that would cover me. AFAIK he still lives with his parents.

                              Real programmers use butterflies

                              enhzflepE Offline
                              enhzflepE Offline
                              enhzflep
                              wrote on last edited by
                              #15

                              They were about 25 & 27 at the time and as luck would have it, Mum's bedroom was still at her parents house. The second agent did quite well when they bought the house through him. :laugh:

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups