Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Sunku

Members
  • Posts

    661
  • Joined

  • Last visited

Everything posted by Sunku

  1. > Use you crayon by slightly pressing on paper where you want some shadows, then use your finger where you made that wiith the crayon and spread it(using the finger). > > If i explained corectly and you understood, you should've learnt to make some smooth shadows. Crayons? I'm using a pencil here, but I understand what you mean.
  2. Well, I've been up for an extensive amount of time and a thought crossed my mind. That thought was to start drawing people what they want me to draw, but it has to be in reason. ![](http://fc05.deviantart.net/fs70/f/2013/056/2/3/manga1_by_artistic_bacon_man-d5w9csy.jpg) Now by the picture that is here you can tell I'm not an artist, and yes, you're free to criticize this, but look at this picture and judge how good I can draw and give me something among or slightly above that level. Also, I will be posting the pictures I draw, here. If there becomes too many, I'll make a spoiler and if that gets full, I'll put up my Deviantart. Please do rate my drawing at the least though.
  3. I'm all for a single player eclipse, but then again, but rpg maker would be easier for me. All in all I'd like to a see a single player Eclipse even if no one else wants to see it.
  4. If you couldn't tell, I created this topic so I can discuss with everyone the games I have as favorites and theirs. I won't be harsh on my details "against" others games and if I haven't played it I'll tell you I haven't. If you're going to post your favorite game here, I'd like you to leave an explanation on why it's your favorite. My favorite game is Final Fantasy VII. There are quite a lot of a reasons why I like it, but I'll tell you just a few. One reason is because of the battle system; sure it's boring to wait for your turn, but when it comes to fighting, it keeps the results dynamic. I also enjoy the story line; A world that's being destroyed by people that constantly suck the energy out of it. The main problem was Shinra with their SODLIERS. Shinra was in control of Midgar mostly, but they were opposed by AVALANCHE. In short it's a pretty generic, people destroy the world and you fight to stop them. Then you come to, I would say somewhere in Disc 2 if my mind serves me correct, when you're faced with a new threat. Sephiroth, a nightmare from Cloud's past. Not only did he end up injuring both him and Zack, but he was technically the reason he died. I could go on forever with my opinions, but I'd love to hear your guys' as well.
  5. > ![](http://www.freemmorpgmaker.com/files/imagehost/pics/56712b1423f023938d90bd42bd643da5.gif) > > ^too lazy to message you I thought it was supposed to be lava.
  6. I see more helping then Contest suggestions, but it may be needed. My contest suggestion is maybe another language contest? Like make a game in a different language (C++, C#, etc.) or maybe a mapping or graphics contest.
  7. > ![](http://img202.imageshack.us/img202/7357/dreamworldr.png) > > **News** > > Today I finished the sound and text rendering using pure DirectX8 (Thank Mark Morris and Robin Perris) and I changed the texture rendering using vertex for 2D sprite (Thank Gustavo) > > **Question** > > The next version will try to fix this problem. I have another problem. When I used the layers and the autotiles or animated, it doesn't show up on map.
  8. There's a MSCOMCTL.OCX error when opening the server Side Source, any fixes? EDIT: Nevermind I forgot to check page 6. EDIT 2: It says I need to install VB6 SP6 to install it, but I already did.
  9. > I couldn't agree more! I'm not the kind of person who would tear often over a game or something, but this game… It made me tear! Yes, it made me tear too, but they were manly tears
  10. That game was awesome.
  11. > Not using Daemon tools or any other CD drive emulator for that matter. I've seen this K drive pop up from time to time before and I'm really not sure how it got there, it's possible it's a portable device drive but I'm really not sure how to find out. You could try Google. That is usually what I use when clueless.
  12. I'd assume that it could be that you're using an ISO and Daemon Tools which adds extra ports. If not, I'm confused on how the K drive is even there.
  13. Hello guys, I was just wondering where the movement is handled, like what mods are using it and pretty much just every place that handles the movement. I also was wondering if it's handled on both the client and the server. Don't link me to a tutorial because I want to try and do this myself. In short terms I was wondering where the movement was handled and mentioned both client and server side. Thanks in Advance~
  14. Sunku

    Free sprite

    > Lol big head is a style of pixel art. I never used it because of the arms and shoulders. That style usually bugs most people to see how the pixels match. On my own topic: That is what I made from this(attachment)~
  15. > how many mappers do you have at the moment? It says there are 2/4 mappers.
  16. > ok so basically > > when you pretty ctrl near an event, it opens, right? > > like, event system events. you know what i mean. > > basically whenever i choose to show text, there should be a 100x100 picture box next to the text. when making events i should just have a little scrolly bar to choose which picture i want for the event. > > make sense? o: So in example let me use RPG Maker VX. When the characters are talking, how there is a picture of the person/thing?
  17. Is the game using an edited version of CS:DE?
  18. > There is already an tut for this and thats HArdcoded ;-) > > But Nice Didn't know that, but thanks.
  19. I've scrolled through the the source tutorials and didn't see this so I'm putting a tutorial here for anyone that can't figure this out. This is so your game can read the IP and Port from the game it's self instead of the config.ini Client Side Only! Okay, so first off, you'll go to modClientTCP. After that you'll scroll down a bit until you see ``` Sub TcpInit() ' If debug mode, handle error then exit out' If Options.Debug = 1 Then On Error GoTo errorhandler Set PlayerBuffer = New clsBuffer frmMain.Socket.RemoteHost = Options.IP frmMain.Socket.RemotePort = Options.Port ' Error handler' Exit Sub errorhandler: HandleError "TcpInit", "modClientTCP", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ``` Just change the Options.IP and Options.Port to look like this ``` frmMain.Socket.RemoteHost = "localhost*" frmMain.Socket.RemotePort = 7001** ``` * this will be changed to the IP it's connecting to ** this will be changed to the port that it's connecting to There you have it, but if you want to make it so there isn't the IP and Port option in the config, you'll have to first go to the config.ini and delete the two lines. Then you'll go to modDatabase and look up: ``` Public Sub SaveOptions() ``` Then you can just comment out or delete: ``` Call PutVar(fileName, "Options", "IP", Options.IP) Call PutVar(fileName, "Options", "Port", Str(Options.Port)) ``` That's all there is to it.
  20. Sunku

    Releasing a game

    > thanks bunches do you know anywhere i can get a free website? ive seen them i just cant remember where You can start with webs, weebly, or 000webhost
  21. The position has been filled, just need this topic locked. It'd be better if this topic was deleted, because I moved everything over to one topic.
  22. Sunku

    Server problems

    > Chances are nobody has one. You'd have to request for someone to make it, or make it yourself. I don't see many people making one though.
  23. Sunku

    Server problems

    > i used a fresh copy and it works but i have to much stuff to start over If you can't take your time to start it over when needed, **STOP** trying to make a game.
  24. My advice is to not use Eclipse Advanced. Use Eclipse Origin or Eclipse Event System.
  25. I'm sure you are all aware of what pokemon is, if not, Google is amazing. Anyway, I got a free DS last week with a couple of games, one of them being heart gold. I've been playing it for a bit and wanted to know your guy's friend codes. If you have the game of course. I'm not sure what other games the FCs are compatible with, but I know it's not compatible with Black and White 1 or 2\. So simply here is my friend code, post all of yours here and stuff. I look forward to Trading/Battling with you. **FC:** **1378 6527 8848**
×
×
  • Create New...