Jump to content

Recommended Posts

Ok mates - here we go!

SKSE64 was released - why has nobody told me? biggrin.png

I'm still release busy.... but all I've seen, they adopted most of the functions 1:1 ... so many things still work

Many things are included (for example Belly growing, native coding, ...) and I think SkyUI should be easy to compile.... i hope.... All I remember SkyUI is the last missing thing for BeeingFemaleSE but there is still alot to do for me and I'm still busy with my Real Life.... But there is a light in the dark - and I think BeeingFemale VR sounds possible now, too (PC only!)

 

Yes, SKSE64 is still alpha and developers only, but at least there is hope smile.png

 

I promise that I will take a look into possibilitys of BeeingFemaleSE and I think I will start creating it - but I'm not sure if I can finish it..... I won't compile the old scripts to SkyrimSE, instead I will directly start BeeingFemale 3.0

Before BFSE it would very good to fix unloaded npc line 165 papyrus log error because this error has big effect on game stability. Only I start to use BF with disabled npc options then game become much more stable and without line 165 error except when enabled followers and they waiting in another location but it is still much more stable than with enabled npc options and line 165 spam.

Link to comment

So I've been messing around with one of the mod scripts, changing some numbers around, but every time I try to compile the thing I get a ton of compiler errors. It's not related to any of my changes, and I know this because I get these errors whether I use the changes or just the base script straight from the zip file.

Error log:

FWWidgetBase.psc(0,0): unable to locate script ski_widgetbase
FWWidgetBase.psc(12,9): variable HAnchor is undefined
FWWidgetBase.psc(15,2): variable HAnchor is undefined
FWWidgetBase.psc(15,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWWidgetBase.psc(16,2): UpdateWidgetHAnchor is not a function or does not exist
FWWidgetBase.psc(23,9): variable VAnchor is undefined
FWWidgetBase.psc(26,2): variable VAnchor is undefined
FWWidgetBase.psc(26,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWWidgetBase.psc(27,2): UpdateWidgetVAnchor is not a function or does not exist
FWWidgetBase.psc(173,8): ski_widgetbase is not a known user-defined type
FWWidgetBase.psc(186,8): ski_widgetbase is not a known user-defined type
FWWidgetBase.psc(214,4): GetType is not a function or does not exist
FWWidgetBase.psc(214,13): cannot compare a none to a int (cast missing or types unrelated)
FWWidgetBase.psc(215,2): UnregisterForAllKeys is not a function or does not exist
FWWidgetBase.psc(216,2): UnregisterForModEvent is not a function or does not exist
FWWidgetBase.psc(217,2): RegisterForModEvent is not a function or does not exist
FWWidgetBase.psc(223,2): UnregisterForUpdate is not a function or does not exist
FWWidgetBase.psc(224,5): variable Ready is undefined
FWWidgetBase.psc(225,3): FadeTo is not a function or does not exist
FWWidgetBase.psc(237,4): variable Ready is undefined
FWWidgetBase.psc(244,3): FadeTo is not a function or does not exist
FWWidgetBase.psc(247,3): FadeTo is not a function or does not exist
FWWidgetBase.psc(249,2): RegisterForUpdate is not a function or does not exist
FWWidgetBase.psc(250,8): variable Ready is undefined
FWWidgetBase.psc(262,4): variable Ready is undefined
FWWidgetBase.psc(269,3): FadeTo is not a function or does not exist
FWWidgetBase.psc(272,3): FadeTo is not a function or does not exist
FWWidgetBase.psc(274,2): RegisterForUpdate is not a function or does not exist
FWWidgetBase.psc(275,8): variable Ready is undefined
FWWidgetBase.psc(293,11): variable HUD_MENU is undefined
FWWidgetBase.psc(293,21): variable WidgetRoot is undefined
FWWidgetBase.psc(297,9): GetType is not a function or does not exist
FWWidgetBase.psc(297,19): cannot compare a none to a int (cast missing or types unrelated)
FWWidgetBase.psc(298,2): UnregisterForUpdate is not a function or does not exist
FWWidgetBase.psc(300,4): variable Ready is undefined
FWWidgetBase.psc(301,2): FadeTo is not a function or does not exist
FWWidgetBase.psc(307,5): variable Ready is undefined
FWWidgetBase.psc(308,21): variable HUD_MENU is undefined
FWWidgetBase.psc(308,31): variable WidgetRoot is undefined
FWWidgetBase.psc(314,5): variable Ready is undefined
FWWidgetBase.psc(315,21): variable HUD_MENU is undefined
FWWidgetBase.psc(315,31): variable WidgetRoot is undefined
FWStateWidget.psc(11,18): variable HUD_MENU is undefined
FWStateWidget.psc(11,28): variable WidgetRoot is undefined
FWStateWidget.psc(22,15): variable HUD_MENU is undefined
FWStateWidget.psc(22,25): variable WidgetRoot is undefined
FWStateWidget.psc(33,15): variable HUD_MENU is undefined
FWStateWidget.psc(33,25): variable WidgetRoot is undefined
FWStateWidget.psc(44,15): variable HUD_MENU is undefined
FWStateWidget.psc(44,25): variable WidgetRoot is undefined
FWStateWidget.psc(55,18): variable HUD_MENU is undefined
FWStateWidget.psc(55,28): variable WidgetRoot is undefined
FWStateWidget.psc(67,2): variable X is undefined
FWStateWidget.psc(67,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(68,2): variable Y is undefined
FWStateWidget.psc(68,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(69,2): variable HAnchor is undefined
FWStateWidget.psc(69,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(70,2): variable VAnchor is undefined
FWStateWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(75,1): variable X is undefined
FWStateWidget.psc(75,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(76,1): variable Y is undefined
FWStateWidget.psc(76,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(77,1): variable HAnchor is undefined
FWStateWidget.psc(77,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(78,1): variable VAnchor is undefined
FWStateWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWStateWidget.psc(80,5): variable Ready is undefined
FWStateWidget.psc(81,18): variable HUD_MENU is undefined
FWStateWidget.psc(81,28): variable WidgetRoot is undefined
FWStateWidget.psc(82,15): variable HUD_MENU is undefined
FWStateWidget.psc(82,25): variable WidgetRoot is undefined
FWStateWidget.psc(83,15): variable HUD_MENU is undefined
FWStateWidget.psc(83,25): variable WidgetRoot is undefined
FWStateWidget.psc(84,15): variable HUD_MENU is undefined
FWStateWidget.psc(84,25): variable WidgetRoot is undefined
FWStateWidget.psc(89,20): variable HUD_MENU is undefined
FWStateWidget.psc(89,30): variable WidgetRoot is undefined
FWStateWidget.psc(90,17): variable HUD_MENU is undefined
FWStateWidget.psc(90,27): variable WidgetRoot is undefined
FWStateWidget.psc(91,19): variable HUD_MENU is undefined
FWStateWidget.psc(91,29): variable WidgetRoot is undefined
FWStateWidget.psc(92,20): variable HUD_MENU is undefined
FWStateWidget.psc(92,30): variable WidgetRoot is undefined
FWBabyHealthWidget.psc(23,1): variable X is undefined
FWBabyHealthWidget.psc(23,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(24,1): variable Y is undefined
FWBabyHealthWidget.psc(24,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(25,1): variable HAnchor is undefined
FWBabyHealthWidget.psc(25,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(26,1): variable VAnchor is undefined
FWBabyHealthWidget.psc(26,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(30,1): variable X is undefined
FWBabyHealthWidget.psc(30,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(31,1): variable Y is undefined
FWBabyHealthWidget.psc(31,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(32,1): variable HAnchor is undefined
FWBabyHealthWidget.psc(32,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(33,1): variable VAnchor is undefined
FWBabyHealthWidget.psc(33,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWBabyHealthWidget.psc(34,5): variable Ready is undefined
FWBabyHealthWidget.psc(37,16): variable HUD_MENU is undefined
FWBabyHealthWidget.psc(37,26): variable WidgetRoot is undefined
FWBabyHealthWidget.psc(38,16): variable HUD_MENU is undefined
FWBabyHealthWidget.psc(38,26): variable WidgetRoot is undefined
FWBabyHealthWidget.psc(40,16): variable HUD_MENU is undefined
FWBabyHealthWidget.psc(40,26): variable WidgetRoot is undefined
FWBabyHealthWidget.psc(44,17): variable HUD_MENU is undefined
FWBabyHealthWidget.psc(44,27): variable WidgetRoot is undefined
FWBabyHealthWidget.psc(48,18): variable HUD_MENU is undefined
FWBabyHealthWidget.psc(48,28): variable WidgetRoot is undefined
FWContraceptionWidget.psc(10,18): variable HUD_MENU is undefined
FWContraceptionWidget.psc(10,28): variable WidgetRoot is undefined
FWContraceptionWidget.psc(21,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(21,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(32,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(32,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(43,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(43,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(54,18): variable HUD_MENU is undefined
FWContraceptionWidget.psc(54,28): variable WidgetRoot is undefined
FWContraceptionWidget.psc(62,4): GetType is not a function or does not exist
FWContraceptionWidget.psc(62,13): cannot compare a none to a int (cast missing or types unrelated)
FWContraceptionWidget.psc(63,2): RegisterForUpdateGameTime is not a function or does not exist
FWContraceptionWidget.psc(70,2): variable X is undefined
FWContraceptionWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(71,2): variable Y is undefined
FWContraceptionWidget.psc(71,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(72,2): variable HAnchor is undefined
FWContraceptionWidget.psc(72,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(73,2): variable VAnchor is undefined
FWContraceptionWidget.psc(73,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(102,1): variable X is undefined
FWContraceptionWidget.psc(102,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(103,1): variable Y is undefined
FWContraceptionWidget.psc(103,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(104,1): variable HAnchor is undefined
FWContraceptionWidget.psc(104,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(105,1): variable VAnchor is undefined
FWContraceptionWidget.psc(105,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWContraceptionWidget.psc(107,5): variable Ready is undefined
FWContraceptionWidget.psc(108,18): variable HUD_MENU is undefined
FWContraceptionWidget.psc(108,28): variable WidgetRoot is undefined
FWContraceptionWidget.psc(109,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(109,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(110,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(110,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(111,15): variable HUD_MENU is undefined
FWContraceptionWidget.psc(111,25): variable WidgetRoot is undefined
FWContraceptionWidget.psc(118,20): variable HUD_MENU is undefined
FWContraceptionWidget.psc(118,30): variable WidgetRoot is undefined
FWContraceptionWidget.psc(120,20): variable HUD_MENU is undefined
FWContraceptionWidget.psc(120,30): variable WidgetRoot is undefined
FWContraceptionWidget.psc(122,19): variable HUD_MENU is undefined
FWContraceptionWidget.psc(122,29): variable WidgetRoot is undefined
FWContraceptionWidget.psc(123,18): variable HUD_MENU is undefined
FWContraceptionWidget.psc(123,28): variable WidgetRoot is undefined
FWStateWidget.psc(120,20): variable HUD_MENU is undefined
FWStateWidget.psc(120,30): variable WidgetRoot is undefined
FWStateWidget.psc(121,17): variable HUD_MENU is undefined
FWStateWidget.psc(121,27): variable WidgetRoot is undefined
FWStateWidget.psc(122,19): variable HUD_MENU is undefined
FWStateWidget.psc(122,29): variable WidgetRoot is undefined
FWStateWidget.psc(124,21): variable HUD_MENU is undefined
FWStateWidget.psc(124,31): variable WidgetRoot is undefined
FWStateWidget.psc(126,21): variable HUD_MENU is undefined
FWStateWidget.psc(126,31): variable WidgetRoot is undefined
FWStateWidget.psc(132,16): variable HUD_MENU is undefined
FWStateWidget.psc(132,26): variable WidgetRoot is undefined
FWStateWidget.psc(133,19): variable HUD_MENU is undefined
FWStateWidget.psc(133,29): variable WidgetRoot is undefined
FWStateWidget.psc(135,20): variable HUD_MENU is undefined
FWStateWidget.psc(135,30): variable WidgetRoot is undefined
FWStateWidget.psc(137,20): variable HUD_MENU is undefined
FWStateWidget.psc(137,30): variable WidgetRoot is undefined
FWStateWidget.psc(139,18): variable HUD_MENU is undefined
FWStateWidget.psc(139,28): variable WidgetRoot is undefined
FWPantyWidget.psc(0,0): unable to locate script ski_widgetbase
FWPantyWidget.psc(60,19): variable HUD_MENU is undefined
FWPantyWidget.psc(60,29): variable WidgetRoot is undefined
FWPantyWidget.psc(63,15): variable HUD_MENU is undefined
FWPantyWidget.psc(63,25): variable WidgetRoot is undefined
FWPantyWidget.psc(77,8): ski_widgetbase is not a known user-defined type
FWPantyWidget.psc(78,1): variable X is undefined
FWPantyWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(79,1): variable Y is undefined
FWPantyWidget.psc(79,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(80,1): variable HAnchor is undefined
FWPantyWidget.psc(80,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(81,1): variable VAnchor is undefined
FWPantyWidget.psc(81,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(82,1): variable Alpha is undefined
FWPantyWidget.psc(82,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(87,8): ski_widgetbase is not a known user-defined type
FWPantyWidget.psc(89,4): GetType is not a function or does not exist
FWPantyWidget.psc(89,13): cannot compare a none to a int (cast missing or types unrelated)
FWPantyWidget.psc(90,2): RegisterForSingleUpdateGameTime is not a function or does not exist
FWPantyWidget.psc(97,1): RegisterForSingleUpdateGameTime is not a function or does not exist
FWPantyWidget.psc(101,4): variable Ready is undefined
FWPantyWidget.psc(103,2): FadeTo is not a function or does not exist
FWPantyWidget.psc(112,11): variable HUD_MENU is undefined
FWPantyWidget.psc(112,21): variable WidgetRoot is undefined
FWPantyWidget.psc(116,4): variable Ready is undefined
FWPantyWidget.psc(117,2): FadeTo is not a function or does not exist
FWPantyWidget.psc(123,5): variable Ready is undefined
FWPantyWidget.psc(124,21): variable HUD_MENU is undefined
FWPantyWidget.psc(124,31): variable WidgetRoot is undefined
FWPantyWidget.psc(130,5): variable Ready is undefined
FWPantyWidget.psc(131,21): variable HUD_MENU is undefined
FWPantyWidget.psc(131,31): variable WidgetRoot is undefined
FWPantyWidget.psc(153,1): variable X is undefined
FWPantyWidget.psc(153,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(154,1): variable Y is undefined
FWPantyWidget.psc(154,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(155,1): variable HAnchor is undefined
FWPantyWidget.psc(155,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWPantyWidget.psc(156,1): variable VAnchor is undefined
FWPantyWidget.psc(156,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(0,0): unable to locate script SKI_WidgetBase
FWProgressWidget.psc(80,4): variable X is undefined
FWProgressWidget.psc(80,4): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(81,4): variable Y is undefined
FWProgressWidget.psc(81,4): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(82,4): variable HAnchor is undefined
FWProgressWidget.psc(82,4): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(83,4): variable VAnchor is undefined
FWProgressWidget.psc(83,4): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(87,4): variable Alpha is undefined
FWProgressWidget.psc(87,4): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(92,4): FadeTo is not a function or does not exist
FWProgressWidget.psc(110,3): RegisterForSingleUpdate is not a function or does not exist
FWProgressWidget.psc(112,3): UnregisterForUpdate is not a function or does not exist
FWProgressWidget.psc(120,22): variable HUD_MENU is undefined
FWProgressWidget.psc(120,32): variable WidgetRoot is undefined
FWProgressWidget.psc(125,19): variable HUD_MENU is undefined
FWProgressWidget.psc(125,29): variable WidgetRoot is undefined
FWProgressWidget.psc(133,22): variable HUD_MENU is undefined
FWProgressWidget.psc(133,32): variable WidgetRoot is undefined
FWProgressWidget.psc(138,19): variable HUD_MENU is undefined
FWProgressWidget.psc(138,29): variable WidgetRoot is undefined
FWProgressWidget.psc(146,19): variable HUD_MENU is undefined
FWProgressWidget.psc(146,29): variable WidgetRoot is undefined
FWProgressWidget.psc(151,16): variable HUD_MENU is undefined
FWProgressWidget.psc(151,26): variable WidgetRoot is undefined
FWProgressWidget.psc(160,1): FadeTo is not a function or does not exist
FWProgressWidget.psc(162,8): ski_widgetbase is not a known user-defined type
FWProgressWidget.psc(184,1): variable X is undefined
FWProgressWidget.psc(184,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(185,1): variable Y is undefined
FWProgressWidget.psc(185,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(186,1): variable HAnchor is undefined
FWProgressWidget.psc(186,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(187,1): variable VAnchor is undefined
FWProgressWidget.psc(187,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWProgressWidget.psc(188,8): ski_widgetbase is not a known user-defined type
FWProgressWidget.psc(194,17): variable HUD_MENU is undefined
FWProgressWidget.psc(194,27): variable WidgetRoot is undefined
FWProgressWidget.psc(195,17): variable HUD_MENU is undefined
FWProgressWidget.psc(195,27): variable WidgetRoot is undefined
FWProgressWidget.psc(196,14): variable HUD_MENU is undefined
FWProgressWidget.psc(196,24): variable WidgetRoot is undefined
FWProgressWidget.psc(207,12): variable HUD_MENU is undefined
FWProgressWidget.psc(207,22): variable WidgetRoot is undefined
FWProgressWidget.psc(216,5): variable Ready is undefined
FWProgressWidget.psc(217,21): variable HUD_MENU is undefined
FWProgressWidget.psc(217,31): variable WidgetRoot is undefined
FWProgressWidget.psc(223,5): variable Ready is undefined
FWProgressWidget.psc(224,21): variable HUD_MENU is undefined
FWProgressWidget.psc(224,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(0,0): unable to locate script ski_widgetbase
FWCoupleWidget.psc(25,3): FadeTo is not a function or does not exist
FWCoupleWidget.psc(47,3): UnregisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(65,5): RegisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(68,5): RegisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(117,1): variable X is undefined
FWCoupleWidget.psc(117,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(118,1): variable Y is undefined
FWCoupleWidget.psc(118,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(119,1): variable HAnchor is undefined
FWCoupleWidget.psc(119,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(120,1): variable VAnchor is undefined
FWCoupleWidget.psc(120,1): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(124,8): ski_widgetbase is not a known user-defined type
FWCoupleWidget.psc(130,8): ski_widgetbase is not a known user-defined type
FWCoupleWidget.psc(141,4): variable Ready is undefined
FWCoupleWidget.psc(143,2): FadeTo is not a function or does not exist
FWCoupleWidget.psc(148,4): variable Ready is undefined
FWCoupleWidget.psc(150,2): variable X is undefined
FWCoupleWidget.psc(150,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(151,2): variable Y is undefined
FWCoupleWidget.psc(151,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(152,2): variable HAnchor is undefined
FWCoupleWidget.psc(152,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(153,2): variable VAnchor is undefined
FWCoupleWidget.psc(153,2): type mismatch while assigning to a none (cast missing or types unrelated)
FWCoupleWidget.psc(154,16): variable HUD_MENU is undefined
FWCoupleWidget.psc(154,26): variable WidgetRoot is undefined
FWCoupleWidget.psc(155,2): FadeTo is not a function or does not exist
FWCoupleWidget.psc(160,5): variable Ready is undefined
FWCoupleWidget.psc(161,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(161,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(167,5): variable Ready is undefined
FWCoupleWidget.psc(168,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(168,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(201,4): UnregisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(214,5): variable Ready is undefined
FWCoupleWidget.psc(215,19): variable HUD_MENU is undefined
FWCoupleWidget.psc(215,29): variable WidgetRoot is undefined
FWCoupleWidget.psc(219,5): variable Ready is undefined
FWCoupleWidget.psc(220,19): variable HUD_MENU is undefined
FWCoupleWidget.psc(220,29): variable WidgetRoot is undefined
FWCoupleWidget.psc(224,5): variable Ready is undefined
FWCoupleWidget.psc(225,19): variable HUD_MENU is undefined
FWCoupleWidget.psc(225,29): variable WidgetRoot is undefined
FWCoupleWidget.psc(229,5): variable Ready is undefined
FWCoupleWidget.psc(230,19): variable HUD_MENU is undefined
FWCoupleWidget.psc(230,29): variable WidgetRoot is undefined
FWCoupleWidget.psc(234,5): variable Ready is undefined
FWCoupleWidget.psc(235,19): variable HUD_MENU is undefined
FWCoupleWidget.psc(235,29): variable WidgetRoot is undefined
FWCoupleWidget.psc(265,4): GetType is not a function or does not exist
FWCoupleWidget.psc(265,13): cannot compare a none to a int (cast missing or types unrelated)
FWCoupleWidget.psc(266,2): UnregisterForAllKeys is not a function or does not exist
FWCoupleWidget.psc(269,3): RegisterForKey is not a function or does not exist
FWCoupleWidget.psc(270,3): RegisterForKey is not a function or does not exist
FWCoupleWidget.psc(271,3): RegisterForKey is not a function or does not exist
FWCoupleWidget.psc(272,3): RegisterForKey is not a function or does not exist
FWCoupleWidget.psc(352,4): UnregisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(355,6): variable Ready is undefined
FWCoupleWidget.psc(356,20): variable HUD_MENU is undefined
FWCoupleWidget.psc(356,30): variable WidgetRoot is undefined
FWCoupleWidget.psc(363,4): UnregisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(366,6): variable Ready is undefined
FWCoupleWidget.psc(367,20): variable HUD_MENU is undefined
FWCoupleWidget.psc(367,30): variable WidgetRoot is undefined
FWCoupleWidget.psc(386,5): RegisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(392,5): UnregisterForUpdate is not a function or does not exist
FWCoupleWidget.psc(395,7): variable Ready is undefined
FWCoupleWidget.psc(396,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(396,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(410,7): variable Ready is undefined
FWCoupleWidget.psc(411,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(411,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(423,7): variable Ready is undefined
FWCoupleWidget.psc(424,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(424,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(432,4): variable Ready is undefined
FWCoupleWidget.psc(439,20): variable HUD_MENU is undefined
FWCoupleWidget.psc(439,30): variable WidgetRoot is undefined
FWCoupleWidget.psc(448,4): variable Ready is undefined
FWCoupleWidget.psc(449,18): variable HUD_MENU is undefined
FWCoupleWidget.psc(449,28): variable WidgetRoot is undefined
FWCoupleWidget.psc(453,20): variable HUD_MENU is undefined
FWCoupleWidget.psc(453,30): variable WidgetRoot is undefined
FWCoupleWidget.psc(460,4): variable Ready is undefined
FWCoupleWidget.psc(462,18): variable HUD_MENU is undefined
FWCoupleWidget.psc(462,28): variable WidgetRoot is undefined
FWCoupleWidget.psc(469,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(469,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(477,4): variable Ready is undefined
FWCoupleWidget.psc(479,18): variable HUD_MENU is undefined
FWCoupleWidget.psc(479,28): variable WidgetRoot is undefined
FWCoupleWidget.psc(486,21): variable HUD_MENU is undefined
FWCoupleWidget.psc(486,31): variable WidgetRoot is undefined
FWCoupleWidget.psc(494,4): variable Ready is undefined
FWSystemConfig.psc(1241,20): Stop is not a function or does not exist
FWSystemConfig.psc(1242,28): Stop is not a function or does not exist
FWSystemConfig.psc(1243,25): Stop is not a function or does not exist
FWSystemConfig.psc(1268,20): Start is not a function or does not exist
FWSystemConfig.psc(1269,28): Start is not a function or does not exist
FWSystemConfig.psc(1270,25): Start is not a function or does not exist
FWWidgetController.psc(49,13): UpdateWidgetHAnchor is not a function or does not exist
FWWidgetController.psc(50,13): UpdateWidgetVAnchor is not a function or does not exist
FWWidgetController.psc(51,13): UpdateWidgetPositionX is not a function or does not exist
FWWidgetController.psc(52,13): UpdateWidgetPositionY is not a function or does not exist
FWWidgetController.psc(54,18): UpdateWidgetHAnchor is not a function or does not exist
FWWidgetController.psc(55,18): UpdateWidgetVAnchor is not a function or does not exist
FWWidgetController.psc(56,18): UpdateWidgetPositionX is not a function or does not exist
FWWidgetController.psc(57,18): UpdateWidgetPositionY is not a function or does not exist
FWWidgetController.psc(59,21): UpdateWidgetHAnchor is not a function or does not exist
FWWidgetController.psc(60,21): UpdateWidgetVAnchor is not a function or does not exist
FWWidgetController.psc(61,21): UpdateWidgetPositionX is not a function or does not exist
FWWidgetController.psc(62,21): UpdateWidgetPositionY is not a function or does not exist
FWSystem.psc(291,66): cannot cast a form to a fwcouplewidget, types are incompatible
FWSystem.psc(297,62): cannot cast a form to a fwprogresswidget, types are incompatible
FWSystem.psc(298,65): cannot cast a form to a fwstatewidget, types are incompatible
FWSystem.psc(300,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible
FWSystem.psc(301,65): cannot cast a form to a fwpantywidget, types are incompatible
FWSystem.psc(303,66): cannot cast a form to a fwcouplewidget, types are incompatible
FWSystem.psc(608,65): cannot cast a form to a fwstatewidget, types are incompatible
FWSystem.psc(609,73): cannot cast a form to a fwcontraceptionwidget, types are incompatible
FWSystem.psc(610,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible
FWSystem.psc(612,65): cannot cast a form to a fwpantywidget, types are incompatible
FWSystem.psc(613,66): cannot cast a form to a fwcouplewidget, types are incompatible
FWSystem.psc(614,62): cannot cast a form to a fwprogresswidget, types are incompatible

 

 

Is there some library that I'm missing or something? Anybody have any ideas as to why I'm getting these errors?

Link to comment

So I've been messing around with one of the mod scripts, changing some numbers around, but every time I try to compile the thing I get a ton of compiler errors. It's not related to any of my changes, and I know this because I get these errors whether I use the changes or just the base script straight from the zip file.

 

Error log:

 

FWWidgetBase.psc(0,0): unable to locate script ski_widgetbase

FWWidgetBase.psc(12,9): variable HAnchor is undefined

FWWidgetBase.psc(15,2): variable HAnchor is undefined

FWWidgetBase.psc(15,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWWidgetBase.psc(16,2): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetBase.psc(23,9): variable VAnchor is undefined

FWWidgetBase.psc(26,2): variable VAnchor is undefined

FWWidgetBase.psc(26,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWWidgetBase.psc(27,2): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetBase.psc(173,8): ski_widgetbase is not a known user-defined type

FWWidgetBase.psc(186,8): ski_widgetbase is not a known user-defined type

FWWidgetBase.psc(214,4): GetType is not a function or does not exist

FWWidgetBase.psc(214,13): cannot compare a none to a int (cast missing or types unrelated)

FWWidgetBase.psc(215,2): UnregisterForAllKeys is not a function or does not exist

FWWidgetBase.psc(216,2): UnregisterForModEvent is not a function or does not exist

FWWidgetBase.psc(217,2): RegisterForModEvent is not a function or does not exist

FWWidgetBase.psc(223,2): UnregisterForUpdate is not a function or does not exist

FWWidgetBase.psc(224,5): variable Ready is undefined

FWWidgetBase.psc(225,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(237,4): variable Ready is undefined

FWWidgetBase.psc(244,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(247,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(249,2): RegisterForUpdate is not a function or does not exist

FWWidgetBase.psc(250,8): variable Ready is undefined

FWWidgetBase.psc(262,4): variable Ready is undefined

FWWidgetBase.psc(269,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(272,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(274,2): RegisterForUpdate is not a function or does not exist

FWWidgetBase.psc(275,8): variable Ready is undefined

FWWidgetBase.psc(293,11): variable HUD_MENU is undefined

FWWidgetBase.psc(293,21): variable WidgetRoot is undefined

FWWidgetBase.psc(297,9): GetType is not a function or does not exist

FWWidgetBase.psc(297,19): cannot compare a none to a int (cast missing or types unrelated)

FWWidgetBase.psc(298,2): UnregisterForUpdate is not a function or does not exist

FWWidgetBase.psc(300,4): variable Ready is undefined

FWWidgetBase.psc(301,2): FadeTo is not a function or does not exist

FWWidgetBase.psc(307,5): variable Ready is undefined

FWWidgetBase.psc(308,21): variable HUD_MENU is undefined

FWWidgetBase.psc(308,31): variable WidgetRoot is undefined

FWWidgetBase.psc(314,5): variable Ready is undefined

FWWidgetBase.psc(315,21): variable HUD_MENU is undefined

FWWidgetBase.psc(315,31): variable WidgetRoot is undefined

FWStateWidget.psc(11,18): variable HUD_MENU is undefined

FWStateWidget.psc(11,28): variable WidgetRoot is undefined

FWStateWidget.psc(22,15): variable HUD_MENU is undefined

FWStateWidget.psc(22,25): variable WidgetRoot is undefined

FWStateWidget.psc(33,15): variable HUD_MENU is undefined

FWStateWidget.psc(33,25): variable WidgetRoot is undefined

FWStateWidget.psc(44,15): variable HUD_MENU is undefined

FWStateWidget.psc(44,25): variable WidgetRoot is undefined

FWStateWidget.psc(55,18): variable HUD_MENU is undefined

FWStateWidget.psc(55,28): variable WidgetRoot is undefined

FWStateWidget.psc(67,2): variable X is undefined

FWStateWidget.psc(67,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(68,2): variable Y is undefined

FWStateWidget.psc(68,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(69,2): variable HAnchor is undefined

FWStateWidget.psc(69,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(70,2): variable VAnchor is undefined

FWStateWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(75,1): variable X is undefined

FWStateWidget.psc(75,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(76,1): variable Y is undefined

FWStateWidget.psc(76,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(77,1): variable HAnchor is undefined

FWStateWidget.psc(77,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(78,1): variable VAnchor is undefined

FWStateWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(80,5): variable Ready is undefined

FWStateWidget.psc(81,18): variable HUD_MENU is undefined

FWStateWidget.psc(81,28): variable WidgetRoot is undefined

FWStateWidget.psc(82,15): variable HUD_MENU is undefined

FWStateWidget.psc(82,25): variable WidgetRoot is undefined

FWStateWidget.psc(83,15): variable HUD_MENU is undefined

FWStateWidget.psc(83,25): variable WidgetRoot is undefined

FWStateWidget.psc(84,15): variable HUD_MENU is undefined

FWStateWidget.psc(84,25): variable WidgetRoot is undefined

FWStateWidget.psc(89,20): variable HUD_MENU is undefined

FWStateWidget.psc(89,30): variable WidgetRoot is undefined

FWStateWidget.psc(90,17): variable HUD_MENU is undefined

FWStateWidget.psc(90,27): variable WidgetRoot is undefined

FWStateWidget.psc(91,19): variable HUD_MENU is undefined

FWStateWidget.psc(91,29): variable WidgetRoot is undefined

FWStateWidget.psc(92,20): variable HUD_MENU is undefined

FWStateWidget.psc(92,30): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(23,1): variable X is undefined

FWBabyHealthWidget.psc(23,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(24,1): variable Y is undefined

FWBabyHealthWidget.psc(24,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(25,1): variable HAnchor is undefined

FWBabyHealthWidget.psc(25,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(26,1): variable VAnchor is undefined

FWBabyHealthWidget.psc(26,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(30,1): variable X is undefined

FWBabyHealthWidget.psc(30,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(31,1): variable Y is undefined

FWBabyHealthWidget.psc(31,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(32,1): variable HAnchor is undefined

FWBabyHealthWidget.psc(32,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(33,1): variable VAnchor is undefined

FWBabyHealthWidget.psc(33,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(34,5): variable Ready is undefined

FWBabyHealthWidget.psc(37,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(37,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(38,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(38,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(40,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(40,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(44,17): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(44,27): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(48,18): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(48,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(10,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(10,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(21,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(21,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(32,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(32,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(43,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(43,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(54,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(54,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(62,4): GetType is not a function or does not exist

FWContraceptionWidget.psc(62,13): cannot compare a none to a int (cast missing or types unrelated)

FWContraceptionWidget.psc(63,2): RegisterForUpdateGameTime is not a function or does not exist

FWContraceptionWidget.psc(70,2): variable X is undefined

FWContraceptionWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(71,2): variable Y is undefined

FWContraceptionWidget.psc(71,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(72,2): variable HAnchor is undefined

FWContraceptionWidget.psc(72,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(73,2): variable VAnchor is undefined

FWContraceptionWidget.psc(73,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(102,1): variable X is undefined

FWContraceptionWidget.psc(102,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(103,1): variable Y is undefined

FWContraceptionWidget.psc(103,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(104,1): variable HAnchor is undefined

FWContraceptionWidget.psc(104,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(105,1): variable VAnchor is undefined

FWContraceptionWidget.psc(105,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(107,5): variable Ready is undefined

FWContraceptionWidget.psc(108,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(108,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(109,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(109,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(110,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(110,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(111,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(111,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(118,20): variable HUD_MENU is undefined

FWContraceptionWidget.psc(118,30): variable WidgetRoot is undefined

FWContraceptionWidget.psc(120,20): variable HUD_MENU is undefined

FWContraceptionWidget.psc(120,30): variable WidgetRoot is undefined

FWContraceptionWidget.psc(122,19): variable HUD_MENU is undefined

FWContraceptionWidget.psc(122,29): variable WidgetRoot is undefined

FWContraceptionWidget.psc(123,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(123,28): variable WidgetRoot is undefined

FWStateWidget.psc(120,20): variable HUD_MENU is undefined

FWStateWidget.psc(120,30): variable WidgetRoot is undefined

FWStateWidget.psc(121,17): variable HUD_MENU is undefined

FWStateWidget.psc(121,27): variable WidgetRoot is undefined

FWStateWidget.psc(122,19): variable HUD_MENU is undefined

FWStateWidget.psc(122,29): variable WidgetRoot is undefined

FWStateWidget.psc(124,21): variable HUD_MENU is undefined

FWStateWidget.psc(124,31): variable WidgetRoot is undefined

FWStateWidget.psc(126,21): variable HUD_MENU is undefined

FWStateWidget.psc(126,31): variable WidgetRoot is undefined

FWStateWidget.psc(132,16): variable HUD_MENU is undefined

FWStateWidget.psc(132,26): variable WidgetRoot is undefined

FWStateWidget.psc(133,19): variable HUD_MENU is undefined

FWStateWidget.psc(133,29): variable WidgetRoot is undefined

FWStateWidget.psc(135,20): variable HUD_MENU is undefined

FWStateWidget.psc(135,30): variable WidgetRoot is undefined

FWStateWidget.psc(137,20): variable HUD_MENU is undefined

FWStateWidget.psc(137,30): variable WidgetRoot is undefined

FWStateWidget.psc(139,18): variable HUD_MENU is undefined

FWStateWidget.psc(139,28): variable WidgetRoot is undefined

FWPantyWidget.psc(0,0): unable to locate script ski_widgetbase

FWPantyWidget.psc(60,19): variable HUD_MENU is undefined

FWPantyWidget.psc(60,29): variable WidgetRoot is undefined

FWPantyWidget.psc(63,15): variable HUD_MENU is undefined

FWPantyWidget.psc(63,25): variable WidgetRoot is undefined

FWPantyWidget.psc(77,8): ski_widgetbase is not a known user-defined type

FWPantyWidget.psc(78,1): variable X is undefined

FWPantyWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(79,1): variable Y is undefined

FWPantyWidget.psc(79,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(80,1): variable HAnchor is undefined

FWPantyWidget.psc(80,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(81,1): variable VAnchor is undefined

FWPantyWidget.psc(81,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(82,1): variable Alpha is undefined

FWPantyWidget.psc(82,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(87,8): ski_widgetbase is not a known user-defined type

FWPantyWidget.psc(89,4): GetType is not a function or does not exist

FWPantyWidget.psc(89,13): cannot compare a none to a int (cast missing or types unrelated)

FWPantyWidget.psc(90,2): RegisterForSingleUpdateGameTime is not a function or does not exist

FWPantyWidget.psc(97,1): RegisterForSingleUpdateGameTime is not a function or does not exist

FWPantyWidget.psc(101,4): variable Ready is undefined

FWPantyWidget.psc(103,2): FadeTo is not a function or does not exist

FWPantyWidget.psc(112,11): variable HUD_MENU is undefined

FWPantyWidget.psc(112,21): variable WidgetRoot is undefined

FWPantyWidget.psc(116,4): variable Ready is undefined

FWPantyWidget.psc(117,2): FadeTo is not a function or does not exist

FWPantyWidget.psc(123,5): variable Ready is undefined

FWPantyWidget.psc(124,21): variable HUD_MENU is undefined

FWPantyWidget.psc(124,31): variable WidgetRoot is undefined

FWPantyWidget.psc(130,5): variable Ready is undefined

FWPantyWidget.psc(131,21): variable HUD_MENU is undefined

FWPantyWidget.psc(131,31): variable WidgetRoot is undefined

FWPantyWidget.psc(153,1): variable X is undefined

FWPantyWidget.psc(153,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(154,1): variable Y is undefined

FWPantyWidget.psc(154,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(155,1): variable HAnchor is undefined

FWPantyWidget.psc(155,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(156,1): variable VAnchor is undefined

FWPantyWidget.psc(156,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(0,0): unable to locate script SKI_WidgetBase

FWProgressWidget.psc(80,4): variable X is undefined

FWProgressWidget.psc(80,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(81,4): variable Y is undefined

FWProgressWidget.psc(81,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(82,4): variable HAnchor is undefined

FWProgressWidget.psc(82,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(83,4): variable VAnchor is undefined

FWProgressWidget.psc(83,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(87,4): variable Alpha is undefined

FWProgressWidget.psc(87,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(92,4): FadeTo is not a function or does not exist

FWProgressWidget.psc(110,3): RegisterForSingleUpdate is not a function or does not exist

FWProgressWidget.psc(112,3): UnregisterForUpdate is not a function or does not exist

FWProgressWidget.psc(120,22): variable HUD_MENU is undefined

FWProgressWidget.psc(120,32): variable WidgetRoot is undefined

FWProgressWidget.psc(125,19): variable HUD_MENU is undefined

FWProgressWidget.psc(125,29): variable WidgetRoot is undefined

FWProgressWidget.psc(133,22): variable HUD_MENU is undefined

FWProgressWidget.psc(133,32): variable WidgetRoot is undefined

FWProgressWidget.psc(138,19): variable HUD_MENU is undefined

FWProgressWidget.psc(138,29): variable WidgetRoot is undefined

FWProgressWidget.psc(146,19): variable HUD_MENU is undefined

FWProgressWidget.psc(146,29): variable WidgetRoot is undefined

FWProgressWidget.psc(151,16): variable HUD_MENU is undefined

FWProgressWidget.psc(151,26): variable WidgetRoot is undefined

FWProgressWidget.psc(160,1): FadeTo is not a function or does not exist

FWProgressWidget.psc(162,8): ski_widgetbase is not a known user-defined type

FWProgressWidget.psc(184,1): variable X is undefined

FWProgressWidget.psc(184,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(185,1): variable Y is undefined

FWProgressWidget.psc(185,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(186,1): variable HAnchor is undefined

FWProgressWidget.psc(186,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(187,1): variable VAnchor is undefined

FWProgressWidget.psc(187,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(188,8): ski_widgetbase is not a known user-defined type

FWProgressWidget.psc(194,17): variable HUD_MENU is undefined

FWProgressWidget.psc(194,27): variable WidgetRoot is undefined

FWProgressWidget.psc(195,17): variable HUD_MENU is undefined

FWProgressWidget.psc(195,27): variable WidgetRoot is undefined

FWProgressWidget.psc(196,14): variable HUD_MENU is undefined

FWProgressWidget.psc(196,24): variable WidgetRoot is undefined

FWProgressWidget.psc(207,12): variable HUD_MENU is undefined

FWProgressWidget.psc(207,22): variable WidgetRoot is undefined

FWProgressWidget.psc(216,5): variable Ready is undefined

FWProgressWidget.psc(217,21): variable HUD_MENU is undefined

FWProgressWidget.psc(217,31): variable WidgetRoot is undefined

FWProgressWidget.psc(223,5): variable Ready is undefined

FWProgressWidget.psc(224,21): variable HUD_MENU is undefined

FWProgressWidget.psc(224,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(0,0): unable to locate script ski_widgetbase

FWCoupleWidget.psc(25,3): FadeTo is not a function or does not exist

FWCoupleWidget.psc(47,3): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(65,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(68,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(117,1): variable X is undefined

FWCoupleWidget.psc(117,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(118,1): variable Y is undefined

FWCoupleWidget.psc(118,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(119,1): variable HAnchor is undefined

FWCoupleWidget.psc(119,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(120,1): variable VAnchor is undefined

FWCoupleWidget.psc(120,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(124,8): ski_widgetbase is not a known user-defined type

FWCoupleWidget.psc(130,8): ski_widgetbase is not a known user-defined type

FWCoupleWidget.psc(141,4): variable Ready is undefined

FWCoupleWidget.psc(143,2): FadeTo is not a function or does not exist

FWCoupleWidget.psc(148,4): variable Ready is undefined

FWCoupleWidget.psc(150,2): variable X is undefined

FWCoupleWidget.psc(150,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(151,2): variable Y is undefined

FWCoupleWidget.psc(151,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(152,2): variable HAnchor is undefined

FWCoupleWidget.psc(152,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(153,2): variable VAnchor is undefined

FWCoupleWidget.psc(153,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(154,16): variable HUD_MENU is undefined

FWCoupleWidget.psc(154,26): variable WidgetRoot is undefined

FWCoupleWidget.psc(155,2): FadeTo is not a function or does not exist

FWCoupleWidget.psc(160,5): variable Ready is undefined

FWCoupleWidget.psc(161,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(161,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(167,5): variable Ready is undefined

FWCoupleWidget.psc(168,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(168,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(201,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(214,5): variable Ready is undefined

FWCoupleWidget.psc(215,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(215,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(219,5): variable Ready is undefined

FWCoupleWidget.psc(220,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(220,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(224,5): variable Ready is undefined

FWCoupleWidget.psc(225,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(225,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(229,5): variable Ready is undefined

FWCoupleWidget.psc(230,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(230,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(234,5): variable Ready is undefined

FWCoupleWidget.psc(235,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(235,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(265,4): GetType is not a function or does not exist

FWCoupleWidget.psc(265,13): cannot compare a none to a int (cast missing or types unrelated)

FWCoupleWidget.psc(266,2): UnregisterForAllKeys is not a function or does not exist

FWCoupleWidget.psc(269,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(270,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(271,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(272,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(352,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(355,6): variable Ready is undefined

FWCoupleWidget.psc(356,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(356,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(363,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(366,6): variable Ready is undefined

FWCoupleWidget.psc(367,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(367,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(386,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(392,5): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(395,7): variable Ready is undefined

FWCoupleWidget.psc(396,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(396,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(410,7): variable Ready is undefined

FWCoupleWidget.psc(411,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(411,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(423,7): variable Ready is undefined

FWCoupleWidget.psc(424,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(424,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(432,4): variable Ready is undefined

FWCoupleWidget.psc(439,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(439,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(448,4): variable Ready is undefined

FWCoupleWidget.psc(449,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(449,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(453,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(453,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(460,4): variable Ready is undefined

FWCoupleWidget.psc(462,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(462,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(469,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(469,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(477,4): variable Ready is undefined

FWCoupleWidget.psc(479,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(479,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(486,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(486,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(494,4): variable Ready is undefined

FWSystemConfig.psc(1241,20): Stop is not a function or does not exist

FWSystemConfig.psc(1242,28): Stop is not a function or does not exist

FWSystemConfig.psc(1243,25): Stop is not a function or does not exist

FWSystemConfig.psc(1268,20): Start is not a function or does not exist

FWSystemConfig.psc(1269,28): Start is not a function or does not exist

FWSystemConfig.psc(1270,25): Start is not a function or does not exist

FWWidgetController.psc(49,13): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(50,13): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(51,13): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(52,13): UpdateWidgetPositionY is not a function or does not exist

FWWidgetController.psc(54,18): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(55,18): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(56,18): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(57,18): UpdateWidgetPositionY is not a function or does not exist

FWWidgetController.psc(59,21): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(60,21): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(61,21): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(62,21): UpdateWidgetPositionY is not a function or does not exist

FWSystem.psc(291,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(297,62): cannot cast a form to a fwprogresswidget, types are incompatible

FWSystem.psc(298,65): cannot cast a form to a fwstatewidget, types are incompatible

FWSystem.psc(300,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible

FWSystem.psc(301,65): cannot cast a form to a fwpantywidget, types are incompatible

FWSystem.psc(303,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(608,65): cannot cast a form to a fwstatewidget, types are incompatible

FWSystem.psc(609,73): cannot cast a form to a fwcontraceptionwidget, types are incompatible

FWSystem.psc(610,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible

FWSystem.psc(612,65): cannot cast a form to a fwpantywidget, types are incompatible

FWSystem.psc(613,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(614,62): cannot cast a form to a fwprogresswidget, types are incompatible

 

 

 

Is there some library that I'm missing or something? Anybody have any ideas as to why I'm getting these errors?

 

You need the SkyUI source files, can be found here:

 

https://github.com/schlangster/skyui/tree/master/dist/Data/Scripts/Source

 

Link to comment

Ok mates - here we go!

SKSE64 was released - why has nobody told me? :D

I'm still release busy.... but all I've seen, they adopted most of the functions 1:1 ... so many things still work

Many things are included (for example Belly growing, native coding, ...) and I think SkyUI should be easy to compile.... i hope.... All I remember SkyUI is the last missing thing for BeeingFemaleSE but there is still alot to do for me and I'm still busy with my Real Life.... But there is a light in the dark - and I think BeeingFemale VR sounds possible now, too (PC only!)

 

Yes, SKSE64 is still alpha and developers only, but at least there is hope :)

 

I promise that I will take a look into possibilitys of BeeingFemaleSE and I think I will start creating it - but I'm not sure if I can finish it..... I won't compile the old scripts to SkyrimSE, instead I will directly start BeeingFemale 3.0

 

Before nobody told you  :cool:

 

https://www.nexusmods.com/skyrimspecialedition/mods/12604/?

Link to comment

For me, I don't see the new SkyrimSE getting much support with modders without the SKSE, and thus far it looks like that won't happen or is unlikely to happen for a long while.

 

 

If your ending support for the Old Skyrim, is there anyway you can patch the bugs we know of, or allow another modder to release a bug patch for the "final" version of the old skyrim Beeing Female? Perhaps adding it to your download files if the modder gets it to you?

Link to comment

For me, I don't see the new SkyrimSE getting much support with modders without the SKSE, and thus far it looks like that won't happen or is unlikely to happen for a long while.

 

 

If your ending support for the Old Skyrim, is there anyway you can patch the bugs we know of, or allow another modder to release a bug patch for the "final" version of the old skyrim Beeing Female? Perhaps adding it to your download files if the modder gets it to you?

 

Was thinking about the same thing.

There have been posted many small fix in the tread.

And perhaps add the cleaned master also and make one community pack or what you can call it?

Link to comment

i would llove to get rid of this error i get like 5000 an hour.

Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165
Link to comment

So I've been messing around with one of the mod scripts, changing some numbers around, but every time I try to compile the thing I get a ton of compiler errors. It's not related to any of my changes, and I know this because I get these errors whether I use the changes or just the base script straight from the zip file.

 

Error log:

 

FWWidgetBase.psc(0,0): unable to locate script ski_widgetbase

FWWidgetBase.psc(12,9): variable HAnchor is undefined

FWWidgetBase.psc(15,2): variable HAnchor is undefined

FWWidgetBase.psc(15,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWWidgetBase.psc(16,2): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetBase.psc(23,9): variable VAnchor is undefined

FWWidgetBase.psc(26,2): variable VAnchor is undefined

FWWidgetBase.psc(26,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWWidgetBase.psc(27,2): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetBase.psc(173,8): ski_widgetbase is not a known user-defined type

FWWidgetBase.psc(186,8): ski_widgetbase is not a known user-defined type

FWWidgetBase.psc(214,4): GetType is not a function or does not exist

FWWidgetBase.psc(214,13): cannot compare a none to a int (cast missing or types unrelated)

FWWidgetBase.psc(215,2): UnregisterForAllKeys is not a function or does not exist

FWWidgetBase.psc(216,2): UnregisterForModEvent is not a function or does not exist

FWWidgetBase.psc(217,2): RegisterForModEvent is not a function or does not exist

FWWidgetBase.psc(223,2): UnregisterForUpdate is not a function or does not exist

FWWidgetBase.psc(224,5): variable Ready is undefined

FWWidgetBase.psc(225,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(237,4): variable Ready is undefined

FWWidgetBase.psc(244,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(247,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(249,2): RegisterForUpdate is not a function or does not exist

FWWidgetBase.psc(250,8): variable Ready is undefined

FWWidgetBase.psc(262,4): variable Ready is undefined

FWWidgetBase.psc(269,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(272,3): FadeTo is not a function or does not exist

FWWidgetBase.psc(274,2): RegisterForUpdate is not a function or does not exist

FWWidgetBase.psc(275,8): variable Ready is undefined

FWWidgetBase.psc(293,11): variable HUD_MENU is undefined

FWWidgetBase.psc(293,21): variable WidgetRoot is undefined

FWWidgetBase.psc(297,9): GetType is not a function or does not exist

FWWidgetBase.psc(297,19): cannot compare a none to a int (cast missing or types unrelated)

FWWidgetBase.psc(298,2): UnregisterForUpdate is not a function or does not exist

FWWidgetBase.psc(300,4): variable Ready is undefined

FWWidgetBase.psc(301,2): FadeTo is not a function or does not exist

FWWidgetBase.psc(307,5): variable Ready is undefined

FWWidgetBase.psc(308,21): variable HUD_MENU is undefined

FWWidgetBase.psc(308,31): variable WidgetRoot is undefined

FWWidgetBase.psc(314,5): variable Ready is undefined

FWWidgetBase.psc(315,21): variable HUD_MENU is undefined

FWWidgetBase.psc(315,31): variable WidgetRoot is undefined

FWStateWidget.psc(11,18): variable HUD_MENU is undefined

FWStateWidget.psc(11,28): variable WidgetRoot is undefined

FWStateWidget.psc(22,15): variable HUD_MENU is undefined

FWStateWidget.psc(22,25): variable WidgetRoot is undefined

FWStateWidget.psc(33,15): variable HUD_MENU is undefined

FWStateWidget.psc(33,25): variable WidgetRoot is undefined

FWStateWidget.psc(44,15): variable HUD_MENU is undefined

FWStateWidget.psc(44,25): variable WidgetRoot is undefined

FWStateWidget.psc(55,18): variable HUD_MENU is undefined

FWStateWidget.psc(55,28): variable WidgetRoot is undefined

FWStateWidget.psc(67,2): variable X is undefined

FWStateWidget.psc(67,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(68,2): variable Y is undefined

FWStateWidget.psc(68,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(69,2): variable HAnchor is undefined

FWStateWidget.psc(69,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(70,2): variable VAnchor is undefined

FWStateWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(75,1): variable X is undefined

FWStateWidget.psc(75,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(76,1): variable Y is undefined

FWStateWidget.psc(76,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(77,1): variable HAnchor is undefined

FWStateWidget.psc(77,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(78,1): variable VAnchor is undefined

FWStateWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWStateWidget.psc(80,5): variable Ready is undefined

FWStateWidget.psc(81,18): variable HUD_MENU is undefined

FWStateWidget.psc(81,28): variable WidgetRoot is undefined

FWStateWidget.psc(82,15): variable HUD_MENU is undefined

FWStateWidget.psc(82,25): variable WidgetRoot is undefined

FWStateWidget.psc(83,15): variable HUD_MENU is undefined

FWStateWidget.psc(83,25): variable WidgetRoot is undefined

FWStateWidget.psc(84,15): variable HUD_MENU is undefined

FWStateWidget.psc(84,25): variable WidgetRoot is undefined

FWStateWidget.psc(89,20): variable HUD_MENU is undefined

FWStateWidget.psc(89,30): variable WidgetRoot is undefined

FWStateWidget.psc(90,17): variable HUD_MENU is undefined

FWStateWidget.psc(90,27): variable WidgetRoot is undefined

FWStateWidget.psc(91,19): variable HUD_MENU is undefined

FWStateWidget.psc(91,29): variable WidgetRoot is undefined

FWStateWidget.psc(92,20): variable HUD_MENU is undefined

FWStateWidget.psc(92,30): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(23,1): variable X is undefined

FWBabyHealthWidget.psc(23,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(24,1): variable Y is undefined

FWBabyHealthWidget.psc(24,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(25,1): variable HAnchor is undefined

FWBabyHealthWidget.psc(25,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(26,1): variable VAnchor is undefined

FWBabyHealthWidget.psc(26,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(30,1): variable X is undefined

FWBabyHealthWidget.psc(30,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(31,1): variable Y is undefined

FWBabyHealthWidget.psc(31,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(32,1): variable HAnchor is undefined

FWBabyHealthWidget.psc(32,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(33,1): variable VAnchor is undefined

FWBabyHealthWidget.psc(33,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWBabyHealthWidget.psc(34,5): variable Ready is undefined

FWBabyHealthWidget.psc(37,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(37,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(38,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(38,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(40,16): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(40,26): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(44,17): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(44,27): variable WidgetRoot is undefined

FWBabyHealthWidget.psc(48,18): variable HUD_MENU is undefined

FWBabyHealthWidget.psc(48,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(10,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(10,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(21,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(21,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(32,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(32,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(43,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(43,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(54,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(54,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(62,4): GetType is not a function or does not exist

FWContraceptionWidget.psc(62,13): cannot compare a none to a int (cast missing or types unrelated)

FWContraceptionWidget.psc(63,2): RegisterForUpdateGameTime is not a function or does not exist

FWContraceptionWidget.psc(70,2): variable X is undefined

FWContraceptionWidget.psc(70,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(71,2): variable Y is undefined

FWContraceptionWidget.psc(71,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(72,2): variable HAnchor is undefined

FWContraceptionWidget.psc(72,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(73,2): variable VAnchor is undefined

FWContraceptionWidget.psc(73,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(102,1): variable X is undefined

FWContraceptionWidget.psc(102,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(103,1): variable Y is undefined

FWContraceptionWidget.psc(103,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(104,1): variable HAnchor is undefined

FWContraceptionWidget.psc(104,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(105,1): variable VAnchor is undefined

FWContraceptionWidget.psc(105,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWContraceptionWidget.psc(107,5): variable Ready is undefined

FWContraceptionWidget.psc(108,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(108,28): variable WidgetRoot is undefined

FWContraceptionWidget.psc(109,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(109,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(110,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(110,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(111,15): variable HUD_MENU is undefined

FWContraceptionWidget.psc(111,25): variable WidgetRoot is undefined

FWContraceptionWidget.psc(118,20): variable HUD_MENU is undefined

FWContraceptionWidget.psc(118,30): variable WidgetRoot is undefined

FWContraceptionWidget.psc(120,20): variable HUD_MENU is undefined

FWContraceptionWidget.psc(120,30): variable WidgetRoot is undefined

FWContraceptionWidget.psc(122,19): variable HUD_MENU is undefined

FWContraceptionWidget.psc(122,29): variable WidgetRoot is undefined

FWContraceptionWidget.psc(123,18): variable HUD_MENU is undefined

FWContraceptionWidget.psc(123,28): variable WidgetRoot is undefined

FWStateWidget.psc(120,20): variable HUD_MENU is undefined

FWStateWidget.psc(120,30): variable WidgetRoot is undefined

FWStateWidget.psc(121,17): variable HUD_MENU is undefined

FWStateWidget.psc(121,27): variable WidgetRoot is undefined

FWStateWidget.psc(122,19): variable HUD_MENU is undefined

FWStateWidget.psc(122,29): variable WidgetRoot is undefined

FWStateWidget.psc(124,21): variable HUD_MENU is undefined

FWStateWidget.psc(124,31): variable WidgetRoot is undefined

FWStateWidget.psc(126,21): variable HUD_MENU is undefined

FWStateWidget.psc(126,31): variable WidgetRoot is undefined

FWStateWidget.psc(132,16): variable HUD_MENU is undefined

FWStateWidget.psc(132,26): variable WidgetRoot is undefined

FWStateWidget.psc(133,19): variable HUD_MENU is undefined

FWStateWidget.psc(133,29): variable WidgetRoot is undefined

FWStateWidget.psc(135,20): variable HUD_MENU is undefined

FWStateWidget.psc(135,30): variable WidgetRoot is undefined

FWStateWidget.psc(137,20): variable HUD_MENU is undefined

FWStateWidget.psc(137,30): variable WidgetRoot is undefined

FWStateWidget.psc(139,18): variable HUD_MENU is undefined

FWStateWidget.psc(139,28): variable WidgetRoot is undefined

FWPantyWidget.psc(0,0): unable to locate script ski_widgetbase

FWPantyWidget.psc(60,19): variable HUD_MENU is undefined

FWPantyWidget.psc(60,29): variable WidgetRoot is undefined

FWPantyWidget.psc(63,15): variable HUD_MENU is undefined

FWPantyWidget.psc(63,25): variable WidgetRoot is undefined

FWPantyWidget.psc(77,8): ski_widgetbase is not a known user-defined type

FWPantyWidget.psc(78,1): variable X is undefined

FWPantyWidget.psc(78,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(79,1): variable Y is undefined

FWPantyWidget.psc(79,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(80,1): variable HAnchor is undefined

FWPantyWidget.psc(80,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(81,1): variable VAnchor is undefined

FWPantyWidget.psc(81,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(82,1): variable Alpha is undefined

FWPantyWidget.psc(82,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(87,8): ski_widgetbase is not a known user-defined type

FWPantyWidget.psc(89,4): GetType is not a function or does not exist

FWPantyWidget.psc(89,13): cannot compare a none to a int (cast missing or types unrelated)

FWPantyWidget.psc(90,2): RegisterForSingleUpdateGameTime is not a function or does not exist

FWPantyWidget.psc(97,1): RegisterForSingleUpdateGameTime is not a function or does not exist

FWPantyWidget.psc(101,4): variable Ready is undefined

FWPantyWidget.psc(103,2): FadeTo is not a function or does not exist

FWPantyWidget.psc(112,11): variable HUD_MENU is undefined

FWPantyWidget.psc(112,21): variable WidgetRoot is undefined

FWPantyWidget.psc(116,4): variable Ready is undefined

FWPantyWidget.psc(117,2): FadeTo is not a function or does not exist

FWPantyWidget.psc(123,5): variable Ready is undefined

FWPantyWidget.psc(124,21): variable HUD_MENU is undefined

FWPantyWidget.psc(124,31): variable WidgetRoot is undefined

FWPantyWidget.psc(130,5): variable Ready is undefined

FWPantyWidget.psc(131,21): variable HUD_MENU is undefined

FWPantyWidget.psc(131,31): variable WidgetRoot is undefined

FWPantyWidget.psc(153,1): variable X is undefined

FWPantyWidget.psc(153,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(154,1): variable Y is undefined

FWPantyWidget.psc(154,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(155,1): variable HAnchor is undefined

FWPantyWidget.psc(155,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWPantyWidget.psc(156,1): variable VAnchor is undefined

FWPantyWidget.psc(156,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(0,0): unable to locate script SKI_WidgetBase

FWProgressWidget.psc(80,4): variable X is undefined

FWProgressWidget.psc(80,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(81,4): variable Y is undefined

FWProgressWidget.psc(81,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(82,4): variable HAnchor is undefined

FWProgressWidget.psc(82,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(83,4): variable VAnchor is undefined

FWProgressWidget.psc(83,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(87,4): variable Alpha is undefined

FWProgressWidget.psc(87,4): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(92,4): FadeTo is not a function or does not exist

FWProgressWidget.psc(110,3): RegisterForSingleUpdate is not a function or does not exist

FWProgressWidget.psc(112,3): UnregisterForUpdate is not a function or does not exist

FWProgressWidget.psc(120,22): variable HUD_MENU is undefined

FWProgressWidget.psc(120,32): variable WidgetRoot is undefined

FWProgressWidget.psc(125,19): variable HUD_MENU is undefined

FWProgressWidget.psc(125,29): variable WidgetRoot is undefined

FWProgressWidget.psc(133,22): variable HUD_MENU is undefined

FWProgressWidget.psc(133,32): variable WidgetRoot is undefined

FWProgressWidget.psc(138,19): variable HUD_MENU is undefined

FWProgressWidget.psc(138,29): variable WidgetRoot is undefined

FWProgressWidget.psc(146,19): variable HUD_MENU is undefined

FWProgressWidget.psc(146,29): variable WidgetRoot is undefined

FWProgressWidget.psc(151,16): variable HUD_MENU is undefined

FWProgressWidget.psc(151,26): variable WidgetRoot is undefined

FWProgressWidget.psc(160,1): FadeTo is not a function or does not exist

FWProgressWidget.psc(162,8): ski_widgetbase is not a known user-defined type

FWProgressWidget.psc(184,1): variable X is undefined

FWProgressWidget.psc(184,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(185,1): variable Y is undefined

FWProgressWidget.psc(185,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(186,1): variable HAnchor is undefined

FWProgressWidget.psc(186,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(187,1): variable VAnchor is undefined

FWProgressWidget.psc(187,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWProgressWidget.psc(188,8): ski_widgetbase is not a known user-defined type

FWProgressWidget.psc(194,17): variable HUD_MENU is undefined

FWProgressWidget.psc(194,27): variable WidgetRoot is undefined

FWProgressWidget.psc(195,17): variable HUD_MENU is undefined

FWProgressWidget.psc(195,27): variable WidgetRoot is undefined

FWProgressWidget.psc(196,14): variable HUD_MENU is undefined

FWProgressWidget.psc(196,24): variable WidgetRoot is undefined

FWProgressWidget.psc(207,12): variable HUD_MENU is undefined

FWProgressWidget.psc(207,22): variable WidgetRoot is undefined

FWProgressWidget.psc(216,5): variable Ready is undefined

FWProgressWidget.psc(217,21): variable HUD_MENU is undefined

FWProgressWidget.psc(217,31): variable WidgetRoot is undefined

FWProgressWidget.psc(223,5): variable Ready is undefined

FWProgressWidget.psc(224,21): variable HUD_MENU is undefined

FWProgressWidget.psc(224,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(0,0): unable to locate script ski_widgetbase

FWCoupleWidget.psc(25,3): FadeTo is not a function or does not exist

FWCoupleWidget.psc(47,3): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(65,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(68,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(117,1): variable X is undefined

FWCoupleWidget.psc(117,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(118,1): variable Y is undefined

FWCoupleWidget.psc(118,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(119,1): variable HAnchor is undefined

FWCoupleWidget.psc(119,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(120,1): variable VAnchor is undefined

FWCoupleWidget.psc(120,1): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(124,8): ski_widgetbase is not a known user-defined type

FWCoupleWidget.psc(130,8): ski_widgetbase is not a known user-defined type

FWCoupleWidget.psc(141,4): variable Ready is undefined

FWCoupleWidget.psc(143,2): FadeTo is not a function or does not exist

FWCoupleWidget.psc(148,4): variable Ready is undefined

FWCoupleWidget.psc(150,2): variable X is undefined

FWCoupleWidget.psc(150,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(151,2): variable Y is undefined

FWCoupleWidget.psc(151,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(152,2): variable HAnchor is undefined

FWCoupleWidget.psc(152,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(153,2): variable VAnchor is undefined

FWCoupleWidget.psc(153,2): type mismatch while assigning to a none (cast missing or types unrelated)

FWCoupleWidget.psc(154,16): variable HUD_MENU is undefined

FWCoupleWidget.psc(154,26): variable WidgetRoot is undefined

FWCoupleWidget.psc(155,2): FadeTo is not a function or does not exist

FWCoupleWidget.psc(160,5): variable Ready is undefined

FWCoupleWidget.psc(161,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(161,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(167,5): variable Ready is undefined

FWCoupleWidget.psc(168,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(168,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(201,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(214,5): variable Ready is undefined

FWCoupleWidget.psc(215,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(215,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(219,5): variable Ready is undefined

FWCoupleWidget.psc(220,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(220,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(224,5): variable Ready is undefined

FWCoupleWidget.psc(225,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(225,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(229,5): variable Ready is undefined

FWCoupleWidget.psc(230,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(230,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(234,5): variable Ready is undefined

FWCoupleWidget.psc(235,19): variable HUD_MENU is undefined

FWCoupleWidget.psc(235,29): variable WidgetRoot is undefined

FWCoupleWidget.psc(265,4): GetType is not a function or does not exist

FWCoupleWidget.psc(265,13): cannot compare a none to a int (cast missing or types unrelated)

FWCoupleWidget.psc(266,2): UnregisterForAllKeys is not a function or does not exist

FWCoupleWidget.psc(269,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(270,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(271,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(272,3): RegisterForKey is not a function or does not exist

FWCoupleWidget.psc(352,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(355,6): variable Ready is undefined

FWCoupleWidget.psc(356,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(356,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(363,4): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(366,6): variable Ready is undefined

FWCoupleWidget.psc(367,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(367,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(386,5): RegisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(392,5): UnregisterForUpdate is not a function or does not exist

FWCoupleWidget.psc(395,7): variable Ready is undefined

FWCoupleWidget.psc(396,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(396,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(410,7): variable Ready is undefined

FWCoupleWidget.psc(411,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(411,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(423,7): variable Ready is undefined

FWCoupleWidget.psc(424,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(424,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(432,4): variable Ready is undefined

FWCoupleWidget.psc(439,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(439,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(448,4): variable Ready is undefined

FWCoupleWidget.psc(449,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(449,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(453,20): variable HUD_MENU is undefined

FWCoupleWidget.psc(453,30): variable WidgetRoot is undefined

FWCoupleWidget.psc(460,4): variable Ready is undefined

FWCoupleWidget.psc(462,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(462,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(469,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(469,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(477,4): variable Ready is undefined

FWCoupleWidget.psc(479,18): variable HUD_MENU is undefined

FWCoupleWidget.psc(479,28): variable WidgetRoot is undefined

FWCoupleWidget.psc(486,21): variable HUD_MENU is undefined

FWCoupleWidget.psc(486,31): variable WidgetRoot is undefined

FWCoupleWidget.psc(494,4): variable Ready is undefined

FWSystemConfig.psc(1241,20): Stop is not a function or does not exist

FWSystemConfig.psc(1242,28): Stop is not a function or does not exist

FWSystemConfig.psc(1243,25): Stop is not a function or does not exist

FWSystemConfig.psc(1268,20): Start is not a function or does not exist

FWSystemConfig.psc(1269,28): Start is not a function or does not exist

FWSystemConfig.psc(1270,25): Start is not a function or does not exist

FWWidgetController.psc(49,13): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(50,13): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(51,13): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(52,13): UpdateWidgetPositionY is not a function or does not exist

FWWidgetController.psc(54,18): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(55,18): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(56,18): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(57,18): UpdateWidgetPositionY is not a function or does not exist

FWWidgetController.psc(59,21): UpdateWidgetHAnchor is not a function or does not exist

FWWidgetController.psc(60,21): UpdateWidgetVAnchor is not a function or does not exist

FWWidgetController.psc(61,21): UpdateWidgetPositionX is not a function or does not exist

FWWidgetController.psc(62,21): UpdateWidgetPositionY is not a function or does not exist

FWSystem.psc(291,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(297,62): cannot cast a form to a fwprogresswidget, types are incompatible

FWSystem.psc(298,65): cannot cast a form to a fwstatewidget, types are incompatible

FWSystem.psc(300,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible

FWSystem.psc(301,65): cannot cast a form to a fwpantywidget, types are incompatible

FWSystem.psc(303,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(608,65): cannot cast a form to a fwstatewidget, types are incompatible

FWSystem.psc(609,73): cannot cast a form to a fwcontraceptionwidget, types are incompatible

FWSystem.psc(610,70): cannot cast a form to a fwbabyhealthwidget, types are incompatible

FWSystem.psc(612,65): cannot cast a form to a fwpantywidget, types are incompatible

FWSystem.psc(613,66): cannot cast a form to a fwcouplewidget, types are incompatible

FWSystem.psc(614,62): cannot cast a form to a fwprogresswidget, types are incompatible

 

 

 

Is there some library that I'm missing or something? Anybody have any ideas as to why I'm getting these errors?

 

Most of the compiler errors are because SkyUI source code files are missing.

And do you have SKSE installed? You also need SKSE

 

 

Sry, like I already said, I don't have time to continue the old BeeingFemale version

 

But will you develop BF 3 for SSE only ?  Or will it also be compatible with Oldrim ?  Sorry if I misunderstood what you said.

 

 

Well - that's a good question.... This mostly depends on the SKSE64 developer.

I will develop BF3 for SKSE64 using C++ and a bit Papyrus. The papyrus scripts aren't a problem... same to the mod file.... but the C++ part is critical.... If i can compile the C++ code for Skyrim SE + Oldrim, there will be an old rim version, too. This request the same function and variable names.

 

 

 

 

Sry, like I already said, I don't have time to continue the old BeeingFemale version

That mean maybe it will have NEW BeeingFemale version or just damn i 'm off with this mod!!!??

 

 

Yes, correct.

The BeeingFemale2 version has 10% C++ code and 90% Papyrus code... C++ is a native programming language used for almost everything - Skyrim was developed in C++, Photoshop was developed in C++, Windows, MacOS, Android and iOS is C++ (and C)..... it's realy fast... Papyrus is the Creation Engine script language.. easy to learn, optimized for Skyrim but realy slow.

BF3 was planed 90% C++ and 10% papyrus. This will speed up BeeingFemale a lot.... But this requieres that I begin from 0.

 

 

Ok mates - here we go!

SKSE64 was released - why has nobody told me? :D

I'm still release busy.... but all I've seen, they adopted most of the functions 1:1 ... so many things still work

Many things are included (for example Belly growing, native coding, ...) and I think SkyUI should be easy to compile.... i hope.... All I remember SkyUI is the last missing thing for BeeingFemaleSE but there is still alot to do for me and I'm still busy with my Real Life.... But there is a light in the dark - and I think BeeingFemale VR sounds possible now, too (PC only!)

 

Yes, SKSE64 is still alpha and developers only, but at least there is hope :)

 

I promise that I will take a look into possibilitys of BeeingFemaleSE and I think I will start creating it - but I'm not sure if I can finish it..... I won't compile the old scripts to SkyrimSE, instead I will directly start BeeingFemale 3.0

 

Before nobody told you  :cool:

 

https://www.nexusmods.com/skyrimspecialedition/mods/12604/?

 

 

Oh nice info... great to hear!

 

For me, I don't see the new SkyrimSE getting much support with modders without the SKSE, and thus far it looks like that won't happen or is unlikely to happen for a long while.

 

 

If your ending support for the Old Skyrim, is there anyway you can patch the bugs we know of, or allow another modder to release a bug patch for the "final" version of the old skyrim Beeing Female? Perhaps adding it to your download files if the modder gets it to you?

 

Well - SKSE64 (alpha) was just released and got already a few patches...

So many mods will be supported again and I don't think it will take long until SKSE64 (beta) will be released

Link to comment

I'd like to write from BF race addons for version 2.8. I did something for version 2.6 but now they don't seem to work. Can I still follow the old development guide or is there a new one? I cound't see anything in the development pack. The main problem is that I follow the old guide, make a new BFA_race quest etc. but the addon doesn't get registered in the game.

Link to comment

Greetings again :)

 

about the AddOn Stuff, I've already send poshpows a PM a few days ago on how he can solver it.

The AddOn systemwas redone a few versions ago. It's way easier and doesn't require an .esp / .esm file anymore. You just need to make a .ini file inside /Skyrim/data/BeeingFemale/AddOn/

I've done this, because it's easier, everyone can do it by her-/himself without having knowledge on Creation Kit, and Skyrim is limited to just a few .esp/.esm files - so the AddOns doesn't block one of this mod slots.

 

For each of the AddOn files (Race AddOn, CME AddOn and Misc AddOn) if included an example what values can be used.

 

 

Also, I've took a look into SKSE64. It's almost the same as SKSE. I also think, I can write for SKSE as well as SKSE64!

Because I've already have a fully working and configurated SKSE plugin, I write the new Version for SKSE instead of SKSE64 and I hope i can just use the same code to compile it for SKSE64, too :)

But - and there are a lots of butts (like this) I still got less time and there is realy realy a lot to do. BeeingFemale is one of the biggest mods for Skyrim. I don't know any mod that has more script codes then BeeingFemale and I must renew everything without loosing compatibility to AddOns and stuff.

Right now I'm not sure if I can make it compatible to the current BeeingFemale progress - it can be that you loose all your children and stuff.... This will be another huge step to solver.

 

And at least - I don't know if I can finish this version this time but I will try it.

Link to comment

 

i would llove to get rid of this error i get like 5000 an hour.

Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165

As I understood it will not be fixed anymore only if someone from users will make unofficial fix for unloaded from cell npcs wich cause this spam and crashes like it(patch) was made for 2.7.2 by Banemaster. Just disable all npc options in BF MCM menu to prevent kind of errors and prevent many crashes.

Link to comment

 

 

i would llove to get rid of this error i get like 5000 an hour.

Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165

As I understood it will not be fixed anymore only if someone from users will make unofficial fix for unloaded from cell npcs wich cause this spam and crashes like it(patch) was made for 2.7.2 by Banemaster. Just disable all npc options in BF MCM menu to prevent kind of errors and prevent many crashes.

 

 

in that case it would be nice to have the source scrips.

 

Link to comment

 

 

 

i would llove to get rid of this error i get like 5000 an hour.

Error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.RegisterForSingleUpdate() - "<native>" Line ?
	[Active effect 4 on  (000B882A)].fwabilitybeeingfemale.OnUpdate() - "FWAbilityBeeingFemale.psc" Line 165

As I understood it will not be fixed anymore only if someone from users will make unofficial fix for unloaded from cell npcs wich cause this spam and crashes like it(patch) was made for 2.7.2 by Banemaster. Just disable all npc options in BF MCM menu to prevent kind of errors and prevent many crashes.

 

 

in that case it would be nice to have the source scrips.

 

 

 

They are at page 1.

 

 

Link to comment

All Source code files, including Papyrus, the C++ Project files, and all I remember, the Flash files are published in the "BeeingFemale Developer Pack"

 

The Probelm with the spaming message is, that it can't be fixed because no body knows, why this happen.

I've tried it for ages, and couldn't fix it.... There was a time I never had this spam (I think I still got a save game where this spam doesn't appear)

There are even so many Bug Fix tries still active that slowed down Skyrim - And still this function is called.

Link to comment

All Source code files, including Papyrus, the C++ Project files, and all I remember, the Flash files are published in the "BeeingFemale Developer Pack"

 

The Probelm with the spaming message is, that it can't be fixed because no body knows, why this happen.

I've tried it for ages, and couldn't fix it.... There was a time I never had this spam (I think I still got a save game where this spam doesn't appear)

There are even so many Bug Fix tries still active that slowed down Skyrim - And still this function is called.

 

Banemaster already posted here and said what it is because saved NPC unloaded from cell. I also tested it with followers.  disabled all npc options and the mod stop generate spam in log and also game become visible much more stable. I unchecked all npc options and only lef checked for player and followers. After this I order to followers wating before cave and go to cave and after player was teleported to cave then this spam was started again while player return to followes location. Checked it couple times and both times spam was again when followers was waiting in other location. Each can check it self. Don't know coincidence it or not but it is was so for me.

 

Link to comment

Ok so this question isn't strictly relating to Beeing Female but I thought I'd ask here anyway since this mod did prompt it. The goal is to get clothes and armor mods I use to exactly fit the body I have, which means showing pregnancy. First of all I use bodyslide with the uunp preset and have conversions for the minidress and spicegear collections I'm using, all batch built, but the only thing that seems to be working is the hdt physics. All sliders work in racemenu when I'm naked but putting clothes on makes it look like the normal preset (its the same for testing pregnancy with the bf:test command, it works but with clothes on theres no effect). I know there has to be a fix for this or something I'm missing, I'm just looking to have my clothes mod fit the body with any scale. (PS I can't individually fix every piece of clothes I need to be able to fix using batch build). Lots of love for any help <3

Link to comment

Greetings again :)

 

about the AddOn Stuff, I've already send poshpows a PM a few days ago on how he can solver it.

The AddOn systemwas redone a few versions ago. It's way easier and doesn't require an .esp / .esm file anymore. You just need to make a .ini file inside /Skyrim/data/BeeingFemale/AddOn/

I've done this, because it's easier, everyone can do it by her-/himself without having knowledge on Creation Kit, and Skyrim is limited to just a few .esp/.esm files - so the AddOns doesn't block one of this mod slots.

 

For each of the AddOn files (Race AddOn, CME AddOn and Misc AddOn) if included an example what values can be used.

 

 

Also, I've took a look into SKSE64. It's almost the same as SKSE. I also think, I can write for SKSE as well as SKSE64!

Because I've already have a fully working and configurated SKSE plugin, I write the new Version for SKSE instead of SKSE64 and I hope i can just use the same code to compile it for SKSE64, too :)

But - and there are a lots of butts (like this) I still got less time and there is realy realy a lot to do. BeeingFemale is one of the biggest mods for Skyrim. I don't know any mod that has more script codes then BeeingFemale and I must renew everything without loosing compatibility to AddOns and stuff.

Right now I'm not sure if I can make it compatible to the current BeeingFemale progress - it can be that you loose all your children and stuff.... This will be another huge step to solver.

 

And at least - I don't know if I can finish this version this time but I will try it.

  It's such a great mod,  that I have to thank you from the bottom of my heart.  And that goes for every modder on Lover'sLab too. 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use