Download
(7 Kb)
Download
Updated: 12/17/20 09:31 AM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Updated:12/17/20 09:31 AM
Created:09/10/18 06:33 AM
Monthly downloads:106
Total downloads:14,041
Favorites:47
MD5:
Homestead Extended Info  Popular! (More than 5000 hits)
Version: 1.5
by: KiriX, TERAB1T
Provides additional info about houses in collection's menu:
  • Price
  • Capacity
  • Courtyard
  • Guests
See screenshots.

Supported languages: English, German, Russian.
version 1.5:
- API Bump
- Added new houses
- Minor optimizations

version 1.4:
- API Bump
- Added new houses
- Fixed some bugs

version 1.3.26:
- API Bump

version 1.3:
- API Bump
- Added some data

version 1.2:
- Fixed data for one house.
- Added missing houses. Thanks to Tonyleila/Faunter.

version 1.1:
- Fixed some errors for de client.
- Added check for missing data in database.
- German translation. Thanks to Tonyleila.
- If you have no enough money (current character + bank) or crowns, price will be red.
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
1.4
7kB
TERAB1T
11/12/19 06:48 AM
1.3.26
7kB
KiriX
02/26/19 12:48 AM
1.3
7kB
KiriX
10/23/18 01:40 AM
1.2
7kB
KiriX
09/13/18 05:20 AM
1.1
6kB
KiriX
09/12/18 05:27 AM
1.0
6kB
09/10/18 06:33 AM


Post A Reply Comment Options
Unread 09/10/18, 12:57 PM  
ChrisK

Forum posts: 0
File comments: 176
Uploads: 0
Awesome idea! Very helpful
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 05:04 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Love the idea of this addon, woud be cool if it works in German too but I got this error (not shure if its a language problem)

Code:
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: in function 'HomesteadExtInfoSetPrice'
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:100: in function 'HomesteadExtInfoOnInit'
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:103: in function '(anonymous)'
Code:
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: in function 'HomesteadExtInfoSetPrice'
If it helps I translated deDE German:

Code:
SafeAddString(SI_HOMESTEADEXTINFO_PRICE, "Preis: ")
SafeAddString(SI_HOMESTEADEXTINFO_CAPACITY, "Kapazität: ")
SafeAddString(SI_HOMESTEADEXTINFO_YARD, "Innenhof: ")
SafeAddString(SI_HOMESTEADEXTINFO_HASYARD, "Ja")
SafeAddString(SI_HOMESTEADEXTINFO_HASNTYARD, "Nein")
SafeAddString(SI_HOMESTEADEXTINFO_NA, "N/A")
SafeAddString(SI_HOMESTEADEXTINFO_GUESTS, "Gäste: ")
SafeAddString(SI_HOMESTEADEXTINFO_DELIMITER, ".")
Last edited by Tonyleila : 09/11/18 at 05:11 AM.
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 08:43 AM  
KiriX
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 56
Uploads: 3
Originally Posted by Tonyleila
Love the idea of this addon, woud be cool if it works in German too but I got this error (not shure if its a language problem)
Can't understand, how it can be...
You get this error at any house?
I have no any of this error at en and ru client. Tested at all houses in collection.
Did you try add DE localization?

Anyone else can confirm this errors?
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 11:58 AM  
ThESiXtHLeGioN
 
ThESiXtHLeGioN's Avatar

Forum posts: 0
File comments: 41
Uploads: 0
This is a great addon. I do get errors which I tried to dismiss. Any way to take a look for me?

Thank you, ThESiXtHLeGioN

user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: operator .. is not supported for nil .. string
stack traceback:
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:78: in function 'HomesteadExtInfoSetPrice'
<Locals> HomesteadGoldPrice = 0, houseID = 60 </Locals>
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:100: in function 'HomesteadExtInfoOnInit'
<Locals> eventCode = 65536, addOnName = "HomesteadExtInfo" </Locals>
user:/AddOns/HomesteadExtInfo/HomesteadExtInfo.lua:103: in function '(anonymous)'
<Locals> _event = 65536, _name = "HomesteadExtInfo" </Locals>
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 01:16 PM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1018
Uploads: 1
Originally Posted by KiriX
Originally Posted by Tonyleila
Love the idea of this addon, woud be cool if it works in German too but I got this error (not shure if its a language problem)
Can't understand, how it can be...
You get this error at any house?
I have no any of this error at en and ru client. Tested at all houses in collection.
Did you try add DE localization?

Anyone else can confirm this errors?
i posted these errors in the bug sectionof your page.

Each time i log a character i have this problem. I am EN language.

it seems that the errors happens for houses that were on buy on limited time.

Will test more later
Last edited by Anceane : 09/11/18 at 01:18 PM.
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 02:34 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Originally Posted by KiriX
Originally Posted by Tonyleila
Love the idea of this addon, woud be cool if it works in German too but I got this error (not shure if its a language problem)
Can't understand, how it can be...
You get this error at any house?
I have no any of this error at en and ru client. Tested at all houses in collection.
Did you try add DE localization?

Anyone else can confirm this errors?
I get this error when I login and it shows no info at all for me.

https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Your HomesteadData.lua is missing all No longer available houses e.g. Colossal Aldmeri Grotto etc

"Crown Store
exclusive" "Items: 350 (700 with ESO Plus)
Trophies: 50 (100 with ESO Plus)
Collectibles: 5 (10 with ESO Plus)
Player capacity: 24"

45 Tel Galen (Morrowind Chapter)
55 The Orbservatory Prior (Clockwork City DLC)
54 Pariah's Pinnacle (Orsinium DLC)
56 The Erstwhile Sanctuary (Dark Brotherhood DLC)
41 Earthtear Cavern
46 Linchal Grand Manor (Dark Brotherhood DLC)
57 Princely Dawnlight Palace (Thieves Guild DLC)
60 Colossal Aldmeri Grotto (Summerset Chapter)
40 Grand Topal Hideaway


BUT STILL after I added the 1 house I own it says same errors. you can try to set your game to german to test this /script SetCVar("language.2","de")
Last edited by Tonyleila : 09/11/18 at 02:55 PM.
Report comment to moderator  
Reply With Quote
Unread 09/11/18, 03:23 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
I also just tested adding de.lua but it did not work.
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 03:53 AM  
KiriX
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 56
Uploads: 3
Fix is ready, new version will upload today.
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 05:32 AM  
KiriX
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 56
Uploads: 3
Test this now, please.
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 09:01 AM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1018
Uploads: 1
Originally Posted by KiriX
Test this now, please.
Tested with houses i own and new ones not yet mine, and all is working fine for me actually

Thank you
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 12:29 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Can confirm it works in German now!
Is still missing the houses I posted below you can find all in this sheed as Crown Store exclusive https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Also noticed an error where The Gorinir Estate is showing the price of 78 000 instead of 780 000
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 01:19 PM  
KiriX
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 56
Uploads: 3
Originally Posted by Tonyleila
Can confirm it works in German now!
Is still missing the houses I posted below you can find all in this sheed as Crown Store exclusive https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Also noticed an error where The Gorinir Estate is showing the price of 78 000 instead of 780 000
I'll add missing houses (already added, but not uploaded yet) and fix The Gorinir Estate tomorrow. =)
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 04:15 PM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Originally Posted by KiriX
Originally Posted by Tonyleila
Can confirm it works in German now!
Is still missing the houses I posted below you can find all in this sheed as Crown Store exclusive https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Also noticed an error where The Gorinir Estate is showing the price of 78 000 instead of 780 000
I'll add missing houses (already added, but not uploaded yet) and fix The Gorinir Estate tomorrow. =)
Cool! Now that everything works I got some ideas
1) A keybind/button to show the selected house on my map?! (why is this not a thing in basegame lol) (maybe just a link to the fitting zone map if you klick on the name of the zone?)
2) adding the amount of items that come with the furnished/unfurnished version of the house (I coud test that on PTS if you are willing to add this)
3) coloring the zone name red if you don't have another house in that zone
4) Add info about Housing Achievements/Titles that are bound to the houses (e.g. Citizen: Obtain and enter five of the following staple homes.) You can find a list here http://en.uesp.net/wiki/Online:Housing_Achievements
5) resorting the list of houses by price + Slots/Size or Zone
Last edited by Tonyleila : 09/12/18 at 05:25 PM.
Report comment to moderator  
Reply With Quote
Unread 09/12/18, 11:46 PM  
KiriX
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 56
Uploads: 3
Originally Posted by Tonyleila
Originally Posted by KiriX
Originally Posted by Tonyleila
Can confirm it works in German now!
Is still missing the houses I posted below you can find all in this sheed as Crown Store exclusive https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Also noticed an error where The Gorinir Estate is showing the price of 78 000 instead of 780 000
I'll add missing houses (already added, but not uploaded yet) and fix The Gorinir Estate tomorrow. =)
Cool! Now that everything works I got some ideas
1) A keybind/button to show the selected house on my map?! (why is this not a thing in basegame lol) (maybe just a link to the fitting zone map if you klick on the name of the zone?)
2) adding the amount of items that come with the furnished/unfurnished version of the house (I coud test that on PTS if you are willing to add this)
3) coloring the zone name red if you don't have another house in that zone
4) Add info about Housing Achievements/Titles that are bound to the houses (e.g. Citizen: Obtain and enter five of the following staple homes.) You can find a list here http://en.uesp.net/wiki/Online:Housing_Achievements
5) resorting the list of houses by price + Slots/Size or Zone
Hello, good ideas, but not for me, I'm too weak in lua and can't implement most of your ideas, sorry =)
But I'll try to keep it in my mind for the future.
Report comment to moderator  
Reply With Quote
Unread 09/13/18, 04:52 AM  
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 288
File comments: 763
Uploads: 7
Originally Posted by KiriX
Originally Posted by Tonyleila
Originally Posted by KiriX
Originally Posted by Tonyleila
Can confirm it works in German now!
Is still missing the houses I posted below you can find all in this sheed as Crown Store exclusive https://docs.google.com/spreadsheets...ItGNpWgEU/edit

Also noticed an error where The Gorinir Estate is showing the price of 78 000 instead of 780 000
I'll add missing houses (already added, but not uploaded yet) and fix The Gorinir Estate tomorrow. =)
Cool! Now that everything works I got some ideas
1) A keybind/button to show the selected house on my map?! (why is this not a thing in basegame lol) (maybe just a link to the fitting zone map if you klick on the name of the zone?)
2) adding the amount of items that come with the furnished/unfurnished version of the house (I coud test that on PTS if you are willing to add this)
3) coloring the zone name red if you don't have another house in that zone
4) Add info about Housing Achievements/Titles that are bound to the houses (e.g. Citizen: Obtain and enter five of the following staple homes.) You can find a list here http://en.uesp.net/wiki/Online:Housing_Achievements
5) resorting the list of houses by price + Slots/Size or Zone
Hello, good ideas, but not for me, I'm too weak in lua and can't implement most of your ideas, sorry =)
But I'll try to keep it in my mind for the future.
Aww well at least 2) and 4) are just copy past into your list of houses nothing hard to do
Maybe someone else will make an addon for the other ideas
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: