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 'compile'.

  • 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 2 results

  1. Hello guys. In CK, when I try to make a new script it always gives this error while compile: C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\scripts\source\Actor.psc(457,38): unknown type idle C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\scripts\source\Game.psc(251,57): unknown type imagespacemodifier C:\Program Files (x86)\The Elder Scrolls V Skyrim\Data\scripts\source\ObjectReference.psc(477,45): unknown type impactdataset Starting 1 compile threads for 1 files... Compiling "KirkmereScript001"... No output generated for KirkmereScript001, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on KirkmereScript001 Is there a solution for that ?
  2. I'm working more with Chesko's Campfire devkit, and he straight up gave me the code to get something I want to happen. ; rusey_CampTent.psc scriptname rusey_CampTent extends CampTent function PlaceObject_PlayerShield() myPlayerMarker_ShieldFuture = PlacementSystem.PlaceObject(self, XMarker, PositionRef_Player_Shield) endFunction So it's not a matter of coding the script, just compiling it. I followed the instructions here to set up Notepad++. My install is at C:\Games, so I changed the to: cd %2 if defined Games ( "%Games%\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="%Games%\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source" -o="%Games%\Steam\SteamApps\Common\Skyrim\Data\Scripts" ) else ( "%Games%\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="%Games%\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source" -o="%Games%\Steam\SteamApps\Common\Skyrim\Data\Scripts" ) pause I guess that's right? Or maybe not, because it won't compile. The error: clickie I also tried compiling it through the CK but no dice there either. That error: clickie I have no idea where to go from here. My scripts are in the .rar (I saw that as a source of errors) but since I'm extending a non-Skyrim script, I assumed that didn't matter.
×
×
  • Create New...