Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: Cardinal05
Forum: Tutorials & Other Helpful Info 11/02/20, 09:43 PM
Replies: 13
Views: 20,207
Posted By Cardinal05
I believe that you meant "Natch Potes"

I believe that you meant "Natch Potes"
Forum: Wish List 07/12/19, 01:00 AM
Replies: 4
Views: 11,328
Posted By Cardinal05
Just saw this now, but if you're still...

Just saw this now, but if you're still interested, I had encapsulated the logic for fall detection in my Magic Carpet add-on into the Featherfall.lua file.

The main thing that you would just need to...
Forum: Wish List 11/06/18, 03:41 PM
Replies: 0
Views: 5,207
Posted By Cardinal05
[outdated] Housing API - Visitor/LimVis read-only access furniture pos./orien./state

Proposed User Stories

As a homeowner, I want to configure custom effects - such as animations, sound effects, attached messages or notes - that are linked to and activate through targeting of, or by...
Forum: Lua/XML Help 10/14/18, 10:21 PM
Replies: 1
Views: 3,771
Posted By Cardinal05
GetPlacedFurnitureChildren return type

Hi and sorry to bother you guys, but [and please tell me if I am crazy] the return type for the function...

GetPlacedFurnitureChildren( id )

...may be a data type that isn't native to LUA (perhaps...
Forum: Wish List 10/09/18, 11:54 AM
Replies: 8
Views: 7,800
Posted By Cardinal05
So they do! You are awesome - thank you so...

So they do! You are awesome - thank you so much!

:banana:
Forum: Wish List 10/05/18, 01:06 AM
Replies: 8
Views: 7,800
Posted By Cardinal05
Programmatic Access to Query Parent/Child Relationships

The more I am working with the new changes on the PTS, the more I am realizing that we really will need a way to query the relationship between furniture items via the API.

Without methods to...
Forum: Wish List 09/21/18, 12:47 PM
Replies: 8
Views: 7,800
Posted By Cardinal05
Also, just to add, from what I have found and...

Also, just to add, from what I have found and what I program for:

- The limit is 10 item placements, removals and moves per second.

- The limit for changing item state seems to be drastically...
Forum: Wish List 09/20/18, 11:02 PM
Replies: 8
Views: 7,800
Posted By Cardinal05
Thank you so much Chip! The domain of the Use...

Thank you so much Chip!

The domain of the Use Cases would be the integration of Essential Housing Tools' multi-select tools with the new Parent-Child relationship system.

So, an existing User Story...
Forum: Wish List 09/19/18, 09:50 AM
Replies: 8
Views: 7,800
Posted By Cardinal05
Also, I am not sure if this is intended but the...

Also, I am not sure if this is intended but the methods:

HousingEditorRequestSetFurnitureParent
HousingEditorRequestClearFurnitureParent

are kicking me from the server when I send them at the same...
Forum: Wish List 09/19/18, 08:31 AM
Replies: 8
Views: 7,800
Posted By Cardinal05
[implemented] Parent/Child Furniture Relationships (aka: Chip! Holy ---- this rocks)

Ok, so first, huge, huge thank you for the new Furniture Parent/Child relationship feature.

...and, the fact that they are hierarchical is amazing. I see what you did there. This is going to be...
Forum: Wish List 09/17/18, 07:46 AM
Replies: 1
Views: 4,929
Posted By Cardinal05
[outdated] Omitting SavedVariables indentation white space

Would it be possible to omit indentation white space from the SavedVariables writer function?

Below are the statistics from the same SavedVariables file, the first being the default output and the...
Forum: Wish List 09/05/18, 04:51 AM
Replies: 4
Views: 5,803
Posted By Cardinal05
I just reread your original message and realized...

I just reread your original message and realized that I had misinterpreted it. I actually had no idea that's what this function did - I thought that it returned the bounding box's coordinates in a...
Forum: Wish List 09/05/18, 03:58 AM
Replies: 0
Views: 4,278
Posted By Cardinal05
[outdated] Housing API Community-based Request

Since adding a notification, shown upon entry to a player house, that displays the House (such as Grand Topal Hideaway) and the Owner's display name, I have received many [many] requests for the...
Forum: Wish List 09/05/18, 03:52 AM
Replies: 4
Views: 5,803
Posted By Cardinal05
Oh ok, no worries then. I wasn't sure if, from...

Oh ok, no worries then. I wasn't sure if, from the client's code, there was the same limitation as I had or not in that regard. Thanks for the response! :)
Forum: Wish List 08/30/18, 01:38 PM
Replies: 4
Views: 5,803
Posted By Cardinal05
[outdated] Housing API Request or Question re: HousingEditorGetFurnitureWorldBounds

It would be super useful for measuring, placing and aligning items if there were a version of the existing HousingEditorGetFurnitureWorldBounds function that could return the World Bounds for a...
Forum: Wish List 08/24/18, 02:06 AM
Replies: 0
Views: 4,131
Posted By Cardinal05
[outdated] Housing API Request - Use/Activate Interactive Item

Hi! A quick follow up to the HousingEditorRequestChangeState function request, if possible. A number of players have reached out, asking for the ability to activate interactive furnishings that are...
Forum: Wish List 08/11/18, 10:58 AM
Replies: 6
Views: 5,526
Posted By Cardinal05
That would be an awesome alternative. Even a...

That would be an awesome alternative. Even a change Position & Orientation function that accepted a basic table of furniture Ids and coords/orientations:

local furnishings = { }

table.insert(...
Forum: Wish List 08/08/18, 04:03 PM
Replies: 6
Views: 5,526
Posted By Cardinal05
Actually it's funny you mentioned SaveHouse --...

Actually it's funny you mentioned SaveHouse -- add-ons like SaveHouse, Homestead OCD and others helped to motivate me to learn LUA and start developing Housing-related add-ons. So, if it weren't for...
Forum: Wish List 08/08/18, 08:34 AM
Replies: 6
Views: 5,526
Posted By Cardinal05
[rejected] Housing API - Request Governor Limit / Throttling

Hi @ZOS_ChipHilseberg !!!

I have a quick question: I have a new feature for Essential Housing Tools in mind that might be able to placate the masses that are posting daily demands for more housing...
Forum: Wish List 08/01/18, 09:04 AM
Replies: 3
Views: 5,329
Posted By Cardinal05
You were 100% correct. The only detail I would...

You were 100% correct. The only detail I would point out (for anyone that's interested) is that the Object State Index is 0-based and the Preview Variation Index is 1-based. So just pass Object...
Forum: Wish List 08/01/18, 07:04 AM
Replies: 3
Views: 5,329
Posted By Cardinal05
Sorry -- I am just seeing this. I will check...

Sorry -- I am just seeing this. I will check this and let you know. Thank you so much! :banana:
Forum: Wish List 07/21/18, 09:42 PM
Replies: 3
Views: 5,329
Posted By Cardinal05
[outdated] Housing API Follow-up Request :)

This is a follow up, related to:
Housing API Request (Furniture State Management) (http://www.esoui.com/forums/showthread.php?p=35378#post35378)

@ZOS_ChipHilseberg Thank you so much for the new API...
Forum: Wish List 07/21/18, 09:38 PM
Replies: 3
Views: 5,647
Posted By Cardinal05
Chip - Thank you!

@ZOS_ChipHilseberg Chip, thank you so much for these functions! You are awesome! :banana: :banana: :banana:
Forum: Wish List 07/21/18, 09:36 PM
Replies: 1
Views: 5,117
Posted By Cardinal05
@ZOS_ChipHilseberg Thank you so, so much for...

@ZOS_ChipHilseberg Thank you so, so much for this! <3 :banana:
Forum: Wish List 04/21/18, 08:42 PM
Replies: 1
Views: 5,117
Posted By Cardinal05
[implemented] Event_housing_editor_request_result

At the moment, I don't believe that we have an event-driven way to know when changes are made to already placed furniture by either the player or other addons. This has proven a little problematic...
Showing results 1 to 25 of 33