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

creatorfromhell

Members
  • Posts

    69
  • Joined

  • Last visited

    Never

creatorfromhell's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • Create New...