Difference between revisions of "User:DavidJCobb"
Jump to navigation
Jump to search
fancy layout for subpages, and moved them into a section (saving a page with links involves wading through a captcha barrage; maybe isolating things will help?)
imported>DavidJCobb |
imported>DavidJCobb (fancy layout for subpages, and moved them into a section (saving a page with links involves wading through a captcha barrage; maybe isolating things will help?)) |
||
Line 1: | Line 1: | ||
hi | |||
__TOC__ | |||
== Subpages == | |||
{| class="wikitable" style="width:100%" | |||
|- | |||
! style="border-right:0" | <!-- HEADER --> | |||
! style="border-left:0;font-size:1.1em;text-align:left" | Mod troubleshooting guides | |||
|- | |||
! [[/Binary search (troubleshooting)|Binary searches]] | |||
| The mathematically optimal way to identify one mod in your installation that is causing issues | |||
|- | |||
! [[/Papyrus logging|Papyrus logging]] | |||
| How to enable and retrieve debugging information from the script engine | |||
|- | |||
! style="border-right:0" | <!-- HEADER --> | |||
! style="border-left:0;font-size:1.1em;text-align:left" | Modding resources | |||
|- | |||
! [[/Tutorials/Editing NIFs|Editing NIFs]] | |||
| A quick overview of the tools needed to edit 3D models in Skyrim. | |||
|- | |||
! [[/Rotation Library|Papyrus rotation library]] | |||
| An old Papyrus library for performing rotation math and positioning objects relative to each other | |||
|- | |||
! [[/Stack dumping|Stack dumping]] | |||
| Information on a Papyrus warning that indicates too many scripted tasks running at once | |||
|- | |||
! style="border-right:0" | <!-- HEADER --> | |||
! style="border-left:0;font-size:1.1em;text-align:left" | Miscellaneous | |||
|- | |||
! [[/Methodologies|Methodologies]] | |||
| Outdated/throwaway page with some Papyrus scripting content | |||
|- | |||
! [[/Miscellany|Miscellaneous tips]] | |||
| Outdated/throwaway page with observations cobbled together from the web | |||
|- | |||
|} | |||
== Scratchpad == | == Scratchpad == | ||
Line 80: | Line 104: | ||
=== Code snippets === | === Code snippets === | ||
==== Is an ObjectReference an item? ==== | ==== Is an ObjectReference an item? ==== |