<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="https://www.ccgaming.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ccgaming.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Sep 2022 01:14:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Fishsticks V19 Release &#038; Discussion</title>
		<link>https://www.ccgaming.com/fishsticks-v19-release-discussion/</link>
					<comments>https://www.ccgaming.com/fishsticks-v19-release-discussion/#respond</comments>
		
		<dc:creator><![CDATA[SkyeRangerDelta]]></dc:creator>
		<pubDate>Fri, 27 May 2022 01:25:55 +0000</pubDate>
				<category><![CDATA[The Colorful Function]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Discord Bot]]></category>
		<category><![CDATA[Fishsticks]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=23804</guid>

					<description><![CDATA[Yes! Hello! I know it&#8217;s been 8 months, you don&#8217;t need to remind me. But, since you&#8217;re here, there&#8217;s a solid possibility that you might already know that V1.19 has been released (and had a few patches) at the time of this writing. The live version is V1.19.0.2, and it&#8217;s full of wonderful little upgrades. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Yes! Hello! I know it&#8217;s been 8 months, you don&#8217;t need to remind me. But, since you&#8217;re here, there&#8217;s a solid possibility that you might already know that V1.19 has been released (and had a few patches) at the time of this writing. The live version is V1.19.0.2, and it&#8217;s full of wonderful little upgrades.</p>
<p>But first, to answer some questions.</p>
<p>Q. It took literal years to release V1.18 and only a couple of months for V1.19? What&#8217;re you doing with your time?<br />
A. Clearly developing V1.19 faster than V1.18.<br />
<img decoding="async" class="size-full wp-image-456 aligncenter" src="https://cf.pldyn.net/wp-content/uploads/sites/2/2020/02/awesome.gif" alt="" width="220" height="152" /></p>
<p>Nah, but seriously, V1.18 had a considerable count of logic refactors and major code changes due to significant changes in the Discord API that simply took a long time to handle. V1.19 was nothing more than structural refactors without major logic changes.</p>
<p>Q. What exactly does V1.19 do?<br />
A. We&#8217;ll talk about that in a second.</p>
<p>Q. Where&#8217;s my Bacon-wrapped Goldfish (BWG)?<br />
A. There will be no BWG&#8230;.at least legally&#8230;.but what&#8217;s to say there aren&#8217;t plans for V1.20?</p>
<p><img decoding="async" class="size-full wp-image-672 aligncenter" src="https://cf.pldyn.net/wp-content/uploads/sites/2/2022/05/picard-star.gif" alt="" width="244" height="192" /></p>
<p>Now, onto what V1.19 is made up of; a full changelog! So how I&#8217;m going to do this is by simplifying and compiling the commit changelogs from the GitHub repository; I make sure to add useful descriptions to those.</p>
<p>+ Added a slash command registration handler: a system that reads all of Fs&#8217; commands and registers their data with Discord<br />
&#8211; Removed the active command handler ( `!command` commands)<br />
+ Added an improved command listing (map)<br />
+ Added an event handler<br />
+ Added all potentially relevant events triggers to Fs event handler<br />
~ Refactored all commands to fit structural requirements for slash command data<br />
~ Moved stat updater to interaction event handler<br />
~ Numerous NPM package updates and security refactors<br />
&#8211; Removed XP calculation from sensitive channels<br />
~ XP notifications now self-delete<br />
~ Mutilate responses are now sent via ephemeral message (to prevent people &#8216;talking&#8217; as Fishsticks)<br />
&#8211; Removed the stupid scan url thing &#8211; it worked but never did anything beneficial thanks to the API<br />
~ Introduced deferred replies (gives Fs a bit longer to think about something if he needs it, shows up in the chat as &#8216;Fishsticks is thinking&#8230;&#8217;)<br />
~ Tweaks to random quote generation<br />
~ Changed numerous commands to respond via ephemeral response instead of directly into the chat (helps with spam and I don&#8217;t have to worry about deleting it later)<br />
~ Changes to FSO/Notifications database transaction calls<br />
~ Fixed time-zone settings in FlexTime objects (basically the way Fishsticks process time differences and timestamps)<br />
~ Tweaked bible command to have a bit better readability<br />
~ Fixed a crash when using channels command<br />
~ Added additional error handling to a few commands; namely docket<br />
~ Fixed a bug in the echo command where the response was showing in milisecond time<br />
~ Introduced a space in between the button text and result count on poll reponse buttons<br />
~ Broke the purge command<br />
~ Repaired the purge command<br />
~ Changed how numerous passive commands are handled<br />
~ Added an error log for when Fs gets his coat snagged on a hook whilst processing an interaction event problem<br />
~ Added error handling for &#8216;unhandledRejections&#8217;<br />
~ Removed a log of console spam on startup<br />
~ Removed deprecated code<br />
~ Refactored a few utility functions<br />
~ Fixed a bug in the XP profile banner builder concerning who&#8217;s profile banner was being built</p>
<p>That&#8217;s the human-readable version of the compiled changelog. You can see the full logs through the numerous code commits on the <a href="https://github.com/SkyeRangerDelta/Fishsticks/commits/master">Fs GitHub Repository</a>.</p>
<p><strong>TL;DR</strong>: V1.19 introduced slash commands.</p>
<hr />
<p>Now, where do we go from here? A most excellent question.</p>
<p>There&#8217;s a number of issues available on the issues tab of the repository that I will ultimately address in various patches to V1.19. At some point I will also get around to planning out V1.20 which will include a handful of experimental features I&#8217;ve introduced to LCARS47 over on my PlDyn Network which may or may not pertain to an audio player.</p>
<p>Refactoring Fishsticks over to TypeScript is also a very real possibility that will help in the future development of Fishsticks due to the better type support and compiling system that would be introduced. It&#8217;s something I&#8217;ve only been toying with since I&#8217;ve converted LCARS47 over to it from regular JavaScript. The difficult concept though is the fact that LCARS47 is far smaller than Fishsticks.</p>
<p>I&#8217;m also open to introducing some&#8230;unconventional systems to Fishsticks in V1.20 that will make use of various protein-surrounded marine creatures that people have been so intrigued with.</p>
<p>But for now &#8211; that is all.</p>
<hr />
<p>Is this world a joke? Does this article feel fabricated? Are there phones nearby?<br />
Yes, this is the Matrix&#8230;.no not really, lol. This article was duped though from the PlDyn Development Blog.<br />
See the <a href="https://cf.pldyn.net/671/fishsticks-v19-release-discussion/">original here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/fishsticks-v19-release-discussion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What God Is Teaching Me Through Video Games</title>
		<link>https://www.ccgaming.com/what-god-is-teaching-me-through-video-games/</link>
					<comments>https://www.ccgaming.com/what-god-is-teaching-me-through-video-games/#comments</comments>
		
		<dc:creator><![CDATA[A Friend Of CC]]></dc:creator>
		<pubDate>Fri, 07 Jan 2022 01:54:08 +0000</pubDate>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[The Pulse]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=23362</guid>

					<description><![CDATA[This is a video from Theology For Breakfast, a Youtube channel of our acquaintance, if you like the content, please like and subscribe to the channel!https://youtu.be/sWMy8zHRYE8]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="23362" class="elementor elementor-23362" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1e8a89db elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1e8a89db" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-56f3af58" data-id="56f3af58" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5cf8f14e elementor-widget elementor-widget-text-editor" data-id="5cf8f14e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<center>
This is a video from Theology For Breakfast, a Youtube channel of our acquaintance, if you like the content, please like and subscribe to the channel!
</center>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e6f057a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e6f057a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-298ba9b" data-id="298ba9b" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-93c14dc elementor-widget elementor-widget-video" data-id="93c14dc" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/sWMy8zHRYE8&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/what-god-is-teaching-me-through-video-games/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Community Info Posts!</title>
		<link>https://www.ccgaming.com/community-info-posts/</link>
					<comments>https://www.ccgaming.com/community-info-posts/#respond</comments>
		
		<dc:creator><![CDATA[NeoJabez]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 00:59:05 +0000</pubDate>
				<category><![CDATA[News & Announcements]]></category>
		<category><![CDATA[announcement]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=12632</guid>

					<description><![CDATA[&#160; Okay, so check it out&#8230;If we have important information or announcements we&#8217;d like to promote, we can do so in our Community Info section with special posts! The post you&#8217;re reading is actually a WordPress post created and composed on our website, but &#8216;pushed&#8217; to the forums through a little bit of cool Discourse [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="wp-image-11830 alignleft" src="https://www.ccgaming.com/wp-content/uploads/2020/09/image2vector.svg" alt="" width="200" height="200" /></p>
<p>&nbsp;</p>
<p>Okay, so check it out&#8230;If we have important information or announcements we&#8217;d like to promote, we can do so in our Community Info section with special posts!</p>
<p>The post you&#8217;re reading is actually a WordPress post created and composed on our website, but &#8216;pushed&#8217; to the forums through a little bit of cool Discourse connectivity. We (Skye and I) have also played around with making CI posts show up in a special channel on our Discord!</p>
<p>So, you can imagine all of the interesting opportunities for engagement this could create, right?</p>
<p>Just consider this post a test, and also an idea&#8230;If you ever have news you really want to get out there, this is just another cool way to share it, in more than one place, in a way that could help bring people to both the website AND the forums!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/community-info-posts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pull Black Lineart from a White Background</title>
		<link>https://www.ccgaming.com/pull-black-lineart-from-a-white-background/</link>
					<comments>https://www.ccgaming.com/pull-black-lineart-from-a-white-background/#respond</comments>
		
		<dc:creator><![CDATA[NeoJabez]]></dc:creator>
		<pubDate>Mon, 26 Jul 2021 00:46:36 +0000</pubDate>
				<category><![CDATA[Neo's Nonsense]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=12623</guid>

					<description><![CDATA[12 minute tutorial for THAMSWORLD!  Youtube: https://www.youtube.com/channel/UCKuf&#8230; Website: https://www.thamsworld.com Merch: https://www.thamsworld.com/shop/ In this tutorial, we&#8217;re going to use Photopea (a FREE online, in-browser Photoshop clone!) to enlarge a scanned piece of lineart artwork. Once enlarged, we&#8217;re going to isolate the black lineart drawing from the white background so the art can be manipulated freely and used for print, [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12623" class="elementor elementor-12623" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-cf0f69e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cf0f69e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5eb28d7" data-id="5eb28d7" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5b5d318 elementor-widget elementor-widget-text-editor" data-id="5b5d318" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div id="description" class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">12 minute tutorial for THAMSWORLD!</span></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto"> Youtube:</span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/channel/UCKufpWVAAQrT3hWcQsbCnXA" rel="nofollow"> https://www.youtube.com/channel/UCKuf&#8230;</a></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">Website: </span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbWFRbDh6LVJzaVhnVVFpOEh5ZzdCZWNsQzNyd3xBQ3Jtc0tsVHotY3RXZ3RjUXlnOEtxT1BrUEJyWkc4Z1loTTRFNXNMMkstY0k2TDRveTRKZTJQN3BfYlE2bFVoSUtmdl9uZEpqRzNHYUhSdGo2V1ppcktqbklWLTVsNjlFenhJSlpERllaS193c3NvS3VESEh0TQ&amp;q=https%3A%2F%2Fwww.thamsworld.com" target="_blank" rel="nofollow noopener">https://www.thamsworld.com</a></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">Merch: </span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbWhsS0dGZHNGdE95QnJyQTltUTZOWGlPblJ4UXxBQ3Jtc0tteWJGYUE2YlhmYUc2MS15U3pwa1pSbC1ydGFYX0JMVnRIMEptRlBmWkcxVy1QTkNHYjhVTnZxdzNETFZ1ZWtpSmNaUVVKanpudVFrZmlVQWpSR3BKaFczNEFmNFFBcVRjZldaTFNWYVBZRnRvUGlxZw&amp;q=https%3A%2F%2Fwww.thamsworld.com%2Fshop%2F" target="_blank" rel="nofollow noopener">https://www.thamsworld.com/shop/</a></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">In this tutorial, we&#8217;re going to use Photopea (a FREE online, in-browser Photoshop clone!) to enlarge a scanned piece of lineart artwork. Once enlarged, we&#8217;re going to isolate the black lineart drawing from the white background so the art can be manipulated freely and used for print, such as on shirts. The tutorial works precisely the same in Photopea as it would in the latest Photoshop CC, so if you have Photoshop, you can still follow along fine! </span></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">Enjoy! </span></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">Please visit Thamsworld and let them know ACE send ya! (Also, feel free to buy their merch, they would LOVE that&#8230;) </span></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">ACE Website: </span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbEpvWFU0dzhZVGgtN1ZRTTUzSDdjUjM0dUNIUXxBQ3Jtc0ttZWprYnp1OVFTb0lDQVpENm5jQmsyczB3YnJ2MlNTOGl0d2thS19KYWRCeE5SX3ppMkIxVEdnWXpWNXAzQndaUjRqM3VYMi02ZTc0cFhZdkQzMkhoUTl4YXZZdExQVVlxcHQ5TUdGSHNDb3hvVGpkWQ&amp;q=https%3A%2F%2Facecreated.com" target="_blank" rel="nofollow noopener">https://acecreated.com</a></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">ACE </span><span class="style-scope yt-formatted-string" dir="auto">Merch: </span><a class="yt-simple-endpoint style-scope yt-formatted-string" dir="auto" spellcheck="false" href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbEx2ZmJsM1gwSTh5clpOZnBNX2NZUjhlMFJjd3xBQ3Jtc0tudmNrN3lFaElwcTRCSDNMekQxWjJaU0V4WWt6LVZpRDV3OFpZaW1Xbjl3dGliMlg0V1gxTjA3aGJUcTM1bVJXSnB0bkstVGpiUjNEOEZyM085ZWQ3blA2bGo2Y2ZVV0RDR2NROWpzY3pJeDg5VEdsZw&amp;q=https%3A%2F%2Facecreated.com%2Fshop%2F" target="_blank" rel="nofollow noopener">https://acecreated.com/shop/</a></div><div> </div><div class="style-scope ytd-video-secondary-info-renderer"><span class="style-scope yt-formatted-string" dir="auto">Thank for you for any likes, comments, subscribes, shares, or visits to our various websites, we appreciate ALL OF IT.</span></div>								</div>
				</div>
				<div class="elementor-element elementor-element-bd1758c elementor-widget elementor-widget-video" data-id="bd1758c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/VOMDj10N4ww&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/pull-black-lineart-from-a-white-background/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Royalty and Copyright-Free Audio and Visual Resources &#8211; Top 10</title>
		<link>https://www.ccgaming.com/royalty-and-copyright-free-audio-and-visual-resources-top-10/</link>
					<comments>https://www.ccgaming.com/royalty-and-copyright-free-audio-and-visual-resources-top-10/#respond</comments>
		
		<dc:creator><![CDATA[NeoJabez]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 03:33:20 +0000</pubDate>
				<category><![CDATA[Neo's Nonsense]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=12577</guid>

					<description><![CDATA[This article is a reprint of an article found on the Artistic &#38; Creative Endeavors website, the first in a series of Resources videos for creatives. (Original article posted July 10, 2021.) For people who’ve been following the Professional Amateur series, this one should be fun and interesting. We’re going to show you several visual [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12577" class="elementor elementor-12577" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-cd5c262 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cd5c262" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e118530" data-id="e118530" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f9e5c43 elementor-widget elementor-widget-text-editor" data-id="f9e5c43" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<pre>This article is a reprint of an article found on the <a href="https://acecreated.com" target="_blank" rel="noopener">Artistic &amp; Creative Endeavors</a> website, the first in a series of Resources videos for creatives. (Original article posted July 10, 2021.)</pre>								</div>
				</div>
				<div class="elementor-element elementor-element-05a045c elementor-widget elementor-widget-text-editor" data-id="05a045c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="elementor-element elementor-element-6a588b7 elementor-widget elementor-widget-text-editor" data-id="6a588b7" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><div class="elementor-element elementor-element-6a588b7 elementor-widget elementor-widget-text-editor" data-id="6a588b7" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>For people who’ve been following the Professional Amateur series, this one should be fun and interesting. We’re going to show you several visual and audio resources to liven up your streams or videos. Strap in, this one’s pretty cool!</p> <p>By the end of this video, you’ll have a nice list of bookmarks to sites that will give you new and interesting ways to create or to design art that you may not have known about. There are several visual elements, musical elements, and generally things to help you make your topic much cooler to watch or listen to.</p> <p>Welcome to the Professional Amateur series on Artistic &amp; Creative Endeavors, where we put our extensive skills and creativity to use to help YOU develop your skills, and get to the next level.</p> <p>We’ve been an art and creative community since 2006, with digital and 3D artists, writers, musicians, and lots more! We design websites, help people with branding and logos, and share tutorials on everything from graphics to streaming and everything in between.</p> <p>If you stay to the end of this video, you’ll get see several resources we’ve collected and curated just for you, and you’ll help our channel grow. (Feel free to like, subscribe, comment, and share!)</p> <p>So yeah, time to go…</p></div></div></div></div></div></div>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-afa0afb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="afa0afb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9e3158a" data-id="9e3158a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cd59d79 elementor-widget elementor-widget-video" data-id="cd59d79" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/eeJjH78dDPM&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5d608eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d608eb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-83d7a88" data-id="83d7a88" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d247ae7 elementor-widget elementor-widget-text-editor" data-id="d247ae7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-dc5233a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc5233a" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c438fb3" data-id="c438fb3" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-bc359cf elementor-widget elementor-widget-text-editor" data-id="bc359cf" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-dc5233a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc5233a" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c438fb3" data-id="c438fb3" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-bc359cf elementor-widget elementor-widget-text-editor" data-id="bc359cf" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><ol type="1"><li value="1"><a href="https://www.slidescarnival.com/" target="_blank" rel="noopener">Slides Carnival</a> – Create entire presentations or use existing templates. Powerpoint slides and Google Slides. Free for any use, no registration required, no download limits of any kind.</li><li><a href="https://www.bensound.com/" target="_blank" rel="noopener">Bensound</a> – Royalty-Free Music</li><li><a href="https://visualdon.uk/" target="_blank" rel="noopener">Visualdon</a> – Absolutely awesome background visuals you can use in commercial or non-commercial work in ANY form, with proper credit given to Visual Don.</li><li><a href="https://www.streambeats.com/" target="_blank" rel="noopener">StreamBeats</a> – A collection of music of several genres commissioned and released by Harris Heller, Youtuber and Twitch Streamer. Harris released all tracks for free specifically for creators to use so they might avoid copyright takedowns. You can download the tracks or listen to them in lots of places, including Spotify, Apple Music, or even download them from his Dropbox.</li><li><a href="http://www.orangehd.com/" target="_blank" rel="noopener">OrangeHD</a> – Free Stock Video Footage of LOTS of different types/topics.</li><li><a href="https://movietools.info/" target="_blank" rel="noopener">MovieTools.info</a> – Free Video Loops of all kinds of different types.</li><li><a href="https://coverr.co/" target="_blank" rel="noopener">Coverr.co</a> – Beautiful, free video footage. (Perfect for B-Roll.)</li><li><a href="https://www.videezy.com/" target="_blank" rel="noopener">Videezy</a> – Free and premium Vectors (Vecteezy), Videos, and Photoshop Brushes and PSDs (Brusheezy).</li><li><a href="https://mazwai.com/" target="_blank" rel="noopener">Mazwai</a> – Hand-picked stock video footage. (Interestingly, many of their ‘attribution license’ submittals are from Videvo.net).</li><li><a href="http://teknoaxe.com/Home.php" target="_blank" rel="noopener">Teknoaxe</a> – Royalty Free Music in several genres including Techno, Rock/Metal, and Orchestra. Each of these genres has AT LEAST six sub-genres. Most of this music is Creative Commons with Attribution. So, give teknoaxe credit, and go to town.</li></ol></div></div></div><div class="elementor-element elementor-element-50075e2 elementor-widget elementor-widget-text-editor" data-id="50075e2" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>How would you use resources like these?  Tell us in the comments, what you think…</p></div></div></div></div></div></div></div></div></section><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-ff2f014 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ff2f014" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3304647" data-id="3304647" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-95ca6f8 elementor-widget elementor-widget-heading" data-id="95ca6f8" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Bonus!</h2></div></div></div></div></div></div></div></section></div></div></div></div></div></div></div></div></section>								</div>
				</div>
				<div class="elementor-element elementor-element-b27f424 elementor-widget elementor-widget-spacer" data-id="b27f424" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f35b7f7 elementor-widget elementor-widget-spacer" data-id="f35b7f7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-179dc7c elementor-widget elementor-widget-text-editor" data-id="179dc7c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-802f7ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="802f7ad" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b92ac2c" data-id="b92ac2c" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-2968df9 elementor-widget elementor-widget-text-editor" data-id="2968df9" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>Bonus 1 – <a href="https://www.nocturnal.nz/" target="_blank" rel="noopener">Nocturnal.NZ</a> – Just check them out, they are kind of amazing.</p><p>Bonus 2 – <a href="https://www.beeple-crap.com/" target="_blank" rel="noopener">BEEPLE</a>! – Beeple, similarly to VisualDon, makes unbelievable loops and 3D video that no one else can seem to match, but even more, check out the Short Films, Resources, and Everydays! Worth the surf!</p></div></div></div></div></div></div></div></div></section><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-8a163d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a163d2" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6f4a99" data-id="b6f4a99" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-a7a66cc elementor-widget elementor-widget-text-editor" data-id="a7a66cc" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>ACE still has a pretty small Youtube presence, so of course we’re going to ask you to like, subscribe, comment, share and even visit the ACE website, all of your engagement and interaction is appreciated more than you know. If you have ANY questions, want tutorials on ANY software, or just want to share an idea for what you think the next video should be about, we’ll read ALL COMMENTS.</p><p>SERIOUSLY, THANKS FOR WATCHING.</p></div></div></div></div></div></div></div></div></section>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-933d898 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="933d898" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ab57863" data-id="ab57863" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0750461 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0750461" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58035b3" data-id="58035b3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-00e301f elementor-widget elementor-widget-text-editor" data-id="00e301f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-802f7ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="802f7ad" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b92ac2c" data-id="b92ac2c" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-364b930 elementor-widget elementor-widget-text-editor" data-id="364b930" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>Please also visit our <a href="https://acecreated.com/shop/" target="_blank" rel="noopener">Merch Store</a>, and cruise the rest of our website, if you like! We’re hoping to build a very engaged and responsive community, with your help!</p><p>Don’t hesitate to comment any criticisms or opinions in the comments. If there are things about our videos you like or dislike, or see where we can make improvements, we want to hear it! And again, thank you so much for watching!</p><p>This video is NOT made for children, and does not constitute legal advice. Please always learn for yourself about the license(s) on particular works you might use for your content, and whether your content falls under “Fair Use” guidelines.</p><p>[-=ACE=-] is strong in lots of different areas, so if you have a question, ask it. If we don’t know the answer, we will do our best to find someone who can answer it for you. There are no dumb questions!</p></div></div></div></div></div></div></div></div></section><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-8a163d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a163d2" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6f4a99" data-id="b6f4a99" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-a7a66cc elementor-widget elementor-widget-text-editor" data-id="a7a66cc" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>ACE still has a pretty small Youtube presence, so of course we’re going to ask you to like, subscribe, comment, share and even visit the ACE website, all of your engagement and interaction is appreciated more than you know. If you have ANY questions, want tutorials on ANY software, or just want to share an idea for what you think the next video should be about, we’ll read ALL COMMENTS.</p><p>SERIOUSLY, THANKS FOR WATCHING.</p></div></div></div></div></div></div></div></div></section>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8faf9f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8faf9f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2dcfe8a" data-id="2dcfe8a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/royalty-and-copyright-free-audio-and-visual-resources-top-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Free Artistic &#038; Design Resources &#8211; Top 10</title>
		<link>https://www.ccgaming.com/free-artistic-design-resources-top-10/</link>
					<comments>https://www.ccgaming.com/free-artistic-design-resources-top-10/#respond</comments>
		
		<dc:creator><![CDATA[NeoJabez]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 02:41:24 +0000</pubDate>
				<category><![CDATA[Neo's Nonsense]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=12570</guid>

					<description><![CDATA[This article is a reprint of an article found on the Artistic &#38; Creative Endeavors website, the first in a series of Resources videos for creatives. (Original article posted June 19, 2021.) Some people are gamers, some people are website creators, and some people just enjoy all the content other people create. But maybe we [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="12570" class="elementor elementor-12570" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-cd5c262 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cd5c262" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e118530" data-id="e118530" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f9e5c43 elementor-widget elementor-widget-text-editor" data-id="f9e5c43" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<pre>This article is a reprint of an article found on the <a href="https://acecreated.com" target="_blank" rel="noopener">Artistic &amp; Creative Endeavors</a> website, the first in a series of Resources videos for creatives. (Original article posted June 19, 2021.)</pre>								</div>
				</div>
				<div class="elementor-element elementor-element-05a045c elementor-widget elementor-widget-text-editor" data-id="05a045c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="elementor-element elementor-element-6a588b7 elementor-widget elementor-widget-text-editor" data-id="6a588b7" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>Some people are gamers, some people are website creators, and some people just enjoy all the content other people create. But maybe we aren’t taking enough advantage of all the ways we can create art and design ourselves. What if you had a list of places that make it easier for you to create than you might think was possible?</p><p> </p><p>By the end of this video, you’ll have a nice list of bookmarks to sites that will give you new and interesting ways to create or to design art that you may not have known about. Maybe you need a little help to design a very professional looking Facebook post, or you’d like to draw something using the computer. Maybe you just need some help with color.</p><p> </p><p>Welcome to the <em><strong>Professional Amateur Series</strong></em> on Artistic &amp; Creative Endeavors, where we put our extensive skills and creativity to use to help YOU develop your skills, and get to the next level. We’ve been an art and creative community since 2006, with digital and 3D artists, writers, musicians, and lots more! We design websites, help people with branding and logos, and share tutorials on everything from graphics to streaming and everything in between.</p><p> </p><p>If you stay to the end of this video, you’ll get see several resources we’ve collected and curated just for you, and you’ll help our channel grow. (Feel free to like, subscribe, comment, and share!)</p><p> </p><p>Time to go…</p></div></div></div>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-afa0afb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="afa0afb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9e3158a" data-id="9e3158a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-cd59d79 elementor-widget elementor-widget-video" data-id="cd59d79" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/FDxfZhcG8EY&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5d608eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d608eb" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-83d7a88" data-id="83d7a88" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d247ae7 elementor-widget elementor-widget-text-editor" data-id="d247ae7" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-dc5233a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="dc5233a" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c438fb3" data-id="c438fb3" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-bc359cf elementor-widget elementor-widget-text-editor" data-id="bc359cf" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><ol type="1"><li value="1"><a href="https://www.coolers.co" target="_blank" rel="noopener">Coolers</a> – One of the easiest and coolest color choosing sites on the web.</li><li><a href="https://placeit.net" target="_blank" rel="noopener">PlaceIt</a> – All kinds of mockups and resources, image and video, even streaming and YouTube assets!</li><li><a href="https://www.canva.com/" target="_blank" rel="noopener">Canva</a> – Design various posts and publications using templates designed by pros! Free and Premium</li><li><a href="https://flipanim.com/" target="_blank" rel="noopener">FlipAnim</a> – Make a flip-book style animation!</li><li><a href="https://www.pixton.com/" target="_blank" rel="noopener">Pixton</a> Make you own comic strip/book, or even a cartoon avatar of yourself!</li><li><a href="https://www.autodraw.com/" target="_blank" rel="noopener">AutoDraw</a> – Draw something, and the AI tries to figure out what it is and completes it for you.</li><li><a href="https://29a.ch/sandbox/2011/neonflames/" target="_blank" rel="noopener">Neon Flames</a> – Draw cool fractal designs. Flames are a type of fractal introduced in 1992.</li><li><a href="http://linify.me/" target="_blank" rel="noopener">Linify</a> – “Line-ify” almost any picture.</li><li><a href="https://www.diagrams.net/" target="_blank" rel="noopener">Draw IO (Now Diagrams.Net)</a> – Flowchart and diagramming maker that saves to your cloud drives or GitHub.</li><li><a href="https://magmastudio.io/" target="_blank" rel="noopener">Magma Studio</a> – Not just a painting/drawing program in your browser, but collaborative with others, too! (Even includes chat!)</li></ol></div></div></div><div class="elementor-element elementor-element-50075e2 elementor-widget elementor-widget-text-editor" data-id="50075e2" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>How would you use resources like these? Create branding for yourself or others? To ‘cartoonize’ yourself? Tell us in the comments, what you think…</p></div></div></div></div></div></div></div></div></section><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-ff2f014 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ff2f014" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3304647" data-id="3304647" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-95ca6f8 elementor-widget elementor-widget-heading" data-id="95ca6f8" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Bonus!</h2></div></div></div></div></div></div></div></section>								</div>
				</div>
				<div class="elementor-element elementor-element-b27f424 elementor-widget elementor-widget-spacer" data-id="b27f424" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f35b7f7 elementor-widget elementor-widget-spacer" data-id="f35b7f7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-933d898 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="933d898" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ab57863" data-id="ab57863" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dfa01ef elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-ucaddon_ants_marching" data-id="dfa01ef" data-element_type="widget" data-e-type="widget" data-widget_type="ucaddon_ants_marching.default">
				<div class="elementor-widget-container">
					
<!-- start Ants Marching -->
<style>/* widget: Ants Marching */

#ants-marching
{
  text-align:;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat);
svg {
    display: block;
    font: 10.5em 'Montserrat';
    width: 960px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #ff0000;
	animation-delay: -1s;
}

.text-copy:nth-child(2){
	stroke: #ffa100;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #f5f218;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #01c11a;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #009af9;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}

</style>

<div><svg viewBox="0 0 960 300">
	<symbol id="s-text">
    <text text-anchor="middle" x="50%" y="80%">BONUS</text>
	</symbol>

	<g class = "g-ants">
		<use xlink:href="#s-text" class="text-copy"></use>
		<use xlink:href="#s-text" class="text-copy"></use>
		<use xlink:href="#s-text" class="text-copy"></use>
		<use xlink:href="#s-text" class="text-copy"></use>
		<use xlink:href="#s-text" class="text-copy"></use>
	</g>
</svg></div>
<!-- end Ants Marching -->				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0750461 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0750461" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58035b3" data-id="58035b3" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-00e301f elementor-widget elementor-widget-text-editor" data-id="00e301f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ol><li><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-802f7ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="802f7ad" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b92ac2c" data-id="b92ac2c" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-364b930 elementor-widget elementor-widget-text-editor" data-id="364b930" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><h4>Shoutout to —TEXTURELABS.ORG:</h4><p><a href="https://texturelabs.org/" target="_blank" rel="noopener">TextureLabs.org</a><br /> <br /><a href="https://www.youtube.com/c/Texturelabs" target="_blank" rel="noopener">TextureLabs.org on YouTube</a><br /> <br />Our Bonus is also our Shoutout! today!<br /> <br />TextureLabs.org is a fantastic site and YouTube channel run by a guy named Brady who is committed to artists everywhere, and sharing his valuable insights and techniques for all kinds of cool graphics work in Photoshop. His site is jam-packed with all kinds of textures in several different categories, and his tutorials show you ways to use those textures to make your graphics NEXT LEVEL.<br /> <br />Please give his site and channel a visit, and all the subscribes, likes, and comments you can!<br /> <br />Give this channel a look when you have time!</p><p> </p><p>Please also visit our Merch Store, and cruise the rest of our website, if you like! We’re hoping to build a very engaged and responsive community, with your help!<br /> <br />Don’t hesitate to comment any criticisms or opinions in the comments. If there are things about our videos you like or dislike, or see where we can make improvements, we want to hear it! And again, thank you so much for watching!<br /> <br />This video is NOT made for children, and does not constitute legal advice. Please always learn for yourself about the license(s) on particular works you might use for your content, and whether your content falls under “Fair Use” guidelines.<br /> <br />[-=ACE=-] is strong in lots of different areas, so if you have a question, ask it. If we don’t know the answer, we will do our best to find someone who can answer it for you. There are no dumb questions!</p></div></div></div></div></div></div></div></div></section><section class="has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-8a163d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a163d2" data-element_type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-row"><div class="has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6f4a99" data-id="b6f4a99" data-element_type="column"><div class="elementor-column-wrap elementor-element-populated"><div class="elementor-widget-wrap"><div class="elementor-element elementor-element-a7a66cc elementor-widget elementor-widget-text-editor" data-id="a7a66cc" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div class="elementor-text-editor elementor-clearfix"><p>ACE still has a pretty small Youtube presence, so of course we’re going to ask you to like, subscribe, comment, share and even visit the ACE website, all of your engagement and interaction is appreciated more than you know. If you have ANY questions, want tutorials on ANY software, or just want to share an idea for what you think the next video should be about, we’ll read ALL COMMENTS.</p><p>SERIOUSLY, THANKS FOR WATCHING.</p></div></div></div></div></div></div></div></div></section></li></ol>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-8faf9f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8faf9f0" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2dcfe8a" data-id="2dcfe8a" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/free-artistic-design-resources-top-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fishsticks V18 Progress Update 3</title>
		<link>https://www.ccgaming.com/fishsticks-v18-progress-update-3/</link>
					<comments>https://www.ccgaming.com/fishsticks-v18-progress-update-3/#respond</comments>
		
		<dc:creator><![CDATA[SkyeRangerDelta]]></dc:creator>
		<pubDate>Tue, 11 May 2021 19:27:27 +0000</pubDate>
				<category><![CDATA[The Colorful Function]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Discord Bot]]></category>
		<category><![CDATA[Fishsticks]]></category>
		<guid isPermaLink="false">https://www.ccgaming.com/?p=12310</guid>

					<description><![CDATA[Here we are, yet again. Skye&#8230;when is version 18 coming out. It&#8217;s coming. Chill. In the last update, we had a boatload of stuff that had to be covered. That boatload is now more like a handful. The biggest reason for my lack of work on it has primarily been because of things that are [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here we are, yet again. Skye&#8230;<strong>when is version 18 coming out.</strong></p>
<p>It&#8217;s coming. Chill. In the last update, we had a boatload of stuff that had to be covered. That boatload is now more like a handful. The biggest reason for my lack of work on it has primarily been because of things that are more important than Fishsticks. Things like school, work, etc. It&#8217;s my pleasure to report however that with the onset of the summer now on the doorstep &#8211; development can now start coming back up to speed. Some of you will have already noticed the increase in the number of commits being pushed to the repository.</p>
<p>Before we get deep into what&#8217;s been going on, let&#8217;s go over some quality of life changes I&#8217;ve implemented that should help with development speed.</p>
<p>First off, I&#8217;ve begun working with Fishsticks using <a href="https://www.jetbrains.com/rider/">JetBrains&#8217; Rider IDE</a>. So far, the implementation has had some quirks due to some configuration stuff needing to be changed. Things such as the way that auto-imports are formatted or the way the application is executed in the terminal, etc. Overall, Rider is proving to be an incredible resource. IntelliSense&#8217;s capabilities are far superior to Visual Studio Code; detecting variables, classes, and various objects with incredible depth. Function parameters are highlighted with the expected value in-line so you don&#8217;t have to go looking for the expected method parameter. Little quality of life things like this are all helping with development speed.</p>
<p>Some of you may have noticed that the recent commits to Fishsticks&#8217; repository are being marked as &#8220;Verified&#8221;. This happened because I&#8217;ve added a GPG key and begun signing the commits and tags that I push to the repository. This essentially means that any commit that you see that says Verified means that the indicated author was the verified and authenticated commit author, not a bot or something.</p>
<hr />
<p>Now, on to the good stuff.</p>
<p>What are we looking at in terms of the rest of V18? Let&#8217;s list it out (not a comprehensive <a href="https://github.com/SkyeRangerDelta/Fishsticks/projects/4">V18 project</a> list, mind you. There&#8217;s stuff listed here that&#8217;s not part of the list).</p>
<p><strong>To-do:</strong></p>
<ul>
<li>Rider repo-specific workspace changes
<ul>
<li>This is something new that I&#8217;m not wholly considering to be a part of the V18 update, it&#8217;s just something that&#8217;s been appearing a lot in the commits in case anyone is wondering</li>
</ul>
</li>
<li>Discussion den message rewrite &#8211; needs to be rewritten to come across as more&#8230;.professional</li>
<li>Implement a schedule handler
<ul>
<li>The schedule channel in CC has always just been either a re-post of the schedule or an edited post of the same thing. Time to standardize it.</li>
</ul>
</li>
<li>Implement logger &#8211; this may be pushed back to V1.18.1 since CC still has the Logger bot to do this</li>
<li><code>!userinfo</code> will have the ping requirement removed.  Rather difficult to summon information on a user when you can&#8217;t ping them from the channel you ran the command in.</li>
<li>Apparently, we need <a href="https://github.com/SkyeRangerDelta/Fishsticks/issues/33">nuclear launch codes</a>!?</li>
</ul>
<p><strong>In Progress:</strong></p>
<ul>
<li>Statistics reconstruction: <code>!status</code> and <code>!stats</code> are being refactored entirely</li>
<li><a href="https://github.com/SkyeRangerDelta/Fishsticks/issues/58">Shiny</a></li>
<li>Administrative Logs? I&#8230;don&#8217;t know what this is actually</li>
<li>Random Verse Command &#8211; for people that don&#8217;t know what verse they want from the <code>!bible</code> command</li>
</ul>
<p><strong>Stuff not in the project that needs to be done or is being worked on:</strong></p>
<ul>
<li>Chat message XP generation
<ul>
<li>The methods and FSO structures for this are in place but none of them actually have anything in them. Surprise.</li>
</ul>
</li>
<li>Canvas image generation for XP level-ups (generation for newcomers is already done)</li>
<li>Syntax reworks &#8211; various pieces of Fishsticks&#8217; code is being intelligently refactored by Rider in certain places because of some redundant stuff
<ul>
<li>For example&#8230;this code: <code>if (!data || data == null)</code> is the same thing as just <code>if (!data)</code>.</li>
<li>Strict typing is also being implemented; <code>if (data == 2)</code> is being refactored into <code>if (data === 2)</code> in order to type-check and prevent data value comparison failures.</li>
</ul>
</li>
<li>FSO integrity checks. A recent commit actually added a primitive function for this.
<ul>
<li>At startup, Fishsticks will now check to make sure that FSO is in a usable state. It does not check for all available data; ie, if a table is missing, recreate the missing table so it can be used in later commands.</li>
</ul>
</li>
<li>V18&#8217;s release will also be accompanied by a massive documentation overhaul. The wiki will be worked on to a sizeable degree and a series of command information videos will be released in order to help understand things.</li>
</ul>
<p>A lot of stuff has been refactored and is functional. At the same time, even more stuff has been fixed that didn&#8217;t work previously. Things like <code>!tempname</code> &#8211; which didn&#8217;t actually change the channel name. <code>!tempch</code> is now far more robust and functions a lot faster (and more importantly, remembers what channels were temporary in the event of a restart). Fishsticks also has <strong>a lot</strong> more content that I&#8217;ve been wanting to add for a long time, including some specialty stuff. I&#8217;m hoping that it&#8217;ll be something that will be glad to have around when V18 is actually released.</p>
<p>If anyone has any questions or wants to contribute bug reports and suggestions, see the <a href="https://github.com/SkyeRangerDelta/Fishsticks">GitHub repository</a> and the <a href="https://wiki.pldyn.net/">wiki</a>.</p>
<p>&#8212;</p>
<p>Feel like this isn&#8217;t original? You&#8217;re right. It&#8217;s not. lol.<br />
The original post is on the <a href="https://cf.pldyn.net/622/fishsticks-v18-progress-update-3/">PlDyn CoreFoundry</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ccgaming.com/fishsticks-v18-progress-update-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
