Difference between revisions of "User:DavidJCobb"

Jump to navigation Jump to search
654 bytes added ,  22:24, 14 April 2017
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:
'''Subpages'''
hi
*[[/Methodologies|Methodologies]]
*[[/Miscellany|Miscellaneous tips]] (very outdated)
*[[/Stack dumping|Stack dumping]], a potential indicator of outstanding efficiency issues with a mod
* Mod troubleshooting guides
** [[/Binary search (troubleshooting)|Binary searches]]
** [[/Papyrus logging|Papyrus logging]]
* Modding tutorials
** [[/Tutorials/Editing NIFs|Editing NIFs]]


;[[User:DavidJCobb/Rotation Library|Rotation library]]
__TOC__
:A library for working with rotations in Skyrim. If you need to position ''and'' rotate one object relative to another, this'd be the code to do that.


__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 ===
Quality? Functionality? Efficiency? Here, I guarantee nothing!!


==== Is an ObjectReference an item? ====
==== Is an ObjectReference an item? ====
Anonymous user

Navigation menu