Enter Skyrim

Enter Skyrim
Skyrim Mages College

Wednesday, July 21, 2021

The Future of Computer Games...

 

 

 

The Future of Computer Gaming

Copyright © 2021 M7C

Make a MMPORP (Massively Multi-player Online Role Playing) Game that combines elements of Reality with real-world functions so people can earn an income at home on their computers.  Maybe they can design Avatars or Computer Game Furnishings for other players, and sell them in Auction Houses in the Game World for real Currency or game-currency that can be converted into physical money (US$D).  Or perform tasks or chores for the Game itself using random actions that connect to real-world applications.  The Graphics would be like ESO (Elder Scrolls Online) with an open-world concept so the player is free to explore.  Educational information would be provided in the Computer world as actual Schools or Colleges, rather than simply “hit or kill this, or steal items” as in many current games, so students who cannot access physical schools (as in Pandemics) can still earn a Degree or education.  Mathematics and Geometry as computer games has proven effective to certain types of students.  Foreign Languages, Sciences, & History in computer games along with other difficult subjects can be learned in this format.  It isn’t the subject that can be daunting; rather it is the method of education. 

© M7C 2021

 


Monday, July 19, 2021

on ESO...

 

 These are some screenshots from Elder Scrolls Online game:

( I am retiring from Modding Skyrim due to Health issues):

M7C 2021.



 


Wednesday, July 7, 2021

Working Bath script...

 

 A Skyrim Code:

 ScriptName DefaultCastAtLinkOnTriggerSCRIPT extends objectReference
; M7WorkBathTriggerScript


{Configurable Custom Script.  Be default: when triggered, it will cast the spell from a linked ref at the triggering actor}

Message Property Effect Auto ; uncheck MessageBox
bool property playerOnly auto
{if true, only works on the player}
bool property doOnce auto
{fire multiple times?}
float property delayBetween auto
{seconds to wait between shots.  Only relevant if doOnce == false}
spell property mySpell auto
{spell to cast onTriggerEnter}
auto STATE active
    EVENT onTriggerEnter(ObjectReference actronaut)
        if playerOnly == true && actronaut == game.getPlayer() || playerOnly == false
            mySpell.Cast(getLinkedRef(), actronaut)
                        Effect.Show()
            gotoState ("inactive")  ; don't cast subsequent spells until told to do so
            if doOnce == true
                ; and don't come back!
            else
                utility.wait(delayBetween)
                gotoState("active")
            endif
        endif
    endEVENT
endSTATE
STATE inactive
    ; nothing happens here.
endSTATE

; defaultCastAtLinkOnTriggerSCRIPT



This script will cast the specified spell from the trigger's linked ref at the triggering actor. This only works for trigger-boxes! i.e. a trap that casts spells at you from a stone (linked ref, any static item) when you enter the area. 


If doOnce is not checked it will cast multiple times or every time you enter it.


Add  a static item in the pool (item like a block in the perimeter of the pool or stone parts) with a reference on top, on the Trigger Box select Linked Ref with the Cell it appears in and the Reference of the object on the perimeter of the pool to cast the spell from.  


This is used for a Healing Pool effect.  


1.    Make an Activator ID.  Do not add a name or anything.  Select color of Primitive. Save.
2.    In render window, select an object to cast spell from (near or along pool).  Add a reference ID.
3.    Make a Spell: AlchFortifyHealRate 30% - for 1 Day.  
4.    Add Script to Activator.  (M7WorkBathTriggerScript).  Select Properties – Spell, MessageBox, Player Only.  Leave DelayBetween and DoOnce cleared.
5.    On Pool, select object and press Trigger Cube (T in Cube) button.  Select Activator from drop down menu.  Arrange trigger box to size.  Double click Triggerbox , select LinkedRef and select object’s Reference and Location (no keyword).  Save.  Exit Skyrim and reenter.
6.    Make a Message (uncheck Message Box), “You feel cleaner from the healing Pool.” Attach to properties on Activator.
7.    If DoOnce is checked you only receive spell once. If left unchecked you will be healed each time you enter the pool.  Player Only will affect only the Player.  The object selected will cast the spell on the Player; it may be a Static item like a rock, endpost, or statue element of the pool.  Add a description to healing spell.
8.    Save and Test in game.  © M7 2017.  



Thursday, July 1, 2021

Mods to be archived?

 

 

 

 https://www.nexusmods.com/news/14538

Nexus Mods for Skyrim are to be Archived in place of deletion according to Nexus Mods.

 This is a new policy for them.  

 I stopped making Skyrim Mods for Health reasons, but I play other games when health permits.  

M7C 2021.




Friday, April 30, 2021

Modified Housecarls

 

 

 TES:V-Skyrim (No DLC):
======================
Presents... Modified Housecarls!
by M7-2021.
===========
Finally Housecarls can do other actions besides fight or carry items.  They can cook, provide supplies, borrow gold, provide drinks, & heal you.  To access these features just ask the Housecarl to follow you and Trade items  for the "Note for Housecarls," Read it, and then ask them about it. This Mod was tested with the Thane of Whiterun, Housecarl Lydia. It should work with all original Housecarls as I added each name separately.  (Servants). 

========
M7 2021.

https://steamcommunity.com/sharedfiles/filedetails/?id=2470186014




Thursday, April 8, 2021

Ladyship Castle and Town...

 

 

 TES-V: Skyrim, Dawnguard/Dragonborn/Heartfires DLC:
===================================================
Presents... Ladyship Town & Castle
by Horus Michael (Skyrim Mod Developer, M7).
============================================
Located in the Sea of Ghosts above Dawnstar is Ladyship Town & Castle.  There are 13 Merchant Stores, an Inn, a Bath House, a Stable, Utilities, a Farm, Bank, a Temple, Guard Post, Elementary School, and numerous residences in the Town - including a buyable Townhouse.  

Credits:
========

New World Mod Resource (Buildings)
Bethesda (Skyrim, DLCs)
KS Hairdos (NPC)
RaceMenu (KS Hairdos)
Skyrim Script Extender/SKSE (KS Hairdos)
M7 (Mod Design, Custom Graphics, Scripts)

=======
M7-2021

March 2021
Version 1.0


https://steamcommunity.com/sharedfiles/filedetails/?id=2434842638