
dd Temin
Resident-
Content Count
217 -
Joined
-
Last visited
Content Type
Forums
Blogs
Knowledge Base
Everything posted by dd Temin
-
Linden support ??? to fix this issue and roll back the servers to the last version is needed Asap. You broke it....now please fix it back ! This is very upsetting
-
avatar items missing from data base after main ch update
dd Temin replied to dd Temin's topic in Second Life Server
@ Whirly Fizzle.....There is no fix for Singularity yet...they are working on a fix but its not ready yet. My temporary fix is to use Firestorm viewer. -
SL regions crashing again tonite 11.1 2018 8:15 pacific time. unable to relog to any region
-
SL regions have crashed and now unable to log in to any region or with any account 5 min ago
-
Greetings.....No..Chrome will not run SL. However there is an altenate method , The chrome OS has a "Developer mode " that allows you to install a linux operating system that can run in parallel with the Chrome OS. Then once Linux is installed you can download a 64 bit Singularity viewer for Linux. And install that to log into SL. However there are several Acer chromebooks on the market now. The only ones that have enough graphic performance for SL are Acer C720 with a 4th generations intel processor(haswell) or a C720 with 5th generation intel processor)Broadwell) The
-
llAttachToAvatarTemp fails at any hud attach points
dd Temin replied to dd Temin's topic in LSL Scripting
Thank you Miss Loon and Miss Corvair for your quick helpful response. I found that it works fine with my friend who is using a different viewer. I suspect that my very much older cool viewer is why its not working. Ill up_date my old viewer later tonite and see if this has fixed it for me. Thanks again dd -
Greetings,,,,,,having trouble getting llAttachToAvatarTemp(ATTACH_CENTER_1); to attach a hud object. All of the Hud attach locations fail silently. It does ask for permissions to attach... , i click yes... but then silently fails to attach. It works fine on all other Attach points on the body....but fails at hud attach points. Anyone else seeing this issue: or have a way to make llAttachToAvatarTemp command work for hud attach points? thanks for any help....
-
BIG Spaceships, how are they made ?
dd Temin replied to stationk's topic in Building and Texturing Forum
It can be done using a vehicle script such as hellicopter script or airplane script. The root prim x axis will be the long vertical axis of rocket. Y axis rotation used for pitch and x axis rotation used for roll. This way the rocket can take off vertically....then pitch over after it gets airborne .... Banking/left /right can be set with vehicle banking parameters. There is a vehicle tutorial in the scripting Library under vehicles listing. Find any free basic vehicle script with modify permissions and modify to behave as a rocket. Have fun dd -
Problem 1 :Gaming level laptops ,(like SL needs to get high performance/ FPS ) , are inherently more expensive than similar performance desktops. The second problem is that high performance laptops with high performance Nvidia dedicated graphics Chip generate a lot of heat and use up the battery quickly while in SL. Yes..i said dedicated graphics "chip" There is no graphics "card" in Laptops. Nvidia 550,650,750,850,950 are the min performance level that you need, The second digit indicates the performance level for Nvidia graphics . The first digit is related to the year it was made
-
No one else mentioned it so i wll.......You will probably need a higher wattage power supply for the new graphic card. Be sure to check power supply requirements for the new card. dd
-
Download the 64 bit version of Singularity viewer (64 bit Linux version) http://www.singularityviewer.org/downloads This works fine on my Chromebook with Linux operationg system installed. dd
-
Avatar starts to fly on its own
dd Temin replied to shalimarq's topic in General Second Life Tech Discussion
Hi, there is an option in all viewers to "Fly" if page-up is pressed....if not selected, your avatar only jumps on page-up. Because of what you just said about Singularity viewer results.....i suspect you have a "stuck" page-up key OR \your PC "THINKS" page-up is pressed. Tying another keyboard is a good idea... as was just mentioned by another forum Helper. -
Avatar starts to fly on its own
dd Temin replied to shalimarq's topic in General Second Life Tech Discussion
Some place in your current viewer there is a place to choose "Stop animating my Avatar" if that fails try using a different viewer.......ie Firestorm., .coolViewer Singularity etc etc. good luck -
About 2 years ago I submitted a jira on false "collision detects" occuring every time when crossing between sims in a flying vehicle. The jira was closed shortly after and the reason given was that this was already classified as a " Maintence Bug" . (Many Airplane vehicles scripts use a combination of collision detection and airplane speed/power to begin landing or taxi modes. So if you happen to be flying slow at a sim crossing....the airplane can falsely enter into landing/taxi mode) So...here we are 2 years later and no "maintence bug fix " was ever
-
Problem Finding an Object
dd Temin replied to gloodood's topic in General Second Life Tech Discussion
Hi , If you are the sim owner or estate manager, you can use World...Region/estate.....Debug.......and choose "Get top scripts" It may take a minute or so to load all the acrive scripted objects in the region..........Find your object in that list... select it....then click on the "Return selected "button. Make sure only that 1 object is selected!!!... careful.... If you are not sim owner or estate manager.....contact that person and ask them to return it using method i just described. good luck dd -
Is there a simple way to stream custom music?
dd Temin replied to lolashwrites's topic in General Second Life Tech Discussion
Hi, Do you own the parcel of land that you want to control the music audio on??? If you do the music http can be set in "about land".....audio window/ You can search the internet for http music stations that have free access. If you dont own the land.......then request that the land owner put your music station. Have the land owner put a music player that can be controled by group members or publc. dd -
Hi....Is it possible that the part of the house that you are placing the new floor/ceiling prim is actually a little bit past /overhanging the "edge" of the sim? this would not be a problem for the original linked house.....because its center axis is inside the sim boundries. But a new unlinked prim...sitting over the edge of the sim...will behave as phantom. dd
-
If you are the region/estate owner or if you have Estate Manager permissions....;then you can set the elevation at which the different terrain textures such as sand and grass begin and end. However for terrain textures each region is divided into 4 quadrants (NE,NW,SE,SW.) You can see this by choosing World...region/estate....ground textures. But you do need estate manager permissions to make changes. dd
-
Thanks Fenix for that observation.....I'll test it soon . dd
-
Hi Innula, Yes i am sure you are correct. lesson learned for me. Thanks dd
-
Hi everyone Thank for all your good ideas. (My PC and connection are fast) I found the solution after trying some of your great suggestions. I'll show the parts of the script both before and after the "fix". Before: changed(integer change) { if (change & CHANGED_LINK) { av = llAvatarOnSitTarget(); if (av) { llRequestPermissions(llAvatarOnSitTarget(), PERMISSION_TRIGGER_ANIMATION); listener=llListen(com_channel,"","",""); llDialog(av,"HyperTransport",buttons, com_channel); }
-
HI, Anyone know a good script method to go directly to the desired animation WITHOUT first seeing the normal sit animation. The object that I left click on to "sit" has the obect parameter set to "sit" when touched. I am doing a change event (change & changed_link) as a trigger to request permission trigger Animation And runtime permissions event to start animation("my_animation"). This all works BUT I see the avatar momentarily "sitting" before begining "my_animation". How can "sit" on that object........but immediately
-
Look closely at error message........I think its showing '- -login' (not '-login' ) Iput a space between the 2 dashes only for clarity ... actualy should be '--login' This is just a guess on my part...i am not a Mac person....I'm just thinking there is some subtle hard to see error. good luck dd