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

Wilfre

Members
  • Posts

    232
  • Joined

  • Last visited

    Never

Everything posted by Wilfre

  1. @LonelyNekoLover: > How? You need to right click your desktop and go to Personalize, then find Adjust font size (DPI), then click on 96% (Holds more information), and then the GUI should work better.
  2. @LonelyNekoLover: > well, i just downloaded the new release at the start of this thread. Ran the server, got the port forwarded and ran the client. Immediatly this is what i got. > ![](http://anony.ws/i/2012/07/10/Bg5tc.png) > > as you can see the gui is off a bit. > > not sure what i can do to fix it but i will look into it while i wait for a reply. Set the DPI to 96%
  3. Okay, well, I've noticed and know some of the Eclipse Newbies here are kinda wondering what some of the terms we use on Eclipse are, so I made a little list, some are things that I've never heard be mentioned. IDE - Integrated Development Environment, this is were the coding takes place, it includes something to make the Applications (.exe) as well called a compiler. VB6 - Visual Basic 6.0, it is the simple programming language that is used in making Eclipse, please note it may be a ~~weaker language than VB.NET~~, but it is easier and faster. GUI - Graphical User Interface, it is like Windows, it is a usable screen with graphics and is easy to use. CTD - Crash to Desktop, it is an unknown error that crashes to the desktop. RTE - Runtime Error, this is an error (with a number, like 9, 339, or 429) that is caused by a missing dependency and/or source code error. Dependency - An .ocx or .dll file that helps both the computer or an application run. TCP - Transmission Control Protocol, a very organized form of connection used on the internet, it will send data packets and if one is lost, then it will be resent. TCP does not have real time, so it will need to be resent every now and then (a cache is a great example of this) MOTD - Message of the Day. Port-Forward - Basically letting a port have access to incoming and outcoming connections through your Firewall. DX8 - Direct X 8, the graphics engine for CS:DE and Eclipse Origins 2.4 to 3.0, it allows .png support and translucency. .PNG - An advanced image file that allows see through or invisible color known as Alpha. Very high quality. DX7 - Direct X 7, the graphics engine for Eclipse Origins 1.0 to 2.0, it has .bmp support, making it big. .BMP - Gigantic image files, high quality, they lack Alpha, do not post them on the Eclipse Forum. FMOD - A music engine that is way better than DX7 or DX8's music engine. Autotile - A dynamic tileset that will rearrange itself into paths, rivers, waterfalls, and much more! GDI - Graphics Device Interface, a weak graphics engine that supports .GIF, .JPG and .BMP .JPG - A mid-quality image file, everyone should know what these are. Does not have Alpha. .GIF - A low quality image file that can be animated, does have Alpha. DPI - The font size on your desktop, it must be set to 96% in order to work. B - A byte (B) is a form of computer data measurement that can hold a single letter such as 'h'. KB - A kilobyte (KB) is another form of data that is equivalent to 1024 bytes. MB - A megabyte (MB) is a much larger data measurement equal to 1024 kilobytes. GB - A gigabyte (GB) is a very large form of computer data that is used in scale of hard drives. TB - A terabyte (TB) is an extremely large form of computer data measurement not to be confused with Tuberculosis. Byte - A coding term that follows 'As' it must have a value of 0 to 255 ``` Code As Byte = 255 ``` Integer - Another coding term like Byte, but it must have a value of -32,767 to 32,767 ``` Code As Integer = 32,767 ``` String - A term like Byte, but is usually a word variable. ``` Code As String = Code ``` Long - A term like Byte, but it is very large. ``` Code As Long = 65,534 ``` Boolean - A true or false, 1 or 0 code that succeeds an 'As' ``` Code As Boolean = True ``` Public - A piece of code that can be interpreted by any module ``` Public Sub Code ``` Private - A piece of code that is kept within the module ``` Private Sub Code ``` Sub - A routine, it identifies what the code block is, must always end with an 'End Sub' ``` Private Sub Code End Sub ``` Function - Another routine, it is called by a 'Call', must always end with an 'End Function' ``` Public Function Code End Function ``` Type - A block of code that organizes variables, must end with an 'End Type' ``` Public Type Code .Code As Byte End Type ``` Enum - A routine that converts words, types, and identifiers into numbers, must end with 'End Enum' ``` Enum Code Code Coding Coded End Enum ``` Const - A constant, something that stays the same during the application's runtime ``` Public Const Code As Byte = 255 ``` With - With is, well… With something. It must end with and 'End With' ``` With Code *Response* End With ``` For - For is for something, it must always end with a 'Next' ``` For Code *Response* Next ``` If - If is if something happens, it must end with an 'End If' ``` If Code = *Boolean* Then *Response, can include 'Call' and 'Goto'* End If ``` Do - Do will do an action and redo it, as it must always end with a 'Loop' ``` Do Code Loop ``` Then - Then simply directs you in a If statement ``` If Code = *Boolean* Then Call Goto End If ```Call - Call calls out a Function using its identifier ``` Call Code ``` Goto - Goto goes to a comment ``` Goto Code 'Code ``` Comment - A comment is a message that has an apostrophe (') in front of it. ``` 'Code ``` That's all the terms I can think someone may not know and/or I have heard people ask. If you have any terms you wish to give, just reply.
  4. I've always wondered how you could make an RPG like Zelda of Maria into an MMO.
  5. In the Map Editor, in Properties, you'll see 4 textboxes lined in a cross, they all say 0. What you want to do is change the direction of the box to the number of the map, so if the character goes up, go to the top box in the cross sign.
  6. Banned because my FISH was abusing creatures of PetSmart!
  7. You are banned for having 3 posts and being a moderator!
  8. Open those up with VB6. And then in modConstants (Found in src) on both client and server, edit the line of code Soul showed you.
  9. Because my friend, I am not English, I am Persian… wil u kil spoderman
  10. Wilfre

    Noob Posting

    @əˈnɪgməx™: > awesome 1337 speak :) Thanks, here is a noob post; Hi I got a compile error 'Block If without End If' right here, anyone know what it means? I got it on this code: ``` If CanNpcAttackPlayer = True Then Call NpcAttackPlayer ```
  11. DRUGS! SEND IT TO MY SCHOOL! 30% OF THE HIGH SCHOOLERS THERE SMOKE POT!
  12. Wilfre

    Faces

    @Kaejer: > I just need to line up the # in graphics with the # in characters? You do that.
  13. It means it didn't load everything correctly.
  14. You may be missing the actual item and resource file in the server. If they aren't there, just put two files in there place, the server automatically fills them with .dat files on startup. If they are there, I don't know what to say…
  15. I found an issue… Every time I save a map, the server crashes without an error, and when I run it in VB6, it says nothing. I do have an outdated processor, which could be the cause, but I don't have it with the other versions.
  16. @daxterxx: > Program them your self. *Opens up VB6 and starts making a virus*
  17. Wilfre

    Noob Posting

    1 g07 run71m3 3rr0r s0m37h1n9 s0m37h1n9 s0m37h1n9, 4nd s0m31 g1v3 m3 vb6 p1s
  18. My head is going to explode from all the excitement…
  19. *Facepalm* Use the Event System Dark, it saves you 3 tutorials…
  20. I just read through the .vbp file and found that all the references are from sysWOW64, could that be the issue with the library files?
×
×
  • Create New...