Fallout 3

File information

Last updated

Original upload

Created by

Nimboss

Uploaded by

Nimboss

Virus scan

Safe to use

6 comments

  1. Oracus0
    Oracus0
    • premium
    • 259 kudos
    You cannot resize the CS from its default dimensions or this tool will not work.  Delete the CS ini in your Documents/MyGames/Oblivion folder
    if you need to...  Working well under Windows 10 - 2/25/23 !  Be sure to correct the script (delete the first if/then statement) as the author indicates below in the comments.
  2. JohnnyD78
    JohnnyD78
    • member
    • 0 kudos
    Script stops after LIP generating. LIP file don't renaming and copying to CreateLIPsFolder. No any error messageboxes popups. What is may be wrong? Windows 7 x64, AutoIt v3.3.6.1

    UPD: Just "combed his hair" script and now all works :) Endorsed.
  3. Nimboss
    Nimboss
    • premium
    • 20 kudos
    @Govilku Sorry for my absence there was so little responses on this tool so I have spent little efforts on it. However I see a point in your response thus you got it to work as you wanted and that was the great part, but that still require an explanation and correction from my side.

    @all others
    The idea at the beginning was to make the script aware of the names of the CS toolkit .exe since as me I think there are many that have more or less all games from Bethesda from MW up to FO3 and NV.

    This is my original beginning of the script to set up some work names

    $appname = TESConstructionSet.exe
    $winname = TES Construction Set
    $wdialog = Dialogue
    $lpf = 0

    ; If you changed the working TES CS .exe name to something else edit this lines to work
    If Not FileExists(.\TESContructionSet1.exe) Then
    $appname = TESConstructionSet1.exe
    EndIf

    Run($appname)


    This both contains a spell error and an awkward logical checking = ugly coding <img class=">
    Now edit and skip the IF statement totally and just do this instead


    $appname = TESConstructionSet.exe ; The name of the OLD CS executable whatever it is named or you named it
    $winname = TES Construction Set
    $wdialog = Dialogue
    $lpf = 0

    Run($appname)


    This will make it much more clean and easy to understand what the script code will do.


    And at last I'm still interested to get some feedback from other users if the other cursor and window movements heavily used in the script needed tweaking to pick and use the right buttons and fields to start work for you! <img class=">
  4. Govilku
    Govilku
    • member
    • 8 kudos
    Well, I fully understand what you did but I don't seam to know if it is working or not. I get no errors or anything. Basically what I'm asking is: How do I know if it's working? I am not getting any pop-ups. I run Windows 7 Home Premium DELL Inspiron 1545 64-bit. I get absolutely nothing. I like mods like this and voiced mods are unbelievably immersive.
  5. Nimboss
    Nimboss
    • premium
    • 20 kudos
    Well, some days has expired and I see that some people has indeed downloaded this thing

    I do really want to know how you did experience it or after tweaking got it to work?! This is not of selfishness, I want everyone that want to complete in modding regarding voice/lip issues to succeed! That's the only way to get more mods released and usable for the whole community to enjoy and play..
    This is a work in play/ or W.I.P., I need inputs to make this even more easy usable as to beginners or whatever.. But as to day, did I totally success into tell people how to use this and they successfully got it to work without what any so ever fuss? You know I have seen loads of released mods that is thoroughly tested against failure and still hit with bad endorsements! So I don't buy this!

    What I released is it to complicated? IS it just a walk in the park for senior modders? Just tell me, I released this in the hope to release people from tedious repetitive works. I don't care for endorsements regarding this I just want more fully voiced mods released!

    Actually I have a related Voice record mod tool in the sleeve. It's aimed to make it more easy for voice actors to record voice .wav files to be included in mods. And that includes my intension with the .TXT file that tells both the voice actor how this should be spoken and the TES CS tool what mood is aimed for this .LIP file creation.

    I start to think this is kind of elitism or minority interest, that's sad I do know if you get a voice actor and do tell what he/she needs to say it not that hard to create the correct lip files, it's just to learn the mechanical work flow to get what you want. And that is my whole point.
    This application/script is to automate the tedious part of just create things when you have the .wav and the sentence and mood to apply to it.
  6. Nimboss
    Nimboss
    • premium
    • 20 kudos
    Humm, Well At least +10 daredevils downloaded the script. I might been too harsh on how to use it but I wanted to get clear of dudes that have problems to get any mod or whatever installed correctly.

    To the one's that actually followed the ReadMe's was there any problems? You know as a general approach I want to make this as general as possible. So If you get it work partially but not fully as said (this might be depended on how you installed your game or Themes used). Please let me and others also know, since this will make things easier to fix!