User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 1381
  6. 1382
  7. 1383
  8. 1384
  9. 1385
  10. 1386
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429

Posts by Sophie

  1. Sophie Pedophile Tech Support
    I mentioned this before, but I'd highly recommend giving pyrazolam a try. Something I sent to someone recently:

    http://www.hindawi.com/journals/aps/2012/416864/

    The main points is that tolerance to the anxiolytic effect specifically doesn't seem to develop, and that the anti-cognitive effects can be avoided with drugs selective for the A2 subreceptor, which is why I chose pyrazolam. If you read reports on it it's consistently described as being non-recreational and lacking side effects, it just removes/prevents general/social anxiety and that's it. This may also be why there's much lower availability, because it's not fun. A few months ago I was about to order a gram from tic-research for about $190, along with 2-FMA, but he ran out right before it was finalized and told me he didn't know when it would be back in stock because someone would need to order a custom synth.

    Good reports here: http://www.bluelight.org/vb/threads/...athread/page18
    http://www.bluelight.org/vb/threads/...7#post13158397

    Pyrazolam is complete shit, weaksauce barely active bullshit benzo. Take diclazepam or etizolam instead.
  2. Sophie Pedophile Tech Support
    Weeeeee!

    https://www.kali.org/releases/kali-linux-20-released/

    That's what i'm talking about.
  3. Sophie Pedophile Tech Support
    holy shit this is awesome, thanks

    if/when I make a game I will link to it here

    its pretty much a matter of when I get a large block of time, its different from the five minutes it takes to shitpost up this place

    I'm glad you like it, if you're having trouble with events. I'll be happy to help you out where i can.
  4. Sophie Pedophile Tech Support
    I would download it as it looks pretty cool/fun but I honestly dont trust any piece of software you guys link to.

    Pass me the source code and if it looks good ill compile it myself but other than that I am sure this is either an NSA backdoor or your own back door into my hard drive.

    If it had a backdoor, it would be of my own making thank you very much. Also, you can just go to www.torrentz.eu and search for RPG Maker VX Ace and pick the least suspicious looking one. Also, you don't even need sauce code, just run in VM + Sandbox and decompile first if you're that paranoid.
  5. Sophie Pedophile Tech Support
    Ok ok, i'm back. In the else branch of 'self switch A' we're going to have our text for inteacting with the player and our switch operations as illustrated by the highlighted text below.



    Notice how besides turning 'self switch A' on at the bottom, i'm also turning global switch 0001 on, this is important for our intereaction with the merchant character that will provide the item later. Because the merchant character is only allowed to give the quest item AFTER we've talked to the quest giver. We're going to have him do so by checking to see if global switch 0001 is on or not with a conditional branch.

    Now since we've turned 'self switch A' on at the beginning of the quest when our player goes to interact with the event again, processing will start from the 'THEN' part of the conditional branch that checks to see if 'self switch A' is on. Logically, we know that if switch A is on the player has accepted the quest, therefore we're going to check if the player has the quest item already with a conditional branch. You can select the option to look for an item in the players inventory from the branch item.

    Well then, if the player has the item we're going to run an operation to remove the item from his inventory and give him his reward, finally we'll turn 'self switch B' on to tell the event we're done. We can keep the 'ELSE'part empty here or offer the player some words of encouragement, since we know that if we get to this part the player has accepted the quest but hasn't retrieved the item yet. See the picture below for detail.



    Now to complete our events we're going to have to set up our merchant character that will give the player our relevant item.

    Remember how we turned on global switch 0001? We'll have our event check if the switch is on, if it is we're going to have the NPC interact with the player to give the item, i've configured the quest to have the item cost 10 gold which is given by the quest giver. So, if switch 0001 is on we're going to have to check if the player still has the gold with yet another conditional branch. If the player doesn't have the money he's not getting the item. If he does we'll have the NPC give the item. Also, if it turns out switch 0001 is not on, we know the player hasn't talked to the quest giver yet because the quest giver is the one to turn that switch on.

    When all is said and done it should look a little like this.



    Notice how in the proper ELSE branch i turn switch 0001 off again to return my merchant character to it's initial state. This is fine, since we've made sure our quest giver doesn't start the quest a second time by defining the 'self switch B' operation and it's relevant branch.

    And that's how you make events. If you want to get into even more detail we can discuss scripting next, but make sure you have a firm grasp of conditional branches and switch operations first. Also, just play with it a little and think logically.
  6. Sophie Pedophile Tech Support
    It's time to conjure the spirits of the computer with our spells.



    First order of business is downloading and installing the relevant software.

    https://www.monova.org/torrent/55249...racked%29.html (I hope this is the english version, if it's not go to torrentz.eu and search for the proper one.

    Download it with your favorite bittorrent client and follow the steps in the readme.txt to install it. Since the program is designed to make RPG games it doesn't come with things like firearms out of the box, you're going to have to look for scripts for that if that is what you intend to use. The scripting language is pretty straightforward but let's start at the beginning.

    After you have installed the program you open it up and get to the empty start screen. Go to the top left corner and click on file -> new, it's gonna' ask you to enter a name for the map where you start and a name for the game. I'll leave this up to your discretion. Now that you've started a new game there are a couple of things you can do to start customizing your world. What i always like to do is go to the 'tools' tab and click on 'Database'. This is basically the backbone of your world, you have multiple tabs that allow you to define a load of options. The first tabs has to do with the heros in your game, this allows you to set options such as their looks, gender, and class(Mage, warrior, etc). Of course you can add custom classes but you'll have to define all the options that apply to your custom class as shown below.



    The colored lines are the stats of your class, this governs their resistence to magic and attacks etc. Look at the stats for the pre-defined classes to find a right balance for your custom class if you want to go that route. After you have defined your custom class and hero we can go ahead and have a look at the 'mapping' functionality that allows you to create the graphics of the world. For the purpose of this thread i made my hero a kawaii anime girl because i can.



    Looking at this picture you can see that to the left there's a map already that i preloaded. You however will have empty space. To get started with the mapping process right click the file name in the lower left corner, for me the map is called 'Port Town'. After you right click you select 'Map Properties'. From this menu you can change the tileset and the map size, if your map is outside you pick the 'exterior' tileset. The options are pretty self explanatory.

    After you have configured the size and tileset you can go ahead and select a tile from the top left menu to start painting your map. If you're awesome it's going to look something like my example, just try to figure out what works, it's pretty easy once you get the hang of it.

    Now on to the fun part, a game is nothing if there aren't any characters you can interact with or things happening in the world. You can add these things with what is called 'events'. Say we want to have our hero meet someone in town that gives a quest. Let's look how we could accomplish such a thing.

    First off, click somewhere on the map and select 'event', a menu will pop up, here you can add a sprite if you want the event to be a character. Within the right menu you can add things to your event. Before we get into the quest let's have some music play while we stroll the town shall we.

    Right click somewhere on the map to create an event. Now since we're going to have the event start on it's own by setting the trigger option to 'autorun' we're going to have to take some steps to ensure the program doesn't get fucked up by trying to run the same event over and over again we're going to have to define some options to prevent this.

    From the right context menu double click the '@' symbol and browse until you find the option 'Conditional Branch', from the Branch menu set the option 'Self Switch A' to equal ON. Click ok, now under the 'Else' part of the branch double click the '@' symbol again. Now find the option to set BGM, BGM stands for background music. After you find the right tune click ok. Next up, click the '@' symbol again and find the option 'Control Self Switch' set it to A, click ok. Now we have to stop event processing(This is only needed for events that autorun) you do that by clicking the '@' symbol again and find the option to 'Erase Event'. If all went well it should like this.



    It's important you understand the logic behind this operation because events that are more involved will use a shitload of conditional branches and switches. The logic goes as follows:

    IF 'self switch A' is on THEN don't do anything. ELSE play BGM, turn 'self switch A on', stop event processing.

    Easy, peasy lemon, sneezy.

    Now let's look if you can apply this logic to creating a quest. For the prupose of this thread we're going to make a fetch quest. That is to say the hero needs to get an item to the NPC. Here's the logic:

    IF 'self switch B' is on, THEN we're done. ELSE check to see if 'self switch A' is on, ELSE it means the quest hasn't started yet and we're going to run an operation to get the quest started. I'll expand in a post below because i reached the image limit.


  7. Sophie Pedophile Tech Support
    I just don't go around soapboxing my expertise, like others do. That doesn't mean I don't have it. And if I decided to use it, you wouldn't even know what hit you. Secrets.

    You don't have any fucking expertise as we have long since established, also you're missing the point entirely you big oaf.
  8. Sophie Pedophile Tech Support
    if you do this, sophist, please give details, I enjoy games and it would be interesting to make a rudimentary one.

    I've made a couple games before I'll make you a fred. Don't have anything better to do anyway.
  9. Sophie Pedophile Tech Support
    I think he's really close to stroking out. I wonder when he'll break out DaGuru.

    He already busted out the 'Slave of the Beast' sock puppet. I think you're right. I wonder how much longer he has to be victimized before he ragequits the internet forever.
  10. Sophie Pedophile Tech Support
    would this script work? http://rpgmaker.net/scripts/198/

    for the sprite you could use a slightly cropped version of the image i posted

    This is an ammo script. Also, the picture you posted would only work as an avatar for an in-game sprite i'm gonna' need something like this.



    Image has to be PNG format and have no background color.
  11. Sophie Pedophile Tech Support
    make a game in RPG maker where you have to shoot as many ashleys as possible in under a minute. she's a gamer and it would be fucking lulz to send it to her

    for bonus points, make the boss her dog fluffy and you have to kill it by throwing chocolate at it

    Find me a script for handguns and an Ahsley sprite and i'll consider it.
  12. Sophie Pedophile Tech Support
    ever had birch beer? its like a cross between cream soda and root beer

    Never had it.
  13. Sophie Pedophile Tech Support
    I just posted that link so people could find some interest in the way it works. It wasn't posted for any practical purpose, but simply to demonstrate how thinking outside the box can accomplish things which could not have been accomplished otherwise. It was purely educational. Isn't that the entire premise of a discussion - to create interest? Just because you're bland vanilla with Spock-like logic, and you like it that way, doesn't mean everyone else is.

    You know what pisses me off Spectral? I don't really give a shit that you're an uneducated fuck, i'm basically an uneducated fuck as well when it comes to IT. But the fact that you feel like you can just handwave Lanny's expertise away like this just goes to show your utter lack of respect for the actual work he's put in to get where he's at. How many fucking years did you go to college to get your degree in the relevant field faggot?
  14. Sophie Pedophile Tech Support
    I meant it doesn't exist in the visible spectrum. For example, we know red + green = yellow, but yellow exists as a standalone colour in the spectrum, while purple does not.

    Is that so? That's pretty cool.
  15. Sophie Pedophile Tech Support
    We don't get cream soda in Holland but when i was in the states i bought a can at Walmart and that shit was weird brah. I do like the cream soda slushy though, just saying. Also, it is kinda' rude just to grab a drink out of someone's fridge without asking.
  16. Sophie Pedophile Tech Support
    Man oh, man. I'd feel pretty stupid if i were SpectraL right meow.
  17. Sophie Pedophile Tech Support
    Or I could just have been playing possum the entire time.

  18. Sophie Pedophile Tech Support
    Did you know that purple doesn't exist as a single colour, but only as a combination of other colours?

    That's true for all colors save for Red, Green, Blue, and Black.

    Hell yeah, Oxford comma at 'Blue'. Get on my English level.
  19. Sophie Pedophile Tech Support
    Can I not talk about my sexual frustrations here guys? Is this not a safe space?
  20. Sophie Pedophile Tech Support
    Come on now. You guys just can't acknowledge genius. That's all. You're all way too jealous for that.

    You're the classic example of someone with the Dunning-Kruger effect. To take a line from my nigga' lock's playbook.


    https://en.wikipedia.org/wiki/Dunnin...3Kruger_effect
  1. 1
  2. 2
  3. 3
  4. ...
  5. 1381
  6. 1382
  7. 1383
  8. 1384
  9. 1385
  10. 1386
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429
Jump to Top