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

creatorfromhell

Members
  • Posts

    69
  • Joined

  • Last visited

    Never

Everything posted by creatorfromhell

  1. Right now I'm just going to put a soft end date of December 5th, but this is subject to change depending on popularity of this thread.
  2. - Snip - Closed due to no interest shown.
  3. FX-8350 8 Core 4.0 GHz 8 GB RAM Radeon R9 290 4GB GDDR5(with 4-way crossfire capabilities) 21.5" Monitor Dual booting Ubuntu & Windows 10
  4. I've heard good things about SDL, which has a C# wrapper available.
  5. @'GalacticGlum': > Hi! > > Let's get straight to the point. > > Does anyone know where I can find original game assets for eclipse/RPG Maker? Sprites, tilesets, all that! It doesn't have to be free although I'd prefer for it to be free xD. Anyways if you know any site please link it. > > Thanks, You could try https://vxresource.wordpress.com/
  6. Alright, since this was previously released by Robin it should be acceptable to post, as pointed out by TehDoug. Plus, it's nice to keep the engines around for "historic" purposes. ^^ **Please Note: Most of these probably won't work and are incomplete, but you most likely WON'T get help on the forums. Use only if you know what you're doing.** What's in the bundle? ![](http://i.imgur.com/l7OLfeP.png) Download: https://www.dropbox.com/s/34ne8613ucasdh6/bundle.rar?dl=0
  7. @'Kalypson': > Is the engine "CS : DE v1.5.5" to download somewhere? > > http://community.mybb.com/post-667273.html I'm not sure if someone has it offhand, but I remember it was apart of the engine bundle robin dumped on the forums awhile back. I have it on my old laptop probably, but as to whether or not I'm allowed to repost it is another story.
  8. Well, my regex started off looking nice….it has become unsightly, and I don't even expect to win so x3. ``` ((((https?|ftps?)+:\/\/)+(www.)?)+(\.(?!www\.)|[-a-zA-Z0-9_@~:/?#\[\]@!$&'()*+;=]|[^\x00-\xFF]|[^\u0000-\u0080]|[\u0600-\u06FF])+((\.+(com|net|ws|de|mp|bar|[^\x00-\xFF]|[^\u0000-\u0080]|[\u0600-\u06FF]))|:[0-9]|\.[0-9]{3}|\.[0-9]{2})+((\/(?!\.))+([-a-zA-Z0-9_@~:/?#\[\]@!$&'()*+;=]|[\x00-\xFF]|[\u0000-\u0080]|[\u0600-\u06FF]))?) ```I didn't add a full list of TLDs to the example, because the here's the full list… http://data.iana.org/TLD/tlds-alpha-by-domain.txt http://regexr.com/3ba1q
  9. creatorfromhell

    Army

    no thats not what parties are for. Also he means for example: Let's say you have 4 checkers with unlimited moves. You can control all of them, but they die seperatly. Kinda like NFL games and stuff like halo wars.
  10. There is no chat bubble source editor anywhere you look. I am currently working on a game to and today throughout the night into tomorrow I will be making a chat bubble system if you want me to give you it if/when I finish it. Just pm me your reply.
  11. I did it like this: >! ' Admin constants Public Const Player_MEMBER As Byte = 1 Public Const ADMIN_MODERATOR As Byte = 2 (Changed monitor to this did everything that said monitor in the source as well) Public Const ADMIN_MAPPER As Byte = 3 Public Const ADMIN_DEVELOPER As Byte = 4 Public Const ADMIN_CREATOR As Byte = 5
  12. Hello, I wanted to add membership to my game after it gets alot better. So I wanted to make an access level for it. So far I've added the access level for membership as 2 and moved the rest up (moderator/monitor-3, mapper-4, developer-5, creator-5). Alls I wanted to know is what else would I have to change so that members do not have the same rights as moderators/monitors.
  13. wanna bout with the client part the same thing?
  14. Try editing this: ' Hotbar Public Const HotbarTop As Long = 2 Public Const HotbarLeft As Long = 2 Public Const HotbarOffsetX As Long = 8 It's right at the top yours may be different then mine because I have a GUI edit.
  15. I know it's not necessary but is there a way in EO to make it have the max_maps, max_players, etc. be able to be configured though the options.ini. Basically like the Data.ini file in the old Eclipse.
  16. I believe you are looking in the server source not the client source.
  17. Hello, I was wondering if there was a way to make it where when an admin or moderator talk they have a picture next to their name in the chat box so people know "Hey that guys a moderator or admin". For example like the runescape system. Example: ![](http://i1190.photobucket.com/albums/z456/MOGPCreations/rsnames.png) Thanks ahead of time :cheesy:
  18. creatorfromhell

    Music

    There is your problem. You must you midi songs. Check the resources part for songs there are some links but I forget most of them.
  19. My opinion would be mixed because I am great at coding with both C# and C++. The only thing I have barley any experience in is SlimDX. From a coder's point of view I would choose C++ with DirectX, but either one would be great.
  20. Is this a client? Because I have a nice client already and don't want to change, but if it is just a client updater then I'll use it. Edit: nvm I'll figure out through testing
  21. Make sure you have this in your code: First, in **Function CheckDirection** find this: ' Check to see if a npc is already on that tile And move that whole chunk of code (up to 'Next) above: ' Check to see if a player is already on that tile For i = 1 To Player_HighIndex If IsPlaying(i) And GetPlayerMap(i) = GetPlayerMap(MyIndex) Then If GetPlayerX(i) = x Then If GetPlayerY(i) = Y Then CheckDirection = True Exit Function End If End If End If Next i
  22. I wanted to be able to put an animation from the animations maker onto my map. Is there a way to do this even by editing the source, If so how?
  23. Aww… Is there a good server only mod I could use with this?
×
×
  • Create New...