joelday / papyrus-lang

📜Advanced language tools for the Papyrus scripting language.
Other
105 stars 19 forks source link

Provide a mini papyrus code base sample. #57

Closed Scrivener07 closed 12 months ago

Scrivener07 commented 5 years ago

Describe

This is a feature request for a mini papyrus code base sample to be provided. Im writing this up as a feature request because a couple individuals have asked me about this. I already have a sort of testing routine Ive been using with a mini-codebase sample for exactly that. I use it to have a common and consistent code base between version smoke tests. I can polish this code up and figure out the best distribution method later.

Ideas

Details

The code base looks something like this at the moment and still needs some polish.

E:\Games\Steam\steamapps\common\Fallout 4\Data
|   VSCode.esp
E:\Games\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\VSCode
|   Build.ppj
|   VSCodeActor.psc
|   VSCodeQuest.psc
|   
\---VSCode
    |   Data.psc
    |   Globals.psc
    |   
    +---Actors
    |       Sample.psc
    |       SampleComplex.psc
    |       
    \---Quests
            Sample.psc
            SampleComplex.psc
Scrivener07 commented 5 years ago

VS Code - Papyrus Sample v1.0.0.zip

Scrivener07 commented 5 years ago

Version controlling this on its own repository may be a good idea. Id like to get it version controlled in one way or another. Any thoughts on that before I proceed with making a repository for "VS Code - Papyrus Sample"? Even thoughts on minor stuff like the exact naming of the repository.

Scrivener07 commented 5 years ago

https://github.com/Scrivener07/papyrus-script/releases/tag/v1.0.0 Its version controlled starting now. That readme is just so it gets baked into the commit for that release.