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

turbocookie

Members
  • Posts

    193
  • Joined

  • Last visited

    Never

turbocookie's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @S.J.R.: > Eclipse Origins obviously can't. But there is [an engine](http://www.touchofdeathforums.com/smf/index.php/topic,72573.0.html) planned that will. > > Regards, > Stephan. cheers for that, i look forward to it, hopefully it will be out very soon, as im really really really keen to get started right away, as for now, i guess i just do some planning ect ect.. :D
  2. Hey, sorry if this isn't allowed, or the wrong section or whatever, but i dont know where else. move or delete if needed. I recently got a mac, and want to develop a 2D orpg like i did on windows, i used EO on windows but all my friends have macs (our school gave them out for free) so i want t develop a orpg that we can all play. Anyone know of a version of eclipse or another engine that i can do so? Thankyou.
  3. Remind you of anything robin ^.^
  4. I too get the same. i have AMD Athelon X4 630, 2gb ram, win XP 32-bit
  5. Game Name- Rekation Online Graphical Style- Peaceful, kind of mellow, lots of forests in it. Name- Mellow Forest Setting- The game is set in a medieval fantasy, this will be located in a forrest Inspirations- None. Format- MP3 Keywords- Happy, mellow, peaceful, relaxed Atmosphere- Alot of dense grass, some big tree's a few creatures wandering around, every 15 seconds or so a bird tweeting.
  6. SamuGames i got a bug to report on the guild system, in the server you can refresh the list to show guilds, and it just keeps making heaps of guilds by itself each time you click refresh, unless is just displaying the incorrectly? just giving you a heads up ^.^
  7. Well, you start with spelling character correct.
  8. Dunno if this is irrelevant or not but. People will be able to bot alot easier then, like runescape, i have the most profesional bot for that, its java, so im sure it can be done for anyone elses game, will have to put some anti bot stuff in a game if i used this :) although you can bot anything. lol why am i still typing? aha bye
  9. @Soul so the java one will allow many more features? including browser support? :D and also 3D, minecraft was made on java :) (i think) well, goodluck robin
  10. OFFT: Robin, would you ever make an eclipse engine from/for VS 2010? and would it limit or give more amount of features?
  11. @Soul: > Your naming scheme is ambiguous. I'm not sure if the original source says color or if the original source says colour. I've used color in this example as per what you originally posted: > > ``` > Call DrawText(TexthDC, TextX, TextY, GetPlayerName(Index) & "[" & GetPlayerLevel(Index) & "]", color) > > ``` > This would be how you do it. Remove your original one and replace it with this. ah thankyou very much :) and yeah its just colour, it works C: i was kinda close for my first programming edit? :D thanks for fixing that up for me mate, close thread if you wish
  12. Im not exactly sure, someone correct me if im wrong, but i think you edit the offsets on here ``` If GetPlayerSprite(Index) < 1 Or GetPlayerSprite(Index) > NumCharacters Then TextX = ConvertMapX(GetPlayerX(Index) * PIC_X) + Player(Index).XOffset + (PIC_X \ 2) - getWidth(TexthDC, (Trim$(GetPlayerName(Index)))) TextY = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - 16 Else ' Determine location for text TextX = ConvertMapX(GetPlayerX(Index) * PIC_X) + Player(Index).XOffset + (PIC_X \ 2) - getWidth(TexthDC, (Trim$(GetPlayerName(Index)))) TextY = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - (DDSD_Character(GetPlayerSprite(Index)).lHeight) + 16 ```
  13. @Robin: > I don't care. Go re-download the source. No no, I got it working, that error is from that code I tried. ``` Call DrawText(TexthDC, TextX, TextY, GetPlayerName(Index) & "[" & GetPlayerLevel(index) & "]", colour) ``` EDIT: I think I know why, "[" and "]" arnt variables, I just down know how to display text because I want the level inside of [ and ] Is there a variable to be like DrawText("TEXTHERE") Thats just my random guess but yeah, i have no idea ):
×
×
  • Create New...