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

Solstice

Members
  • Posts

    272
  • Joined

  • Last visited

    Never

Posts posted by Solstice

  1. > Run Visual Basic 6 as administrator.
    >
    > Kidding me? You like blocky movement more? You cant without removing it from the engine.
    >
    > Change the sprites in the engine, they are dynamic.
    >
    > You need to remove it from the engine, just look for MouseMoveX/MouseMoveY, just delete it from the source. Also, look for MouseX/MouseY constants and remove those and any other compile errors you find.

    Thanks.

    Yes I do like "blocky" movement more. Much more. Diagonal movement looks like ass because the engine doesn't have 8 direction movement sprites.

    Yea, I Want to remove it, where is it in the project?

    I know you can change them, I'm asking where do I change them?

    If I remove the mousex and mousey I'm inevitably going to remove all mouse functionality, where exactly is the code that specifically controls mouse movement?

    You also forgot to reply to the last two things in my last post:

    Where is the W, A, S, D movement code so I can copy it and change the keys to arrow keys?

    Where is the enter to open chatbox code? I want to remove it so that it plays the bleep when you press enter.

    Thanks, I appreciate you replying to my queries!
  2. > Open vbp with notepad, change mscomctl.ocx ver 2.1 to 2.0 that fix mine…

    Okay, test time.

    It worked but maybe 50% of the time I get "Error Accessing System Registry, continue loading Project?"

    Closing VB6 and reopening sometimes fixes it, other times I have to keep reopening until it does. Nuisance.

    Can someone tell me what piece of code I have to delete to stop NPCs doing that disgusting diagonal slide?

    Also, I'd prefer to have 32x32 sprites instead of 32x64, where's the code for that ?

    Last two things: I need to know where to disable click to move and where the w, a, s, d move control is so I can copy it and add arrow key movement.

    Another addition: where is the code located that handles the chatbox? I have to get rid of that god awful bleep noise when you press enter to chat.
  3. > I am just throwing an idea out there. But do you think it could have some thing to do with the graphics of the classes, Maybe something got put in the wrong place or some other little thing? I had a some what similar problem once and I think I had moved like one face/part image and didn't notice. I really doubt this is the problem though…

    No, I haven't messed with the graphics, the CSDE engine comes with these big purple squares there. They were working before.
  4. I want to use CS:DE, I don't see anything that needs fixing aside from the one issue I'm having with the classes.txt.

    > There was an engine around here that is just what you're looking for. The engine was called prospekt. Just google prospekt source and you should find it.

    How the hell does one make an account admin to get access to the devsuite?
  5. Hi there !

    I'm looking for skilled individuals to tackle these tasks within the Crystalshire Developer Edition source.

    I don't mind you ripping from other engines and reusing it (this method might actually mean each task is like an hour, tops) as long as you give credit where it's due.

    In order of importance;

    [   ]  - Paperdoll system - I understand the workload required to fully PD items, so no lectures on "it'll take you forever"

    [   ]  - Create a character - with interchangeable hair, eyes and skin colors. Customisation is what makes online RPGs.

    [   ]  - Guild System  

    Your name will be in the credits from now and even in the future version. I'm hoping to get a VB6 foundation and then use the art and music assets for a C++ SFML remake.

    Thanks for readin'! If you can help me out. I'll be very appreciative.
  6. I've tried with EO 4.0, EO 3.0, Eclipse : Final Frontier, Crystalshire DE, Eclipse Worlds and a bunch of other ones.

    People can't connect to the server.exe.

    I'm pretty sure I portforwarded properly, but I've never really had to port forward for anything, except like one game of Renegade back in 2004.

    Halp.
  7. I'm using the Crystalshire DE client from Robin's Bundle pack.

    It was all going fine until I changed the classes.txt serverside file, there are 3 classes, and I changed max_classes = 3 to max_classes = 1 and deleted the information for the other 2 classes.

    Then I began to get runtime error 97 when  I registered and tried to make a character with class 2 or class 3\. class 1 works fine.

    I put the file back as it was but now I get this:

    Everytime I try to register with class 2 or class 3, again class 1 works fine.

    ![](http://puu.sh/a78jS/fc948bc5d3.png)

    It'd be awesome if someone could help me fix this.

    ```

    [INIT]
    MaxClasses=3

    [CLASS1]
    Name=Warrior
    MaleSprite=1
    FemaleSprite=2
    Strength=6
    Endurance=2
    Intelligence=1
    Agility=2
    Willpower=1

    StartItemCount=4
    StartItem1=1
    StartValue1=5
    StartItem2=2
    StartValue2=1
    StartItem3=3
    StartValue3=1
    StartItem4=4
    StartValue4=1

    StartSpellCount=3
    StartSpell1=1
    StartSpell2=2
    StartSpell3=3

    [CLASS2]
    Name=Wizard
    MaleSprite=3
    FemaleSprite=4
    Strength=1
    Endurance=2
    Intelligence=3
    Agility=1
    Willpower=5

    StartItemCount=3
    StartItem1=1
    StartValue1=5
    StartItem2=5
    StartValue2=1
    StartItem3=6
    StartValue3=1

    StartSpellCount=3
    StartSpell1=1
    StartSpell2=4
    StartSpell3=5

    [CLASS3]
    Name=Whisperer
    MaleSprite=5
    FemaleSprite=6
    Strength=1
    Endurance=1
    Intelligence=5
    Agility=1
    Willpower=5

    StartItemCount=3
    StartItem1=1
    StartValue1=5
    StartItem2=7
    StartValue2=1
    StartItem3=8
    StartValue3=1

    StartSpellCount=3
    StartSpell1=1
    StartSpell2=6
    StartSpell3=7

    ```
  8. I'm looking for a banner to go on the game client and two small icons.

    The game name is Skycrown.

    I'm looking for that written in gold in horizontal. Similar to the Crystalshire logo, but with a golden crown above the "row" in the word Skycrown. The entire name should have black outline so that it'll be easily visible in the client.

    I would also like two small icons, 16x16 for the game window and 32x32 (?) for the application shortcut image.

    The icon has to be a crown with 3 or 4 points on a cloud, on a solid blue background.

    This might be hard at 16x16 so just the crown will do.

    Let me know if you need more information, I have a very clear picture of what it is I would like. I look forward to working with you! o/

    Update: Took  a jab at the 16x16 icon. Close enough, but it's meh. ![](http://puu.sh/a5ZsP/654157e7c8.png)

    Update 2: Went ahead and had a go at photoshop.![](http://puu.sh/a7H9E/2fdced0982.jpg)

    Looks like a remake of the icon is in order.

    UPDATE: Game name has changed and logos have been commissioned under that name, please lock/delete thread.
  9. Hi all.

    I was messing around and came up with this nice loop, I've tried expanding on it but when I do it ruins it, I'm hoping someone with more musical skill than I can take a listen and see if they can expand it into a main menu theme song that loops.

    [http://soundcloud.com/dogoriginal/icantevenmenuconcept/s-u3d73](http://soundcloud.com/dogoriginal/icantevenmenuconcept/s-u3d73)

    Here's the FL Studio project file

    [https://www.mediafire.com/?vywaa2mow1dr9xv](https://www.mediafire.com/?vywaa2mow1dr9xv)

    NOTE: Tempo should be at 52, I think it's 56/58 in this project file. Also, the fretless bass was kinda just thrown in, you can use it or leave it, the harp is the actual request.

    If you grab the spirit and feeling in these few seconds, I'll have additional paid work available with other tracks - consider this a test run.

    Request: 

    At LEAST 1:30 long, must loop. 2:30 is an ideal time.

    Menu track, has to be gripping.

    Use WHATEVER instruments you think you should.

    Game theme is Fantasy, very little magic, floating islands, below the clouds is a near endless ocean.

    PayPal ONLY. 

    £5.00 GBP or $8.58 USD equivalent.

    Good luck.

    If you intend to work on this, please reply to the thread so myself and others are aware.
×
×
  • Create New...