Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
You don't have to get papyrus to work, if you are running the game, papyrus is working, as papyrus is the name of scripting engine that handles all the scripts, so if it wasnt working then you wouldnt have any scripts running and your game would crash.
The problem with the papyrus system in general is that it is unstable and inefficent. If you have changed the settings for papyrus that come with the skyrim.ini section, you can further unstablise the system causing bugs in your game and also a dramatic increase in the CPU.
What you are talking about is papyrus LOGGING which is a different matter, which writes out the log of what papyrus is doing to a text file for you to access.
Part of the problems with the scripting engine is that it throws off errors about nothing like there is no tomorrow half the time which shows up in the log and can be very misleading at times unless you have actually worked with the system and know how to tell the actual errors apart from the "papyrus forgot how to read for a second" errors.
Papyrus and the logging system work entirely on the CPU as they are a scripting function, not a graphics function, and as such shouldnt impact your GPU or vram.
As far as your bugged scripts, I have no experiance with the SaveGameScanner tool, and in fact dont think I have ever heard of it, so I cant help much there.
So, what do I have to do for it to make a log? As I said, the last log was from January 2014, and has one entry. (As a matter of fact, I'm not sure I even had the game in January 2014).
As for the modifications, I was refering to the .ini's in the user/documents...folder, not the one in the the steam/steamapps/skyrim folder.
Anyway, after you type:
[Papyrus]
bEnableLogging=1
bEnableTrace=1
bLoadDebugInformation = 1
Into the appropriate files, is there anything else that needs to be done to make a log appear? Or is the lack of log an indicator of no script errors?
And yes, thats the correct version of the ini files to edit :)
Even if everything is running fine it should still be creating the log because its just writing out all of its functions.
Or am I just looking in the wrong place?
I think the logs folder is for engine logging, not papyrus logging. Definitely appears in that directory somewhere though from what I know