Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Search the Community

Showing results for tags 'scripts'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Boards
    • About TESA
    • TESA Community
  • Hosted Boards
    • The Enclave
    • Hosted Projects
  • Gaming Boards
    • The Elder Scrolls
    • Fallout
    • Indie Games
  • RPG Boards
    • Roleplaying

Categories

  • Showcase
    • Skyrim
    • Fallout
    • Oblivion
    • Misc
  • Exclusives
    • Skyrim
    • Fallout
    • Oblivion
    • Morrowind
    • Misc
  • Community Works
    • Skyrim
    • Oblivion
    • Fallout
    • Misc
    • Student Projects

Categories

  • ESV: Skyrim Modding
    • Creation Kit Basics
    • Level Design
    • Character Design
    • Papyrus
    • Quest Design & Dialogue
    • Graphic Artistry
    • 3D Craftworks
  • ESIV: Oblivion Modding
    • Construction Set Basics
    • Worldbuilding
    • NPCs & Radiant AI
    • Scripting
    • Questbuilding & Dialogue
    • Story & Lore
    • Texturing
    • Modeling
    • Miscellaneous
  • ESIII: Morrowind Modding
    • Tool Set Basics
    • Worldbuilding
    • NPCs
    • Scripting
    • Questbuilding
    • Texturing
    • Modeling
  • Fallout 3 Modding
    • GECK Basics
    • Worldbuilding
    • NPCs & Radiant AI
    • Scripting
    • Questbuilding & Dialogue
    • Texturing
    • Modeling
  • Gaming Guides
    • Oblivion Gaming
    • Morrowind Gaming
    • Fallout 3 Gaming
  • Miscellaneous Tutorials
  • TES Alliance HowTo Guides

Product Groups

  • VIP Memberships
  • Subscriptions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Steam


XBox Live ID


MSN


Skype


Location


Interests

Found 3 results

  1. Useful Batch Files Request Purpose For enthusiasts or people looking for neat, cool, interesting batch files to add to their collections. For enthusiasts to share programming ideas without snotty attitudes and rating systems like stack exchange. For enthusiasts to advertise creations that are related to D.O.S 3.0 through Win 10. Whats Needed Over the course of time, new batch files will be added to the roster, courtesy of the Homechicken Software Lab. Over the course of time, other people might want to add their batch files to the list. These will be considered ACTIVE and must be approved. Non-Active are batch programs that do not meet the active criteria however, are still useful in the library of knowledge, to share. Criteria for items to be approved; before appearing on the ACTIVE listing. Ability to ELEVATE user rights for installation purporses. Mostly, the program relies on more than one file or program to operate. Ability to function if NOT elevated and does not require an install program. Mostly, the program is independent and in the path statement. Citations of work. For instance I had trouble with a space counter and I didn't want to do the work so I looked up how, and now there is a fella named JEB who probably is on stack exchange, I don't remember original area. The point is the batch file called SPCCOUNT.BAT has a remark file noting where I got the code. In fact 95% of the code was not altered. Of course, the spccount.bat will be re written when I have more time. No hidden 'phone home' code. This is deplorable, dishonorable and makes it hard for people to trust third party code because they are not judged by a master code editor or trusted source. No code that relies on .com or .exe, xhtml, vbs, powershell, etc; unless they are D.O.S. native or native to the kit. The focus is to enjoy BATCH programming, not a 'honey to do list' that tells other files what to do. No links, hidden or shown, that have the ability to append to other user code and turn it into advertising links or evolve into malware. Make your batch files easy to abort from memory. This means if you somehow can store your code in EMS, or page the memory; it MUST unload from memory when the user aborts the program. No left over setup, configurations, etc, in the registry; if the user uninstalls the batch program. Do not dump program files or even links on the users desktop without providing an option to do so. Do no install program code inside the actual WINDOWS folder structure. Give the user the choice to accept a suggested install location or they provide their own. No issue here, HCS-SDK covers that anyways. Designers do not have to use the kit templates if they don't want to however; any program they make must have the ability to be FOUND via common path statement or a windows .lnk file. The HCS-SDK actually utilizes Visual basic .vbs files in its INSTALL to add proper path statements to newly installed files. No REM statements, ini statements, registry statements, links, path statements, CVS, CFG; etc advertising how to get illegal warez, drugs; or where to do an illegal transaction. Criteria for items to be appear on a Non-Active Listing: Citations of work. Still need to show love for your fellow designers. No hidden 'phone home' code. This is deplorable, dishonorable and makes it hard for people to trust third party code because they are not judged by a master code editor or trusted source. No links, hidden or shown, that have the ability to append to other user code and turn it into advertising links or evolve into malware. Rename the batch file with a .NAC extension to notate useful code not following Active criteria. This prevents a downloader from accidently executing the code and blaming others for destroying their computer rig; or complaining that it is not working. NAC code does not have to be complete. It can just be a one liner with a designer's written understanding of how code should be. NAC codes must be in English. Sorry. Any translators for tutorials, NAC code are appreciated, they just are unavailable right now. No REM statements, ini statements, registry statements, links, path statements, CVS, CFG; etc advertising how to get illegal warez, drugs; or where to do an illegal transaction. This forum is looking forward to enthusiasts to share knowledge in a friendly atmosphere with no attitude of 'divine self' or putting down others because their expression of code or ideas are different than someone elses.
  2. Hello I am trying to figure out how to script a spell effect in Papyrus. I want a spell that when it hits a door or lock will unlock it using the "Unlock" command, so I can unlock any door in Skyrim. I was sucessfull at doing this for Oblivion, but I just cant seem to get it to work for Skyrim and I am very new to Papyrus. But what I have so far is: Scriptname NATureSkeleton extends activemagiceffect {Event OnEffectStart(Actor akTarget, Actor akCaster) Unlock EndEvent} This is the script I used for the new spell effect I created and clearly its not right so I would appreciat any Help I can get. Thank you
  3. Heya all. For about two weeks now I've embarked o na quest to make a nicel little mod - adding a player mansion, a keep with a few NPC's and a few other minor things. It is progressing well, but now that the Mannor interior is almost done, I'm looking to add two functions to it. Alas, I suck at scripting. the thing I want to add: 1) Dynamic internal lighting depending on time of day. It always bugged me that the interior is always lit the same regrless if it's noon or midnight. I want to change that. The question is - what is hte best way to go about it? Enable/disable specific light source? 2) Allocating rooms to followers. The mansion has has 9 extra room with a dozen or so beds. It would be nice to be able to assign my followers rooms. The question is again - how? The most obvious solution to me seem to tie a script to each bed that when interacted allows you to assign the room/bed to one of the followers (and you'll probably have multiple followers) But again, paprus is new to me, so I'm still lost.
×
×
  • Create New...