User:Vincent Nacon: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Vincent Nacon (talk | contribs)
No edit summary
Vincent Nacon (talk | contribs)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Nacon_icon.jpg]]
{{SL-hCard/2.0|name=Vincent Nacon
    Yeah, that's me. Don't go messin` with me, punk.
|color2=000000
{{visl
|color3=efefef
|name={{PAGENAME}}
|fontsize1=75%
|Greeters=
|width=200px
|Helpers=
|image_width=180px
|Instructors=
|image=Nacon_profile.jpg
|Mentors=*
|rezday=2/25/2006
|LSL=*
|about=An aging human-possessed hyperrealistic android ...or something like that.
|Builder=*
|fields=
|Scripter=*
{{SL-hCard/field|Nationality|🇺🇸}}
|i18n=
{{SL-hCard/field|Location|{{wFont|color=#000000|text=Mars|}}}}
|SL4B=
{{SL-hCard/field|Links|
|}}{{languages-spoken
[https://nacon.tumblr.com/ Nacon's Blog]
|name={{PAGENAME}}
}}
|type=Residents
}}
|en=*
 
|fr=
 
|de=
|es=
|pt=
|it=
|ja=
|}}{{languages-spoken
|name={{PAGENAME}}
|type=Volunteers
|en=*
|fr=
|de=
|es=
|pt=
|it=
|ja=
|}}
[[Category:Certification]]


=Projects=
==Windlights==
Made the first custom cloud textures for the viewer before Firestorm's adopted it, and then Linden Lab as well.
Released a small set of settings along with my cloud textures.
You can find them in your library inventory.
*(Library>Environments>Skies>Nacon)
*(Library>Environments>Textures>Layered Clouds)
*(Library>Environments>Textures>Cumulo-Nimbus)
*(Library>Environments>Textures>Altocumulus)


== :Feature suggestion for Havok 4: ''for vehicles!'' ==
==EMag==
Made a free magazine script that read off the notecard, to displays all of the textures listed in it.


'''llSetLinkMotorParam((integer)Linkset,[List],(integer)Local,(integer)Motor type);      Linkset''', to assign which child prim, can not be parent prim.  '''Local''', to assign it as local to parent prim or set to False as global.  '''Motor type''', to give what kind of motor to be given from Vehicle's Param motor, Linear and Angular motors.
==Vehicles==
{{wFont|fstyle=italic|weight=lighter|text=(To be filled in later, I've lost track how many over the years.)}}


'''[DAMPER_SHOCK, (vector)Strength]''' 0.0-1.0, Zero for soild static. How much it takes to cancel out reaction to the whole on each axis.


'''[SPRING_RECOIL, (vector)Rate]''' 0.0-1.0, Zero for no recoil. How fast it returns to its place on each axis.
==Sim-wide Cities==
* SF NightCity
* Meijis (collaboration with Luc Aubret)
* Corea (incomplete)
==Motorati (Pontiac)==
* Game show contents
* Game show reward boxes
* Variant versions of Pontiac Solstice GXP (collaboration with Pontiac Millionsofus & Francis Chung)
==Race Tracks==
* Jiro Canyon
* Naimu City (incomplete)
* La Follia (incomplete)
* PSU (collaboration with Les White)
* PSU Canyon (collaboration with Les White)
* Mooz (collaboration with Les White)
* Concrete & Dirt Oval Texture for Motorati's track (collaboration with Suku)


'''[SET_AXLE, (vector)Range]''' 0.0-1.0, Zero for no rotational. Assigns which vector as an free rotating axle with given range. 1.0 = 360* degree.
=Public LSL Scripts=
* [https://wiki.secondlife.com/wiki/RegionSitTeleport RegionSitTeleport]


'''[SET_FRICTION, (float)Strength]''' 0.0-1.0, Zero for none, One for complete grip(think like a gear cog). For set of grip to climb on.


'''[MOTOR_DRIVE, (vector)Power]''' 0.0-1.0, Zero for no drive,
One for full drive power from the main Vehicle's Linear/Angular Motor input.
Using 0.1 to 0.99 divides the power usage from the main motor as given.


If Motor type is LINEAR, it moves along the axis.
{{visl
If Motor type is ANGULAR, it rotate around the axis.
|name={{PAGENAME}}
If Motor type is NONE, it cancels MOTOR_DRIVE Param.
|Greeters=
If Motor type is OMEGA, it uses both Motor drive but only ANGULAR is limited by SET_AXLE range on given axle.
|Helpers=
|Instructors=
|Mentors=
|LSL=
|i18n=
|SL4B=
|}}
{{skills
|Builder=*
|Scripter=*
|}}
[[Category:SL Certification Participant|{{PAGENAME}}]]

Latest revision as of 04:39, 24 November 2025

Profile
Born:
2/25/2006
About:
An aging human-possessed hyperrealistic android ...or something like that.
Nationality:
🇺🇸
Location:
Mars
Links:


Projects

Windlights

Made the first custom cloud textures for the viewer before Firestorm's adopted it, and then Linden Lab as well. Released a small set of settings along with my cloud textures. You can find them in your library inventory.

  • (Library>Environments>Skies>Nacon)
  • (Library>Environments>Textures>Layered Clouds)
  • (Library>Environments>Textures>Cumulo-Nimbus)
  • (Library>Environments>Textures>Altocumulus)

EMag

Made a free magazine script that read off the notecard, to displays all of the textures listed in it.

Vehicles

(To be filled in later, I've lost track how many over the years.)


Sim-wide Cities

  • SF NightCity
  • Meijis (collaboration with Luc Aubret)
  • Corea (incomplete)

Motorati (Pontiac)

  • Game show contents
  • Game show reward boxes
  • Variant versions of Pontiac Solstice GXP (collaboration with Pontiac Millionsofus & Francis Chung)

Race Tracks

  • Jiro Canyon
  • Naimu City (incomplete)
  • La Follia (incomplete)
  • PSU (collaboration with Les White)
  • PSU Canyon (collaboration with Les White)
  • Mooz (collaboration with Les White)
  • Concrete & Dirt Oval Texture for Motorati's track (collaboration with Suku)

Public LSL Scripts