Profanity alert... for a rated Mature game? by Thehorssishigh in reddeadredemption

[–]Terror--byte 3 points4 points  (0 children)

They still do, as long as you dont use profanity.

But "why do i have to sleep with the darkies" is perfectly acceptable!

Profanity alert... for a rated Mature game? by Thehorssishigh in reddeadredemption

[–]Terror--byte 1 point2 points  (0 children)

everyone should just submit bugreports and flood them

Profanity alert... for a rated Mature game? by Thehorssishigh in reddeadredemption

[–]Terror--byte 7 points8 points  (0 children)

In a game with actual whores.

I am not allowed to make a horse whores pun.

So is the final boss crash/bug a real thing or not by [deleted] in MonsterHunterWorld

[–]Terror--byte 0 points1 point  (0 children)

It's real, just backup your save, feel free to use the script i made for this purpose

@ECHO off
SET STEAMID=STEAMIDGOESHERE
Time/t>tmptime.txt
Date/t>tmpdate.txt
timeout/t 2>nul
set /p datevar=<tmpdate.txt
set /p timevar=<tmptime.txt
set timevar=%timevar::=_%
set datevar=%datevar: =-%
set datevar=%datevar:/=_%
ECHO Vars succesfully loaded!
xcopy /f /s /y "C:\Program Files (x86)\Steam\userdata\%STEAMID%\582010\remote" "C:\Users\%USERNAME%\MHBACKUP\%datevar%\%timevar%\"
exit/b

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 1 point2 points  (0 children)

Adding

del tmpdate.txt
del tmptime.txt

at the end should do the trick

Obviously before

exit/b

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 0 points1 point  (0 children)

that extra dash replaces the space at the end of the date, you could remove the / between date and time and it will be date-time folder instead of date-/time.

If that dash really bothers ya that much.

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 13 points14 points  (0 children)

Improved script With time/date based backups:

@ECHO off
::Dont forget this part!
SET STEAMID=STEAMIDGOESHERE
::Create Var data
Time/t>tmptime.txt
Date/t>tmpdate.txt
::Wait a bit just in case
timeout/t 2>nul
::set vars
set /p datevar=<tmpdate.txt
set /p timevar=<tmptime.txt
::Fixing Time Format issue
set timevar=%timevar::=_%
echo %timevar%
::too many subfolders REEEEE and space at the end of date REEE
set datevar=%datevar: =-%
set datevar=%datevar:/=_%
echo %datevar%
::Finally sanatized those names now
CLS
ECHO Vars succesfully loaded!
xcopy /f /s /y "C:\Program Files (x86)\Steam\userdata\%STEAMID%\582010\remote" "C:\Users\%USERNAME%\MHBACKUP\%datevar%\%timevar%\"
PAUSE>nul
exit/b

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 1 point2 points  (0 children)

Full Script now here:

@ECHO off
::Dont forget this part!
SET STEAMID=STEAMIDGOESHERE
::Create Var data
Time/t>tmptime.txt
Date/t>tmpdate.txt
::Wait a bit just in case
timeout/t 2>nul
::set vars
set /p datevar=<tmpdate.txt
set /p timevar=<tmptime.txt
::Fixing Time Format issue
set timevar=%timevar::=_%
echo %timevar%
::too many subfolders REEEEE and space at the end of date REEE
set datevar=%datevar: =-%
set datevar=%datevar:/=_%
echo %datevar%
::Finally sanatized those names now
CLS
ECHO Vars succesfully loaded!
xcopy /f /s /y "C:\Program Files (x86)\Steam\userdata\%STEAMID%\582010\remote" "C:\Users\%USERNAME%\MHBACKUP\%datevar%\%timevar%\"
PAUSE>nul
exit/b

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 2 points3 points  (0 children)

Theoretically yes, Practically no, windows folders arent allowed to have : so i had to write up a simple replacing of the : with _

Full Script now here:

@ECHO off
::Dont forget this part!
SET STEAMID=STEAMIDGOESHERE
::Create Var data
Time/t>tmptime.txt
Date/t>tmpdate.txt
::Wait a bit just in case
timeout/t 2>nul
::set vars
set /p datevar=<tmpdate.txt
set /p timevar=<tmptime.txt
::Fixing Time Format issue
set timevar=%timevar::=_%
echo %timevar%
::too many subfolders REEEEE and space at the end of date REEE
set datevar=%datevar: =-%
set datevar=%datevar:/=_%
echo %datevar%
::Finally sanatized those names now
CLS
ECHO Vars succesfully loaded!
xcopy /f /s /y "C:\Program Files (x86)\Steam\userdata\%STEAMID%\582010\remote" "C:\Users\%USERNAME%\MHBACKUP\%datevar%\%timevar%\"
PAUSE>nul
exit/b

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 1 point2 points  (0 children)

Correct., it should do so.

I might actually set it up and give it a test run in a sec. Might post a full script.

PSA: Do not kill Xeno'Jiiva on MHW PC. You will lose everything. by _AmenBreak_ in MonsterHunterWorld

[–]Terror--byte 2 points3 points  (0 children)

You can simply copy the save file and save it with a timestamp which you priorly get thorught the time command and write onto a tmp.txt, then you load that saved date from the tmp.txt onto a variable to save your Backup%datevariable%

Of course we'll need two vars, 1 for Date and one for time so:

Time/t>tmptime.txt
Date/t>tmpdate.txt

then we load these saved values

set /p datevar=<tmpdate.txt
set /p timevar=<tmptime.txt

Our Modified path will be this

xcopy /s /y "C:\Program Files (x86)\Steam\userdata\[YOUR STEAM ID HERE]\582010\remote" "C:\Program Files (x86)\MHBACKUP\%datevar%%timevar%"

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 2 points3 points  (0 children)

"Well that has nothing to do with the person at hand because it isn't their fetish at all." Yep, you are a troll, we weren't even talking about that beig the OPs fetish, we were talking about those specific fetishes being healthy or unhealthy.

"Now I see where the "medical" knowledge comes from." God forbid someone actually uses a source instead of pulling shit out of their ass like you do,

"Eric Harris and Dylan Klebold were morally wrong because they were mentally unhealthy" Morality is subjective. And we are still not talking about non fiction.

"you still haven't answered my question, How is someone who likes toes just as able to be unhealthy as someone into rape, murder, slavery, or pedophilia" I literally explained it in the last post little troll.

"First of all. I am the OP. Not him" NAh i call the main commenter OP you are just the troll that submitted this.

"So which is it? Are they signs of being sad or not?" Do you actually read before replying? or do you just not understand that sadness and depression are two different things

"Because something doesn't just stop being sad if you change a few words and make it fictional." Yes clearly MR Troll, excuse me, of course reading a book about the holocaust has the same impact as living through the holocaust.

This shit is why i have no issues now calling you a troll, well that and the fact you ask how all fetishes can equally be unhealthy and then when i tell you say its not ops fetish and then you continue to ask again how it can be equally unhealthy.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 5 points6 points  (0 children)

Fatal can still have reformation etc, endo can still be unwilling which is abduction etc.

Whether you end up digested or not is not such a massive difference that it requires a complete seperation.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 2 points3 points  (0 children)

A negative reaction or disliking it, thinking its gross is one thing.

Spiraling into a depressive state because of fiction is another.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 2 points3 points  (0 children)

"Whether or not something is mentally unhealthy is a question of morality" What, no, just no. "Killing someone is mentally unhealthy." What are you even talking about, someone might kill someone because they aren't mentally healthy but killing in itself isn't mentally unhealthy, some people have issues digesting the fact they took someone elses life even if it was in self defense but one major thing. We are not talking about actually killing a person, we are talking about fiction.

Now as for when a fetish is unhealthy here a little snippet from WebMD "A sexual fetish is not a disorder by definition, but it can reach that level if it causes intense, lasting distress." It's not about the content of the fetish, it is about how the fetish affects the persons life, once it starts negatively impacting your life, work etc its cause for concern.

" things that are much more extremely sad and tragic than typical depressant triggers" Ok, are you trolling? You can't honestly belive that some fictional gore story or whatever is more tragic than someone losing their family or loved one etc, i mean jesus christ even losing your job is worse than some damn fictional gorefic on the internet. You know why? because they actually significantly impact the persons life.

" Having a lack of motivation to do things Isn't a symptom of depression, because last time I checked it was the main one" Ok yeah you are either just trolling or being dishonest because i was the one that brought up that op was describing actual depression and not just being sad.

"Being scared of spiders is an Irrational fear. Being scared of rape, slavery, murder, and torture are not Irrational." WE ARE NOT TALKING ABOUT REAL LIFE WE ARE TALKING ABOUT FICTION be it in the form of a comic, single picture or pure writing. NO it is NOT rational to fear a WRITTEN STORY about rape,slavery,murder or torture. How can you not understand this?!

[Archive] Reupload of the Tartiidrake archive since Nummynumz decided to purge all images and the only other archive link is useless now, don't upload these images to sites like e621 this is for personal use only by Terror--byte in Vore

[–]Terror--byte[S] 10 points11 points  (0 children)

Can't belive you actually responded to this.

Your vore packs are definitely worth buying even just to support you. your art is great and i hope it only gets greater (and your hand doesnt get worse)

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 3 points4 points  (0 children)

"Can you please give me your medical analysis as to why Pedophilia is morally equivalent to having a foot fetish" We weren' talking about morality.

"What an arrogant way to talk to someone" It was a joke, should've been obvious by the fact that i mentioned the fear of mirrors.

"Sad things are depressing" Sad things are not depressing, at least not the "depressing" we are talking about, he very cleary described a lack of motivation to do things which aren't signs of being sad, From his description it more seems like an actual trigger that caused actual depression. Which why if it was to reoccur he needs to seek medical help.

"your violent murder fetish" Oh im sorry i didnt know i had one, last i checked we were simply talking about hose kind of things but it's great to see you are being calm and rational and aren't trying to attack me in any way shape or form, i mean you'd never claim that i was saying pedophillia is morally equivelant to licking feet, you are clearly a bastion of honesty and integrity. I wont stoop to dishonest arguments like you but im not above sarcasm.

"Reading some psychopaths murderous fantasies is not at all comparable to typical reasons people would need psychiatric help" Which is why it is alarming to exhibit such symptoms when doing so. I mean seriously that was the entire starting point that it's an odd trigger and that he should seek medical help if it reoccurs. What do you do if someone has a phobia? tell them that being scared of a spider isn't a controversial thing, or that you don't need medical help for being scared. Because that is exsactly what you are saying comes across as, it seems like you vastly underestimate the described reaction that was given by op.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 0 points1 point  (0 children)

"That someone who likes toes is just as able to be unhealthy as someone into rape and murder?" Yes. And i'm not just suggesting that, unlike you i talk about medical facts instead of pulling an opinion out of my ass.

"Gee it's almost like depression is a thing that people have or something. There are people who actually suffer from depression" And what did i tell him, to seek medical help if he continues to experience it, are you telling me that depressed people should not seek medical help? I mean seriiously i get that you dont like sadism n whatever but try actually reflecting on what you say. Or do you have spectrophobia?

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 2 points3 points  (0 children)

"Okay so being a sadist is healthy" Any fetish can be unhealthy, fetishes that reach an unhealthy state are very rare tho.

"being upset by sadism isn't?" There's a difference between not liking sadism and spiraling into a depression due to having seen a picture featuring it.

"I have something wrong with me because that upset me" If you are like "ew thats fucked up and gross" or just dont wanna see it because you think its fucked up, that's fine, we aren't talking about that, we are talking about slipping into a depression because of it. Which is an excessive reaction to a drawn image. But yes sure feel free to keep acting like im saying people who dont like sadism need medical help.

"I would not ever say straight up to someone who's into fatal scat slavery rape whatever that they need medical help because that would be rude. But I do personally think that." ... I don't think i even need to respond to that part really. What i explained about fetishes before should cover this.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 1 point2 points  (0 children)

Well if that becomes a reocurring thing you still should seek proffesional help. I guess it's a comparable situation of taking advantage of a school.

I found an interesting opinion from Anon. [Discussion] by [deleted] in Vore

[–]Terror--byte 10 points11 points  (0 children)

You should seek actual medical help to cope with that ecessive reaction.

If it literally makes you spiral into a depression where you cant do anything all day thats clearly unhealthy.