<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anarch.games/noisz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BrunoLaplace</id>
	<title>NOISZ Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://anarch.games/noisz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BrunoLaplace"/>
	<link rel="alternate" type="text/html" href="https://anarch.games/noiszwiki/Special:Contributions/BrunoLaplace"/>
	<updated>2026-04-09T02:22:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Module:Character_Infobox&amp;diff=8703</id>
		<title>Module:Character Infobox</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Module:Character_Infobox&amp;diff=8703"/>
		<updated>2025-10-24T15:25:37Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: use title1 argument if given instead of defaulting to page title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local capiunto = require 'capiunto'&lt;br /&gt;
local p = {}&lt;br /&gt;
function p.main(frame) &lt;br /&gt;
	local args = frame:getParent().args&lt;br /&gt;
	local infobox = capiunto.create( {&lt;br /&gt;
		title = args.title1 and args.title1 or tostring(mw.title.getCurrentTitle())&lt;br /&gt;
    	} )&lt;br /&gt;
	if args.image1 and string.find(args.image1 .. &amp;quot;e&amp;quot;,&amp;quot;%p(tabber)%p&amp;quot;) then&lt;br /&gt;
		infobox:addImage(args.image1, args.caption)&lt;br /&gt;
	elseif args.image1 then&lt;br /&gt;
		infobox:addImage('[[File:' .. args.image1 .. '|200px]]', args.caption)&lt;br /&gt;
	end&lt;br /&gt;
	local attributes = &lt;br /&gt;
	{&lt;br /&gt;
		{'Voice', args.voice },&lt;br /&gt;
		{ 'JP Name', args.jp_name },&lt;br /&gt;
		{ 'Also known as', args.also_known_as }&lt;br /&gt;
	}&lt;br /&gt;
	local physical = &lt;br /&gt;
	{&lt;br /&gt;
		{ 'Eye Colour', args.eye_colour },&lt;br /&gt;
		{ 'Hair Colour', args.hair_colour },&lt;br /&gt;
		{ 'Height', args.height }&lt;br /&gt;
	}&lt;br /&gt;
	local biographical = &lt;br /&gt;
	{&lt;br /&gt;
		{ 'Age', args.age },&lt;br /&gt;
		{ 'Birthday', args.birthday },&lt;br /&gt;
		{ 'Likes', args.likes },&lt;br /&gt;
		{ 'Dislikes', args.dislikes },&lt;br /&gt;
		{ 'Relationships', args.relationships }&lt;br /&gt;
	}&lt;br /&gt;
	if args.voice or args.jp_name or args.also_known_as then&lt;br /&gt;
		for _, row in ipairs(attributes) do&lt;br /&gt;
			local label, value = row[1], row[2]&lt;br /&gt;
			if value and value ~= '' then&lt;br /&gt;
           		infobox:addRow(label, value)&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if args.eye_colour or args.hair_colour or args.height then&lt;br /&gt;
		infobox:addHeader( 'Physical' )&lt;br /&gt;
		for _, row in ipairs(physical) do&lt;br /&gt;
			local label, value = row[1], row[2]&lt;br /&gt;
			if value and value ~= '' then&lt;br /&gt;
           		infobox:addRow(label, value)&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if args.age or args.birthday or args.likes or args.dislikes or args.relationships then&lt;br /&gt;
		infobox:addHeader( 'Biographical' )&lt;br /&gt;
		for _, row in ipairs(biographical) do&lt;br /&gt;
			local label, value = row[1], row[2]&lt;br /&gt;
			if value and value ~= '' then&lt;br /&gt;
           		infobox:addRow(label, value)&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
    return infobox&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Resurrection&amp;diff=6396</id>
		<title>Resurrection</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Resurrection&amp;diff=6396"/>
		<updated>2025-07-10T21:41:20Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: /* Trivia */ transcribe the yt comment screencap with the timestamps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
{{NOISZ Series Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image desktop-spoiler&amp;quot;&amp;gt;&lt;br /&gt;
{{Song Infobox&lt;br /&gt;
|image1=File: Resurrection Boss.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image album-spoiler&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tabber style=&amp;quot;float: right; width: 300px&amp;quot;&amp;gt;&lt;br /&gt;
Spoiler=&lt;br /&gt;
{{Song Infobox&lt;br /&gt;
|image1=File:VANDALIZED AI Enemy Spoiler.jpeg&lt;br /&gt;
}}&lt;br /&gt;
|-|&lt;br /&gt;
Enemy=&lt;br /&gt;
{{Song Infobox&lt;br /&gt;
|image1=File: Resurrection Boss.png&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Resurrection|Artist=Kobaryo|Genre=Super Hero Adventure|Easydiff=6.0|Normaldiff=9.0|Harddiff=12.0|Overloaddiff=13.5|Rate=Duel Gauge|Verses=3|Length=4:08|BPM=200|Boss=[[Genbu]]}}&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
After learning [[Alpha]] is still alive after their last battle, the [[Main Character (NOISZ)|Main Character]] is sent to retrieve [[STΔRLIVHT]] from their stasis. At the secret lab they were hidden in, they encounter [[Genbu]], who refuses to let them pass, and insists that STΔRLIVHT is dead. Seeing no other option, the two duel.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
This song features the [[NOISZ STΔRLIVHT/Gameplay#Duel Gauge|Duel Gauge]] from NOISZ STΔRLIVHT, modified to work for NOISZ PC. &lt;br /&gt;
&lt;br /&gt;
The void sword bullets previously exclusive to [[VANDALIZED AI]] are featured here. Several patterns in this song are also taken from the previous [[Kill The Deadline|NOISZ]] [[Tengu|Beast]] [[Not The Last|songs]].&lt;br /&gt;
&lt;br /&gt;
While void bullets are used in this song, they do not instantly kill the player; instead they deal heavy damage to the Duel Gauge, which can roll over into Scorched Damage, a mechanic from [[HINOTORI]].&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
Since the Duel Gauge overrides the lives system, your life count does not need to be taken into account for this song. Because of this, more aggressive Styles and Modules are recommended.&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond Antiphon|Beyond]]''': Yikes! It's a good thing she's not really out for blood here... Even so, you'll need to be extra careful to win this duel.&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': Several threats can come from surprisingly close range. You'll need to keep an eye out everywhere and keep tricky mechanics in mind.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': Since the typical concept of lives is not in play here, perhaps this is something you can take advantage of in selecting your approach...&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* If Proto Style is equipped in this song, rate will be set to lethal with one life.&lt;br /&gt;
* In the context of SUPER KEY GENERATOR, the album Resurrection is originally from, the track recalls melodies from several earlier tracks, such as No Future Terror, Apocalypse Simulator v2.0 and Everlasting Liberty:&lt;br /&gt;
** 1:53 - Sparkling Software&lt;br /&gt;
** 2:04 - Future Downloader&lt;br /&gt;
** 2:16 - FLUFFY FLASH&lt;br /&gt;
** 2:25 - Unlock the Blacksky (new)&lt;br /&gt;
** 2:35 - Apocalypse Simulator&lt;br /&gt;
** 2:44 - No Future Terror (new)&lt;br /&gt;
** 2:54 - Sequence Breaker (new)&lt;br /&gt;
** 2:58 - Everlasting Liberty&lt;br /&gt;
** 3:04 - Everlasting Liberty&lt;br /&gt;
** 3:08 - Dimension Hacker&lt;br /&gt;
** 3:14 - SUPER LIBRARIES (new)&lt;br /&gt;
** 3:23 - Raven Emperor&lt;br /&gt;
** 3:23 - Heaven's Gateway (new)&lt;br /&gt;
** 3:32 - Darkmoon Dissolve&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=3SsxtzQ6W8Y}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=205633448/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=359716500/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify height='250' width='600'&amp;gt;track/3si5fXfegengDfWYJzGlds&amp;lt;/spotify&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:Songs featuring Kobaryo]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;br /&gt;
[[Category:NOISZ Songs]]&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=2ECONDS_TO_ST%CE%94RLIVHT:_My_Heart%27s_Reflection&amp;diff=5227</id>
		<title>2ECONDS TO STΔRLIVHT: My Heart's Reflection</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=2ECONDS_TO_ST%CE%94RLIVHT:_My_Heart%27s_Reflection&amp;diff=5227"/>
		<updated>2025-06-13T18:46:31Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: marking this page as needs work because its missing the story summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
''For [[Grace Kamenashi|Grace]] and [[Sera Hoshikawa|Sera]]’s story, see [[2ECONDS TO STΔRLIVHT: Forever My Diamond]].''{{Game&lt;br /&gt;
 | title         = {{PAGENAME}}&lt;br /&gt;
 | image         = My Heart's Reflection Cover.jpeg&lt;br /&gt;
 | developer     = SKY HOUR WORKS, [[Anarch Entertainment]]&lt;br /&gt;
 | publisher     = [[Anarch Entertainment]]&lt;br /&gt;
 | engine        = &lt;br /&gt;
 | version       = &lt;br /&gt;
 | platform      = PC ([https://skyhour.itch.io/2econds-to-starlivht-my-hearts-reflection Itch]/[https://store.steampowered.com/app/1479030/2ECONDS_TO_STRLIVHT_My_Hearts_Reflection/ Steam]), Mobile&lt;br /&gt;
 | releasedate   = January 22, 2021&lt;br /&gt;
 | genre         = Visual Novel&lt;br /&gt;
 | mode          = Single player&lt;br /&gt;
 | rating        = &lt;br /&gt;
 | media         = Digital&lt;br /&gt;
 | requirements  =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''&amp;quot;The day I put that uniform on, I saw myself in the mirror for the first time. And I dared to think, maybe, just maybe...&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
''A free VN about standing up to the world to be yourself. A standalone entry in the NOISZ series, and prequel to [[NOISZ STΔRLIVHT]] - made in collaboration between SKY HOUR WORKS and [[Anarch Entertainment]]!''&lt;br /&gt;
&lt;br /&gt;
From the game's [https://skyhour.itch.io/2econds-to-strlivht-forever-my-diamond Itch page]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
As stated in the official description, 2ECONDS TO STΔRLIVHT: My Heart's Reflection is a standalone prequel to [[NOISZ STΔRLIVHT]], featuring two of the four main members of the cast, [[Hakuno Nekoda]] and [[Sumire Hitori]], as well as other characters.&lt;br /&gt;
&lt;br /&gt;
It can be downloaded for free on Itch or Steam on PC, and on mobile as part of the 2ECONDS TO STΔRLIVHT+ bundle along with [[2ECONDS TO STΔRLIVHT: Forever My Diamond]] on the Apple App Store and Google Play Store.&lt;br /&gt;
&lt;br /&gt;
Unlike the mainline games, gameplay is almost entirely visual novel-focused.&lt;br /&gt;
&lt;br /&gt;
Using “SL LINK” on the mobile version of the game, 2ECONDS TO STΔRLIVHT+, after reading 2ECONDS TO STΔRLIVHT: My Heart's Reflection will unlock [[Hakuno Nekoda|Hakuno]] and [[Sumire Hitori|Sumire]]’s remini2cence Styles and have some story outcomes changed in [[NOISZ STΔRLIVHT]].&lt;br /&gt;
&lt;br /&gt;
Take note that there are '''content warnings''' for this game, including: transphobia, homophobia, bullying, family confrontation, threats of physical violence, blackmail, and threats to be sent to a mental ward.&lt;br /&gt;
&lt;br /&gt;
==Story==&lt;br /&gt;
&lt;br /&gt;
==System Requirements (PC only)==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fandom-table&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!'''Minimum'''&lt;br /&gt;
|-&lt;br /&gt;
!OS&lt;br /&gt;
|align=center|Windows 10 / 8 / 7 / Vista / XP&lt;br /&gt;
|-&lt;br /&gt;
!Processor&lt;br /&gt;
|align=center|1.4 GHz&lt;br /&gt;
|-&lt;br /&gt;
!Memory&lt;br /&gt;
|align=center|1 GB RAM&lt;br /&gt;
|-&lt;br /&gt;
!Graphics&lt;br /&gt;
|align=center|2 GB&lt;br /&gt;
|-&lt;br /&gt;
!DirectX&lt;br /&gt;
|align=center|Version 9.0&lt;br /&gt;
|-&lt;br /&gt;
!Storage&lt;br /&gt;
|align=center|200 MB available space&lt;br /&gt;
|}&lt;br /&gt;
==Soundtrack==&lt;br /&gt;
&lt;br /&gt;
2ECONDS TO STΔRLIVHT: My Heart's Reflection features one additional song that also appears in [[NOISZ STΔRLIVHT]] - [[True]], which plays during the credits sequence with a rhythm game segment similar to that seen in STΔRLIVHT.&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;evlplayer defaultid=&amp;quot;j7lt7IIme3s&amp;quot; service=&amp;quot;youtube&amp;quot; style=&amp;quot;align: center&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
My Heart's Reflection Screenshot 1.jpg&lt;br /&gt;
My Heart's Reflection Screenshot 2.jpg&lt;br /&gt;
My Heart's Reflection Screenshot 3.jpg&lt;br /&gt;
My Heart's Reflection Screenshot 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://skyhour.itch.io/2econds-to-starlivht-my-hearts-reflection Itch Page]&lt;br /&gt;
*[https://store.steampowered.com/app/1479030/2ECONDS_TO_STRLIVHT_My_Hearts_Reflection/ Steam Page]&lt;br /&gt;
*[https://www.youtube.com/@anarch_games/videos Anarch Games YouTube Channel]&lt;br /&gt;
*[https://play.google.com/store/apps/details?id=com.noiszgame.seconds&amp;amp;hl=en_GB&amp;amp;gl=US Google Play Page]&lt;br /&gt;
*[https://twitter.com/noiszgame NOISZ Twitter Account]&lt;br /&gt;
*[https://www.facebook.com/noiszgame/ NOISZ Facebook Page]&lt;br /&gt;
&lt;br /&gt;
{{NOISZ SL Gameplay Navbox}}&lt;br /&gt;
[[Category:Games]]&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=2ECONDS_TO_ST%CE%94RLIVHT:_Forever_My_Diamond&amp;diff=5226</id>
		<title>2ECONDS TO STΔRLIVHT: Forever My Diamond</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=2ECONDS_TO_ST%CE%94RLIVHT:_Forever_My_Diamond&amp;diff=5226"/>
		<updated>2025-06-13T18:46:11Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: marking this page as needs work because its missing the story summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
''For [[Hakuno Nekoda|Hakuno]] and [[Sumire Hitori|Sumire]]’s story, see [[2ECONDS TO STΔRLIVHT: My Heart's Reflection]].''{{Game&lt;br /&gt;
 | title         = {{PAGENAME}}&lt;br /&gt;
 | image         = Forever My Diamond Cover.jpeg&lt;br /&gt;
 | developer     = SKY HOUR WORKS, [[Anarch Entertainment]]&lt;br /&gt;
 | publisher     = [[Anarch Entertainment]]&lt;br /&gt;
 | engine        = &lt;br /&gt;
 | version       = &lt;br /&gt;
 | platform      = PC ([https://skyhour.itch.io/2econds-to-strlivht-forever-my-diamond Itch]/[https://store.steampowered.com/app/1329110/2ECONDS_TO_STRLIVHT_Forever_My_Diamond/ Steam]), Mobile&lt;br /&gt;
 | releasedate   = September 2, 2020&lt;br /&gt;
 | genre         = Visual Novel&lt;br /&gt;
 | mode          = Single player&lt;br /&gt;
 | rating        = &lt;br /&gt;
 | media         = Digital&lt;br /&gt;
 | requirements  =&lt;br /&gt;
}}&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''As graduation looms, true feelings begin to surface. Will [[Grace Kamenashi|Grace]] find the courage to overcome her shyness and bare her heart to [[Sera Hoshikawa|Sera]], or will her handsome rival [[Akira]] get to her first?''&lt;br /&gt;
&lt;br /&gt;
''A free VN about being really gay for your best friend. A standalone entry in the NOISZ series, and prequel to [[NOISZ STΔRLIVHT]] - made in collaboration between SKY HOUR WORKS and [[Anarch Entertainment]]!''&lt;br /&gt;
From the game's [https://skyhour.itch.io/2econds-to-strlivht-forever-my-diamond Itch page]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
As stated in the official description, 2ECONDS TO STΔRLIVHT: Forever My Diamond is a standalone prequel to [[NOISZ STΔRLIVHT]], featuring two of the four main members of the cast, [[Grace Kamenashi]] and [[Sera Hoshikawa]], as well as characters unique to this game.&lt;br /&gt;
&lt;br /&gt;
It can be downloaded for free on Itch or Steam on PC, and on mobile as part of the 2ECONDS TO STΔRLIVHT+ bundle along with [[2ECONDS TO STΔRLIVHT: My Heart's Reflection]] on the Apple App Store and the Google Play Store.&lt;br /&gt;
&lt;br /&gt;
Unlike the mainline games, gameplay is almost entirely visual novel-focused.&lt;br /&gt;
&lt;br /&gt;
Using “SL LINK” on the mobile version of the game, 2ECONDS TO STΔRLIVHT+, after reading 2ECONDS TO STΔRLIVHT: Forever My Diamond will unlock [[Grace Kamenashi|Grace]] and [[Sera Hoshikawa|Sera]]’s remini2cence Styles and have some story outcomes changed in [[NOISZ STΔRLIVHT]].&lt;br /&gt;
&lt;br /&gt;
==Story==&lt;br /&gt;
&lt;br /&gt;
==System Requirements (PC only)==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;fandom-table&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!'''Minimum'''&lt;br /&gt;
|-&lt;br /&gt;
!OS&lt;br /&gt;
|align=center|Windows 10 / 8 / 7 / Vista / XP&lt;br /&gt;
|-&lt;br /&gt;
!Processor&lt;br /&gt;
|align=center|1.4 GHz&lt;br /&gt;
|-&lt;br /&gt;
!Memory&lt;br /&gt;
|align=center|1 GB RAM&lt;br /&gt;
|-&lt;br /&gt;
!Graphics&lt;br /&gt;
|align=center|2 GB&lt;br /&gt;
|-&lt;br /&gt;
!DirectX&lt;br /&gt;
|align=center|Version 9.0&lt;br /&gt;
|-&lt;br /&gt;
!Storage&lt;br /&gt;
|align=center|100 MB available space&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Soundtrack==&lt;br /&gt;
&lt;br /&gt;
2ECONDS TO STΔRLIVHT: Forever My Diamond features one additional song that also appears in [[NOISZ STΔRLIVHT]] - [[Done in Love]], which plays during the credits sequence with a rhythm game segment similar to that seen in STΔRLIVHT.&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;evlplayer defaultid=&amp;quot;hyRfO_kMrMg&amp;quot; service=&amp;quot;youtube&amp;quot; style=&amp;quot;align: center&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Forever My Diamond Screenshot 1.jpg&lt;br /&gt;
Forever My Diamond Screenshot 2.jpg&lt;br /&gt;
Forever My Diamond Screenshot 3.jpg&lt;br /&gt;
Forever My Diamond Screenshot 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[https://skyhour.itch.io/2econds-to-strlivht-forever-my-diamond Itch Page]&lt;br /&gt;
*[https://store.steampowered.com/app/1329110/2ECONDS_TO_STRLIVHT_Forever_My_Diamond/ Steam Page]&lt;br /&gt;
*[https://www.youtube.com/@anarch_games/videos Anarch Games YouTube Channel]&lt;br /&gt;
*[https://play.google.com/store/apps/details?id=com.noiszgame.seconds&amp;amp;hl=en_GB&amp;amp;gl=US Google Play Page]&lt;br /&gt;
*[https://twitter.com/noiszgame NOISZ Twitter Account]&lt;br /&gt;
*[https://www.facebook.com/noiszgame/ NOISZ Facebook Page]&lt;br /&gt;
&lt;br /&gt;
{{NOISZ SL Gameplay Navbox}}&lt;br /&gt;
[[Category:Games]]&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Main_Page&amp;diff=4960</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Main_Page&amp;diff=4960"/>
		<updated>2025-06-13T12:41:38Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: remove fandom links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div class=&amp;quot;mainpage-leftcolumn&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;noiszbanner&amp;quot; style=&amp;quot;width: 100%; height: auto !important; margin-top: 17px;&amp;quot;&amp;gt;[[File:NOISZ Banner.jpg|center|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center; font-size: x-large; padding: 1em;&amp;quot;&amp;gt;'''Welcome to the official {{SITENAME}}!'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Main Page Index}}&lt;br /&gt;
{{NOISZ SL Main Page Index}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NOISZ is a series of games by [[Anarch Entertainment]] combining rhythm, bullet hell and visual novel mechanics to create an entirely new experience featuring battles against a variety of bosses in a variety of musical genres. This wiki is intended to cover all of these games, and was originally revived to port over data from the fan-created datasheets; thank you to all those who assisted in collecting data for the sheets, as well as all wiki contributors! &lt;br /&gt;
&lt;br /&gt;
If you have any questions about the games, visit the '''[[FAQ]]''' - the answer may be there!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Birthday Widget}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=UPCOMING}}&lt;br /&gt;
{{Coming Soon}}&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=NEWSZ}}&lt;br /&gt;
{{Template:Bluesky RSS Feed|url=https://bsky.app/profile/did:plc:ve2p3lz33ivtyikqztvsgtx3/rss|term1=NOISZ|term2=#NOISZ|term3=#NOISZ_SL}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;mainpage-rightcolumn&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=CURRENT SL VERSION}}&lt;br /&gt;
For full update history, see [[NOISZ STΔRLIVHT/Update History|here]].&lt;br /&gt;
{{Latest Patch Notes&lt;br /&gt;
|date=2025-06-04&lt;br /&gt;
|version=3.623&lt;br /&gt;
|patchnotes='''Minor Bugfixes'''&lt;br /&gt;
&lt;br /&gt;
|contentdate=&lt;br /&gt;
|contentversion=&lt;br /&gt;
|contentpatchnotes=&lt;br /&gt;
}}&lt;br /&gt;
{{Header Box|Text=CURRENT SL EVENTS}}&lt;br /&gt;
{{NOISZ SL Events_Vertical|&lt;br /&gt;
|recursivecyclestart=2024-02-09 04:00 +0000&lt;br /&gt;
|ephemeraleventstyle=&lt;br /&gt;
|ephemeralEventImage=&lt;br /&gt;
|ephemeralstartdate=&lt;br /&gt;
|ephemeralenddate=&lt;br /&gt;
|ephemeraleventsong=&lt;br /&gt;
|syntheticcyclestart=2024-02-09 04:00 +0000&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=RANDOM SMILE}}&lt;br /&gt;
{{Random Smile}}&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=OFFICIAL LINKS}}&lt;br /&gt;
* [https://anarch.games/ Anarch Entertainment]&lt;br /&gt;
* [https://discord.com/invite/GS3xtfJqYP Discord Server]&lt;br /&gt;
* [https://twitter.com/noiszgame Twitter]&lt;br /&gt;
* [https://bsky.app/profile/anarch.games Bluesky]&lt;br /&gt;
* [https://www.youtube.com/@anarch_games YouTube]&lt;br /&gt;
* [https://www.facebook.com/noiszgame Facebook]&lt;br /&gt;
* [https://anarchgames.bandcamp.com Bandcamp]&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=DATASHEETS}}&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/13Z5adKn-3w8SysD9jG4aE0wDz5dmVrsDqIuIRKxrkb8/edit NOISZ Datasheet]&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1waq8NvS-GgVVmJTfY0RkpBK4SP8dbuV1FSVABXWUFXM/edit NOISZ STΔRLIVHT Datasheet]&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1hJo9L3Pej7SBDQcdtDuY7frcPFfxleSncFEXGP9BkNs/edit NOISZ Community Sheet]&lt;br /&gt;
* [https://docs.google.com/spreadsheets/d/1HAQm0d-AeP18FiXuj-g9JpwJBeTCTAQbFgeC_6eqjCg/edit NOISZ STΔRLIVHT Raw Damage Calculator]&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=OTHER LANGUAGES}}&lt;br /&gt;
* [https://wikiwiki.jp/noisz_sl/ NOISZ STΔRLIVHT Japanese Wiki]&lt;br /&gt;
&lt;br /&gt;
{{Header Box|Text=WIKI LINKS}}&lt;br /&gt;
*[[Project:Wiki rules|Rules of this wiki]]&lt;br /&gt;
*[[Special:WantedPages|Pages that need to be created]]&lt;br /&gt;
*[[:Category:Needs Work|Pages that need work]]&lt;br /&gt;
*[[:Category:Templates|Templates]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:{{SITENAME}}]]&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4723</id>
		<title>File:Timing windows tec.png</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4723"/>
		<updated>2025-06-12T15:31:24Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: BrunoLaplace uploaded a new version of File:Timing windows tec.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4722</id>
		<title>File:Timing windows tec.png</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4722"/>
		<updated>2025-06-12T15:28:40Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: BrunoLaplace uploaded a new version of File:Timing windows tec.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4720</id>
		<title>File:Timing windows tec.png</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4720"/>
		<updated>2025-06-12T08:16:25Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: BrunoLaplace uploaded a new version of File:Timing windows tec.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=File:Change_of_health_remaining_with_HP_stat.png&amp;diff=4718</id>
		<title>File:Change of health remaining with HP stat.png</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=File:Change_of_health_remaining_with_HP_stat.png&amp;diff=4718"/>
		<updated>2025-06-12T08:07:36Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: BrunoLaplace uploaded a new version of File:Change of health remaining with HP stat.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4717</id>
		<title>File:Timing windows tec.png</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=File:Timing_windows_tec.png&amp;diff=4717"/>
		<updated>2025-06-12T08:03:44Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: BrunoLaplace uploaded a new version of File:Timing windows tec.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=User:BrunoLaplace&amp;diff=4623</id>
		<title>User:BrunoLaplace</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=User:BrunoLaplace&amp;diff=4623"/>
		<updated>2025-06-11T09:59:20Z</updated>

		<summary type="html">&lt;p&gt;BrunoLaplace: Created page with &amp;quot;https://youtu.be/ysHAaLednU0&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://youtu.be/ysHAaLednU0&lt;/div&gt;</summary>
		<author><name>BrunoLaplace</name></author>
	</entry>
</feed>