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

chuchoide

Members
  • Posts

    706
  • Joined

  • Last visited

    Never

Posts posted by chuchoide

  1. I'm doing a simple tutorial for adding [MOD] and [GM] tags, and whatever.

    Client side: Go to modText and go to Sub DrawPlayerName.
    Search for:
    ```
    Name = Trim$(Player(Index).Name)
    ```
    Replace with:
    ```
        If GetPlayerAccess(Index) = 0 Then
        Name = Trim$(Player(Index).Name)
        ElseIf GetPlayerAccess(Index) = 1 Then
        Name = "[MOD] " & Trim$(Player(Index).Name)
        ElseIf GetPlayerAccess(Index) = 2 Then
        Name = "[MPR] " & Trim$(Player(Index).Name)
        ElseIf GetPlayerAccess(Index) = 3 Then
        Name = "[ADM] " & Trim$(Player(Index).Name)
        ElseIf GetPlayerAccess(Index) = 4 Then
        Name = "[DEV] " & Trim$(Player(Index).Name)
        End If
    ```
    Replace the tags and edit it at your liking.
    **Tested and works.**
  2. They look nice, but the cliffs need some shading.
    Remember how the RMXP ones look, they have shading.
    But overall, they really look nice. For the grass, you can add a similar texture to the one of your dirt.

    EDIT: Is this for DoL?
  3. Well, seeing as Admiral Refuge is releasing a new Eclipse engine coded in C, I just thought I should get myself to get familiar with C.

    I know it would be better to get a book, but for now I only want free, good tutorials.
    Even if Eclipse C won't be released, I am still willing to learn C, I just know VB.Net… and I know C is way better, so that's why.
    I just want to know, to the ones who know C or C++ here, what tutorial(s) did you use?
  4. @RyokuHasu:

    > Iz wanaz buyz allz thez WIPz madez withz eclipsez soz iz canz makez themz allz betterz. iz willz payz upz toz fivez dollarsz forz eachz ofz themz.
    >
    > Thankz Youz

    i will sell mine then! were we meet? i liv in neu zeland, we meet at burger king so i can hand you the clint and svr in a .rar there?
×
×
  • Create New...