Jump to content


LoganDark's Content

There have been 172 items by LoganDark (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#257361 Quality custom-made logos!

Posted by LoganDark on 02 August 2016 - 11:12 PM in Media

View Postgoeo_, on 02 August 2016 - 11:02 PM, said:

Just make them however you'd like man. Whatever you find cool. I trust your sense of design.
it seems cinema 4d has decided to delete its license key. i'm going to need a while to find where the heck I put it



#257354 Quality custom-made logos!

Posted by LoganDark on 02 August 2016 - 10:50 PM in Media

View Postgoeo_, on 02 August 2016 - 10:49 PM, said:

Hello. After realizing how much epic_cidity ripped you off, and seeing your very reasonable price, I wanted to buy a few logos from you.

Giving you exactly as much as I gave him, I'd like to buy (275/25) eleven logos. I'd like to leave the design entirely to you, though you can note that my favorite color is pink. Please make seven of them say goeo_ (case doesn't matter as long as not MiXeD), and four of them say "jesus". (all lowercase please! -- Which is my krist miner I wrote in C. It's faster in CPU mining than all its alternatives (about 3* faster than the fastest my friends found), and it might get GPU mining soon as well.)

I'm sending you the krist from kphv7ewrc1, and thanks a lot.

It is entirely impossible to design logos with no design in mind.



#257318 Quality custom-made logos!

Posted by LoganDark on 02 August 2016 - 07:50 PM in Media

just so everybody knows, people are getting led to this ripoff post by some ripoff guy ripping off my logo.

just to be clear, i can definitely make 3d logos.



#257305 Quality custom-made logos!

Posted by LoganDark on 02 August 2016 - 07:40 PM in Media

somebody else is completely copying my idea and getting krist from it yet nobody is interested in my cheaper services here which are of higher quality.



#257278 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 05:37 PM in Forum Games

10/10

I think I just started a trend...



#257236 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 02:09 AM in Forum Games

-1/0©®™

it's copyrighted registered and trademarked so you can't use it©®™



#257226 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 01:27 AM in Forum Games

View Post3d6, on 02 August 2016 - 01:13 AM, said:

Why are you guys getting hostile over this? Your avatars look exactly the same sans text
0/0 0 0



#257222 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 01:10 AM in Forum Games

3/10 reasonable but the angle is off, the shadows are barely visible and the reflection is horrible



#257220 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 12:59 AM in Forum Games

View Postepic citidity, on 02 August 2016 - 12:49 AM, said:

View PostLoganDark, on 02 August 2016 - 12:16 AM, said:

btw I spent days rendering this with cinema 4D studio...

0/10 its even easier do in c4d . LOL

just mograph text , a few light source , floor / large plane, make floor white and reflective , turn on ambient occlusion also global illumination easy

i will make own copy of it now
you have no idea.

first of my problems was the surface turning black after i turned on reflections, i had to use a shader mat i dunno what it was called.



#257215 Rate the Above User's Avatar!

Posted by LoganDark on 02 August 2016 - 12:16 AM in Forum Games

View Postepic citidity, on 02 August 2016 - 12:07 AM, said:

2/10 just blender no effort
0/10 google images

btw I spent days rendering this with cinema 4D studio...



#257192 Rate the Above User's Avatar!

Posted by LoganDark on 01 August 2016 - 08:13 PM in Forum Games

View PostFoxData, on 01 August 2016 - 08:12 PM, said:

View PostLoganDark, on 01 August 2016 - 08:10 PM, said:

8/8 gr8 m8

10/10 Put that on your office desk
9/9 69



#257190 Rate the Above User's Avatar!

Posted by LoganDark on 01 August 2016 - 08:10 PM in Forum Games

8/8 gr8 m8



#256816 Rate the Above User's Avatar!

Posted by LoganDark on 25 July 2016 - 03:11 AM in Forum Games

View Postepicidity, on 25 July 2016 - 03:08 AM, said:

View PostLoganDark, on 25 July 2016 - 03:05 AM, said:

View Postepicidity, on 25 July 2016 - 03:03 AM, said:

5 out in 10 . not epic
your avatar it is just a font .
0/10

but it is norwegian epic ?????
norwegian is not my country therefore i do not care

i'd expect someone to rate me 8/8 selfish ;)



#256814 Rate the Above User's Avatar!

Posted by LoganDark on 25 July 2016 - 03:05 AM in Forum Games

View Postepicidity, on 25 July 2016 - 03:03 AM, said:

5 out in 10 . not epic
your avatar it is just a font .
0/10



#256621 Rate the Above User's Avatar!

Posted by LoganDark on 21 July 2016 - 08:07 PM in Forum Games

7/10 too much eldidi



#256619 Rate the Above User's Avatar!

Posted by LoganDark on 21 July 2016 - 07:59 PM in Forum Games

10/10 I made that logo for him :)



#255649 for loop is only able to run once?

Posted by LoganDark on 06 July 2016 - 06:17 PM in Ask a Pro

View PostLuca_S, on 06 July 2016 - 06:16 PM, said:

View PostLoganDark, on 05 July 2016 - 07:21 PM, said:

-snip-
Indent*
-snap-
You know what I mean. I have no idea why the code is not indented for you. I actually did indent it.

View PostLuca_S, on 05 July 2016 - 03:29 PM, said:

Also if you post intend your code
Edit: Actually always intend your code it will make it WAY easier for you to read
local list = { [2] = "value1", [6] = "value2"}
-snip-
[CODE]
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
  if value == uservalue then
	foundvalue = true
  else
	--nothing is supposed to go here
  end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
I'd imagine if you indented using tabs that they were removed.



#255579 for loop is only able to run once?

Posted by LoganDark on 05 July 2016 - 07:21 PM in Ask a Pro

Posted Image

View PostLuca_S, on 05 July 2016 - 03:29 PM, said:

Also if you post intend your code
Edit: Actually always intend your code it will make it WAY easier for you to read
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
vs.
local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
Indent*

Edit: Indented code probably looks like this:

local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
    if value == uservalue then
        foundvalue = true
    else
        --nothing is supposed to go here
    end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
    --blah,blah,blah
end -- before, you had a missing end

Not this:

local list = { [2] = "value1", [6] = "value2"}
local foundvalue = false
local uservalue = io.read()
for key,value in pairs(list) do
if value == uservalue then
foundvalue = true
else
--nothing is supposed to go here
end
end
if foundvalue == false then--executes code at the end of the for loop if it has not found the value
--blah,blah,blah
end -- before, you had a missing end



#254093 [Solved] Catch error, display custom error message

Posted by LoganDark on 18 June 2016 - 01:18 AM in Ask a Pro

View PostBomb Bloke, on 18 June 2016 - 01:16 AM, said:

shell.run() doesn't actually error if the targeted file doesn't exist. You'd be better off using fs.exists() to check before attempting to run in the first place.

Oh, okay.

Edit: So fs.combine shell.dir() and what to run?

Edit 2: I guess that's a yes



#254090 [Solved] Catch error, display custom error message

Posted by LoganDark on 18 June 2016 - 12:56 AM in Ask a Pro

View Posttheoriginalbit, on 18 June 2016 - 12:55 AM, said:

Error handling and Exceptions over at the Lua manual will point you in the direction of pcall.

It would go a little like this
local ok, err = pcall(function() shell.run("program") end)

if not ok then
  print("No program")
end

Okay, thanks. I forgot about pcall.



#254087 [Solved] Catch error, display custom error message

Posted by LoganDark on 18 June 2016 - 12:50 AM in Ask a Pro

I want to use shell.run to run a program that may not exist, and I have my own error message that I want to display instead of "No such program". Is that possible?



#253751 Quality custom-made logos!

Posted by LoganDark on 14 June 2016 - 10:41 AM in Media

I'm a bit bored. Does anybody want a logo?



#253746 AES Encryption

Posted by LoganDark on 14 June 2016 - 07:18 AM in APIs and Utilities

If you haven't noticed this is not a one-way hash. If you're using it for storing passwords or something that should not be decrypted this is not the system for you. Something that is encrypted can be decrypted by brute force. I recommend a one-way hash function such as SHA256 or PBDKF2 (I got the name right !).



#253700 Quality custom-made logos!

Posted by LoganDark on 13 June 2016 - 12:33 PM in Media

View PostWaitdev_, on 13 June 2016 - 12:31 PM, said:

View PostLoganDark, on 13 June 2016 - 12:28 PM, said:

Side note: I don't like slow replies ;(
Oops, sorry about that. Also thanks, Logan and Cloud Ninja.
Also, would you be okay with Lato as the font, it has a really good variety of weights.

Another side note: An IM would be better for this. Shall I recommend Discord?



#253698 Quality custom-made logos!

Posted by LoganDark on 13 June 2016 - 12:28 PM in Media

View PostWaitdev_, on 13 June 2016 - 12:27 PM, said:

View PostLoganDark, on 13 June 2016 - 10:05 AM, said:

View PostWaitdev_, on 13 June 2016 - 10:04 AM, said:

I guess I'll get a new logo.

Text: Waitdev_ (or Waitdev, if it looks better.)

Special style: Material design

Size: Any resolution, though I want it to be square and at least be good resolution.

Font: Capsule X Pro or anything that looks good with material

File format: PNG & JPG

Roboto and Noto are the Material fonts.

Would you like a 2048x2048 logo?

I think I might stick with Capsule X Pro. And yes, 2048*2048 is good :)

Okay.

Side note: I don't like slow replies ;(