User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 23 of 23

Thread: Fire Rod

  1. #21
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Quote Originally Posted by Lelouche Vi Britannia View Post
    Compile Error and I can't figure out what I need to do to fix it...

    Spoiler: show

    LINE 138: Syntax Error, Unexpected Identifier, Expecting RBracket or Number, on Token DOFIREROD_COMBO_POS
    FATAL ERROR P00: Can't open or parse input file!


    The line in question is here, its the first line of the DoFireRod() function....

    Code:
    void DoFireRod(){
         int q[DOFIREROD_COMBO_POS]; bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2};
         int q[5];
    Any ideas?
    The declaration of the array is a find-replace error.

    Code:
    bool makeflame; int flags[2]={CF_CANDLE1, CF_CANDLE2};
    int q[5];
    I pushed the change to GitHub, and I verified that it compiles in 2.53.

  2. #22
    Octorok Lelouche Vi Britannia's Avatar
    Join Date
    Oct 2015
    Location
    Britannia - Area 11
    Posts
    173
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    vBActivity - Stats
    Points
    1,107
    Level
    11
    vBActivity - Bars
    Lv. Percent
    44.09%
    Awesome! Thanks. I won't have a chance to play with it till tomorrow.
    Lost my wings and grew 8 tentacles... I've seen enough Hentai to know where this is going....

  3. #23
    The Timelord
    QDB Manager
    ZC Developer

    Join Date
    Oct 2006
    Location
    Prydon Academy
    Posts
    1,396
    Mentioned
    112 Post(s)
    Tagged
    1 Thread(s)
    vBActivity - Stats
    Points
    4,760
    Level
    21
    vBActivity - Bars
    Lv. Percent
    68.7%
    Quote Originally Posted by Lelouche Vi Britannia View Post
    Awesome! Thanks. I won't have a chance to play with it till tomorrow.
    The item script should be fine, although you may need to adjust the sprite metrics (constants). I am more worried that I might have some kind of minor error in the light sources code, or something of that nature. Unlike some users, I do not simply presume that my code will always work, but it should be sufficiently commented, and detailed, that you can see what it is doing at every stage.

    The repo version on GitHub has a test global script with a debug feature that you may want to grab, and use, if you encounter problems.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Armageddon Games is a game development group founded in 1997. We are extremely passionate about our work and our inspirations are mostly drawn from games of the 8-bit and 16-bit era.
Social