Jump to content

Blogs

New Furniture: The Alokzaam

Introducing the Alokzaam or Arisen Slave in common. Always wanted to try a wall mounted device, and the new furniture positioning system works really well for it.   Put it up high...     or put it down low...     or put it somewhere it would not normally go...  

darkconsole

darkconsole

Silverdrift

So I made another little video. I know, I know, most of you rly wan't to see some more ... specific action, but I need to be in the mood to make something good. So bear with me and give this video a try while you wait.   I recommend headphones and watch this at night. Just ... for the right feeling.     CLICK THE PICTURE TO WATCH THE VIDEO--->

DenjiXMakima

DenjiXMakima

Lida's Adventure ~ Patreon Porn Game Review

Lida’s Adventures has easily over 30 sex scenes total.   The fuck scenes feature sex positions ranging from doggystyle to gangbang. The scenes are not very original, or inspired. In one of the dumbest scenes in the game I simply walked in on two people having sex. The whole encounter was disconnected from any kind of story and felt pointless. The presentation did not hype up the taboo element, it was just two people having sex on a beach. In contrast, the most memorable scene for me wa

Rastafoo

Rastafoo

Modblog 1 - Normal Maps

Hello! I would like to talk about normal maps and show you how you can make your own for TS4.   Before I go into it, I want to reccommend this tutorial because I think it does a good job of explaining what "normals" are, and what they can do to improve your textures. Credit to teanmoon. This tutorial is for photoshop, my tutorial below is for paint.net http://teanmoon.blogspot.com/2016/04/the-bump-texture.html         This mesh is the smooth base game

crabb

crabb

Back to Vegas

As the title says I'll be going back to New Vegas, this will be with a complete clean install and all new characters as I consider Cris' time in the Mojave done (think of it as AU where Cris never bothers going to America) I'll do some images in NV but for the most part I'm only going back to it because I feel like installing Monster Wars again. I won't stop with the FO4 images either, what you get will depend on what I feel like playing at the time.   In the spoiler below are two s

Kpnut

Kpnut

Paperback°2 - Endeavors of the Prince (II)

The valiant prince has reached Collegeland, and overcame its first dangers. Will he be able to find the princess in distress ? And will Stranger finally get the legendary Malicija ? Find out, today, in Dragon Ball Z Endeavors of the Prince !   Previous chapter is a highly recommended read if you wanna understand something of what's going on. Paperbacks are smaller stories happening beside the chronicles. If your need to refresh your mind about the chronicles events or characters, you

Tirloque

Tirloque

Some random shite

Just some random shite (as the title says) consisting of three images and a bit of praise for the video games industry (I know) when it comes to always online games, namely ones that are run like Forza horizon 4 where they have daily and weekly tasks (and no fucking microtransactions) that keep me coming back even if it's just to play for an hour every day to get them done (and maybe for a bit longer if I get into it) I think it's actually a really good way of extending someone's playtime in a g

Kpnut

Kpnut

"The freeing of Freigy" - First quick Video

Hey Guys, so I actually bought Vegas Pro (Sony Vegas) since it's on sale atm. ^^ I made a quick little edit and uploaded it to my google drive so you can watch it if you like.   There are porbably more vids to come in the future. Pls tell me if you liked the video, and don't forget to turn on 1080 if it doesn't enable it by itself.   Have fun: The freeing of Freigy   Peace out.

DenjiXMakima

DenjiXMakima

Fine whatever.

So Blizz is dead...   People will buying Anthem bullshit...   No one gives a fuck where gaming is going now...   Fine whatever...

Deso561PL

Deso561PL

CHAPTER 8: Summary

1-The number of scripts in the mod have NONE relation to the heavy of the scripts. 2-The game NOT execute the scripts in constant way. The game ONLY execute the scripts for a specific time each frame. 3-Put the [Papyrus] section of your Skyrim.ini in default values or the recomended values. 4-Any script can be suspended and the script related to events are called inmediatelly for be executed. 5-ONE STACK DUMP and ONLY ONE is not a problem. A lot of STACK DUMP mean a problem in a mod. 6

GenioMaestro

GenioMaestro

CHAPTER 7: Conclusions

All of this is for demostrate that REALLY the mods called SCRIPT HEAVY INTENSIVE not exist. This is another false knowledge about the game. You can run all the SCRIPT HEAVY INTENSIVE mods that you want and the game can support it whitout any problem. If your game have problems with the scripts must be caused by a bad instaled mod, a bad requeriment, and unupdated mod or by a collision between mods.   I have a 4 years old machine and i run all the mods that i want whitout any prob

GenioMaestro

GenioMaestro

CHAPTER 6: Testing the Script Engine

Now we go with the BIG QUESTION. Can a script slow down the game? Are there really "SCRIPT INTENSIVE HEAVY" mods? The easy answer is "YES, of course, many people have problems caused by the script". The REAL answer is NO, the game can run hundreds and hundreds of scripts at the same time without any problem.   For the first demostration you not need my test. You only need install Alernate Start and start a NEW GAME. After create the character, the mod make an

GenioMaestro

GenioMaestro

CHAPTER 5: Interesting capabilities of the script engine.

One of the most interesting points in the Skyrim scripting engine is the ability to suspend the scripts. This ability is used in each frame, but is used in other situations. Each time a script makes an external call, the script is suspended and this means that the script is not executed for ALL the assigned time of 1.2 or 1.6 milliseconds. For example, a script gets the execution status and immediately calls another script. At that time, the game stops the main script and places the called s

GenioMaestro

GenioMaestro

CHAPTER 4: Time for execute scripts.

You must know that the game NOT execute the scripts in constant way. The game ONLY execute the scripts for a specific time each frame. The game works in frames per second and normally you have 60 FPS and that mean the game draw the screen each 16.66 miliseconds. In the [Papyrus] section of Skyrim.ini the game have the configuration about how many miliseconds must execute the scripts. The default configuration is 1.2 miliseconds and some developers recomend put it to 1.6 miliseconds. This m

GenioMaestro

GenioMaestro

CHAPTER 3: Stack Dump

Actually, the game can run thousands of scripts at the same time without any problem. The easiest way to see it is to open the first automatic save performed by Alternate Start with ReSaver, for example. How many active scripts do you have? I have 67 in this save and more than 100 others times and I never had any problem when starting a new game. The only real problem comes from what the scripts do. You can execute 100, 200, 300, 500, 1000 ... scripts that, apparently, are INTENSIVE

GenioMaestro

GenioMaestro

CHAPTER 2: Papyrus Log

Another stupid point is about the SPAM IN THE LOG because not have any relation whit the game performance. You can run yours own test for verify it. The game run exactly equal with the same latency and performance with the log enabled or disabled. Disable the log in Skyrim.ini not mean the game not execute the log line. Simply not write it to the log file but the debug lines are efectively executed. I can execute ALL my tests with ALL the debugging options enabled in Skyrim.ini and I do no

GenioMaestro

GenioMaestro

CHAPTER 1: Number of scripts in a mod.

The first point is about the number of scripts in a mod. Many people think that a mod with thousands of scripts is a "HEAVY INTENSIVE SCRIPT" ==> FALSE The number of scripts in a mod is NOT related to the weight of the scripts. The base game has 10k scripts, Dawnguard and Dragonborn add 3k and that does NOT mean "SCRIPT INTENSIVE HEAVY". A mod like 3DNPC has 6836 scripts and that does NOT mean "SCRIPT INTENSIVE HEAVY". A mod like slaverun has 4104 scripts and that does NOT mean "SCR

GenioMaestro

GenioMaestro

9. You Need To Relax

That morning Bjorn woke up first, he encounters Maxwell fresh out of bed.     He whispers to him, "Last night Mackay kissed me, not just a peck either..."     Bemused, Maxwell teases him. "Did you like it?"     "I bet you did,"     "you dirty man."     He moans.     Bjorn answers, "I guess... I don't know how I feel."     Maxwell looks up at his gorgeous coc

tbrith

tbrith

Wanna make some videos again

as the title says, I want to edit some videos again, sadly, I kinda lost my ... *cough* "legal" version of sony vegas ... I tried some free editing softwares, but they mostly suck, so maybe you guys have some ideas which software I could use, or ... well wheter or not I could get a new sony vegas version     

DenjiXMakima

DenjiXMakima

×
×
  • Create New...