Maniac3020 Posted November 13, 2010 Posted November 13, 2010 Does anyone know of a place I can get help with scripting for New Vegas?
Zaldir Posted November 13, 2010 Posted November 13, 2010 You can probably get some help at the Geck Wiki. :)
Maniac3020 Posted November 13, 2010 Author Posted November 13, 2010 Does the wiki have a forum? Because the details on how scripting work are nearly non-existing, and I need help with an existing script anyway.
Zaldir Posted November 13, 2010 Posted November 13, 2010 Just post a Topic in the Fallout: New Vegas on the Nexus.
Maniac3020 Posted November 14, 2010 Author Posted November 14, 2010 On 11/13/2010 at 8:54 PM, Zaldiir said: Just post a Topic in the Fallout: New Vegas on the Nexus. Don't you think I already tried that? Why else would I ask for another place to get help?
WuphonsReach Posted November 14, 2010 Posted November 14, 2010 If you don't know the basics of programming languages (control blocks, if/elseif/endif, variables, functions, etc)... GECK scripting may not the place to learn, especially since FO:NV's GECK doesn't like to give useful hints as to what is wrong. However, if you can grasp the basics that are common to every procedural or object-oriented language out there, GECK script is not that difficult to learn and the wiki does a pretty good job of explaining everything (or the TES Construction Set wiki). For the rest of the tricks, studying the scripts in the game will go a long way towards sorting things out. There's generally always at least one script, somewhere, that does what I want or close enough that I can look at it and transplant the concepts.
Maniac3020 Posted November 14, 2010 Author Posted November 14, 2010 I have a very basic understanding of scripts, and I have a script that does what I want, but when I try to add it to an existing script (Because the object already has a script), it doesn't work, and I have no Idea why. THAT's what I want help with. I've successfully added this script onto other objects that already have scripts, and it works fine, but not with this particular one. http://www.thenexusforums.com/index.php?/topic/261974-combining-scripts/
Recommended Posts