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

creatorfromhell

Members
  • Posts

    69
  • Joined

  • Last visited

    Never

Posts posted by creatorfromhell

  1. @'Mohenjo:

    > So, since you didn't answer, might not have seen it, what about my idea of locking old posts so that mods have to OK the post so necroposting stops?

    This will be sorted out when mods become responsible for their threads.
  2. I'm definitely not against making use of the tag functionality, and yes, XenForo allows you to view/search all posts for certain tags. I may also add a few prefixes as an alternative to thread tags..
    **Update: Reorganized the forums and added the proper prefixes to each, but Carim is the only one who can currently see this so :P**
  3. I've sworn by XenForo for the last five years, because it's so smooth and easy on the user's end. Also, for forums structure I've come up with something like this http://paste.ubuntu.com/14383427/. I believe this new structure is more forward and to the point in terms of where threads belong. It should also help remove some of the clutter with the legacy categories, combining some of the like-themed categories into one, and by removing staff-only threads to be replaced with the new shoutbox's staff only chat room.
  4. @'Mohenjo:

    > Can we also get a better, less confusing forum (the area where we post? Because I, and a lot of other people, get confused over where to post a topic and will post move to appropriate area. So, if it is possible, a less confusing layout would be helpful :) Other than that, I'm liking the ideas, and maybe a couple different choices for color schemes? I personally prefer a dark one but other's prefer light and so one.
    >
    > Oh, another suggestion after just reading a necropost. Can there be a system to lock threads after,say, 3 months and people can post, but they have to wait for admin approval? Or some such system?

    The current forum layout is the one Link wanted put in place, but I'll try to rearrange a few categories, etc. However, they may end up getting reverted so… As per the new forum's theme, I'm going to attempt to eventually have a light and a dark version, along with a version of each that doesn't have xenForo's animations for any user that may not appreciate them as much. :P
  5. @'BeNjO':

    > Sounds awesome. I look forward to this!

    @'Exception':

    > As long as the new shoutbox can correctly parse :<, :> and links, I don't care too much.
    >
    > XenForo is a great choice, so looking forward to that. :D

    Thanks! The new shoutbox should work smoothly. The one thing undecided at this point is the colour scheme to use, thoughts?
  6. @'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/
  7. 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
  8. @'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.
  9. 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

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