0 of 0

File information

Last updated

Original upload

Created by

EnchantedDuck

Uploaded by

EnchantedDuck

Virus scan

Safe to use

Tags for this mod

17 comments

  1. zhinjio
    zhinjio
    • premium
    • 17 kudos
    so I was going to go through the process of making a CCR toml file for this, but it turns out not to be possible. Apparently, the SetINISetting command in the console is currently busted for setting colors. no combination of hex or digits or whatever can get it to work. That having been said, it IS possible to create some reasonable settings that are highly visible and pleasant to look at, so I've included those here. But there is no current way to set a value using CCR that will include a blue value. red and green only. Thus, the CCR toml here is going to set the history text to a fairly bright green and the textcolor to a fairly bright yellow. Enjoy. I will include the toml in a reply to this comment shortly.
    1. zhinjio
      zhinjio
      • premium
      • 17 kudos
      [[Event]] 
      EventType = "DataLoaded"
      Commands = [
      # Changes to console parameters, with defaults in comments
      # Buffer size for the console, default 16384
      'SetINISetting "iConsoleHistoryCharBufferSize:Menu" 65536',
      # Opacity for the console background, default is 50
      'SetINISetting "iBackgroundOpacity:Menu" 77',
      # Percentage of the height of the screen the console should occupy, default is 40
      'SetINISetting "iConsoleSizeScreenPercent:Menu" 80',
      # Font size for the console text, default is 20
      'SetINISetting "iConsoleTextSize:Menu" 14',
      # Text color for the console history, default is 153,153,153 (grey)
      'SetINISetting "rConsoleHistoryTextColor:Menu" 0x0000AA',
      # Text color for the console command text, default is 255,255,251 (almost white)
      'SetINISetting "rConsoleTextColor:Menu" 0x00CCCC'
      ]
    2. zhinjio
      zhinjio
      • premium
      • 17 kudos
      You need CCR loaded to use this, and then create a BetterConsolePanel.toml file in SFSE\Plugins\ConsoleCommandRunner with the contents shown above. Feel free to use this or add it to the mod as you see fit EnchantedDuck. 
    3. CapitanBill
      CapitanBill
      • premium
      • 4 kudos
      The colors need to be ordered B,R,G instead of R,G,B . So 0xBBRRGG works
  2. Caedwyn
    Caedwyn
    • member
    • 3 kudos
    is it possible to make console take all the screen vertically on the left  , but only half of the screen or 40% horizontally ? 
    like some sort of padding from right
  3. pierrecat82
    pierrecat82
    • supporter
    • 0 kudos
    hey I just downloaded a new mod called better outpost snapping and it overwrites this mod
  4. MrKillerSlash
    MrKillerSlash
    • supporter
    • 0 kudos
    Do I need to type anything for this to start working. It is not working for me. 
  5. exploiteddna
    exploiteddna
    • premium
    • 111 kudos
    i cant get it to work for some reason. I am using another console mod that adds a new console window, but that shouldnt matter as I still have the default console. Im using MO2 and ive added all the INI settings to my custom ini, both in the MO2 profiles folder and the default vanilla game ini location (%User Profile%\My Games) .. so im not sure why it isnt taking effect. I might try adding the ini settings from within game, but I think when you do that it writes them into starfieldprefs .. not certain on that though. Anyone else using MO2 and/or the BetterConsole mod?
  6. JoeCoolinsc
    JoeCoolinsc
    • supporter
    • 15 kudos
    Do you know if there is an INI setting to change the transparency of the text background?
    1. EnchantedDuck
      EnchantedDuck
      • supporter
      • 4 kudos
      As far as I know the only opacity setting I came across is the one for the console background.
    2. JoeCoolinsc
      JoeCoolinsc
      • supporter
      • 15 kudos
      That's what I meant. What is that setting?

      Never mind. It was right in front of me
  7. staberind
    staberind
    • member
    • 6 kudos
    This has saved my sanity, thank you so much!
    (I lied, by sanity is long gone, but at least i am less vex'd)
  8. NeuroticPixels
    NeuroticPixels
    • premium
    • 135 kudos
    What about
    iConsoleHistoryCharBufferSize=65536
    I see that being recommended a lot lately.
    1. EnchantedDuck
      EnchantedDuck
      • supporter
      • 4 kudos
      I have been experimenting with that to see if it caused any issues, it seems safe to increase and I will be adding it.
    2. oilnarak01
      oilnarak01
      • member
      • 67 kudos
      Could you tell me where to find this "History" file ?

      thanks
    3. EnchantedDuck
      EnchantedDuck
      • supporter
      • 4 kudos
      So history refers to what's being shown in the console after commands are executed, but you can also find this file in "Documents/My Games/Starfield" and it will be called "StarfieldConsoleHistory.log"
  9. HopelessRanger
    HopelessRanger
    • premium
    • 6 kudos
    This is amazing! I've been having issues seeing the text of the original console because of the opacity. I can't wait to try this out. I've always just delt with it in all the beth games.