Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Loading Screen | Forums

  1. #1
    Hello,

    1.) If I create a picture of 1024x512 pix it looks wrong on my 1680x1050 tft ...
    So is there a possibility to automaticaly change the pictures when the monitor has got another solution?

    2.) How can I show a text during the Loading Screen? I tried this tutorial: http://www.callofjuarezfans.co...&hilit=loading#p6013
    but it doesn't work. I only get the pictures.
    Reply With Quote Reply With Quote

  2. #2
    Please, tell me how to create loading screens. I cannot find information about it.
    Reply With Quote Reply With Quote

  3. #3
    follow the link!
    Reply With Quote Reply With Quote

  4. #4
    1) There is no system that will choose proper loading screen to users resolution

    2) That's a bit buggy. I'll ask programmers about that.
    _______________________________________
    Best regards,
    COJModding.com Team
    www.cojmodding.com
    Reply With Quote Reply With Quote

  5. #5
    Thanks!
    Otherwise I've got a big problem cause I want to past a kind of introduction in the loading screen...
    Reply With Quote Reply With Quote

  6. #6
    Try go back to http://www.callofjuarezfans.co...&hilit=loading#p6013 because I have shown a sample that works.
    Reply With Quote Reply With Quote

  7. #7
    Try to put some "Enter" keys on end of every .scr file. It should be like that to include with other scripts.
    _______________________________________
    Best regards,
    COJModding.com Team
    www.cojmodding.com
    Reply With Quote Reply With Quote

  8. #8
    BurningGeneral I believe you need to be logged into your profile to see the text during loading screen. It is the same issue as with the lack of dialog text. In order to see the text log into your player profile.

    Check my post here:

    http://forums.ubi.com/eve/foru...641080997#9641080997

    I tried Zancara's method and it works nice, but I still have just one picture visible three times in the main menu, instead of three different pictures. I do not know why
    _______________________________________
    www.lukaszbogaj.com | www.twitter.com/wookash_b
    Reply With Quote Reply With Quote

  9. #9
    You have make a change in these three lines:

    DescriptionPicture("MapName_Screen.dds")
    DescriptionPicture2("MapName_Screen2.dds")
    DescriptionPicture3("MapName_Screen3.dds")

    and it shoud be like this instead:

    DescriptionPicture("MapName_Screen.dds")
    DescriptionPicture2("MapName_Screen.dds")
    DescriptionPicture3("MapName_Screen.dds")

    Hope that would help you
    Reply With Quote Reply With Quote

  10. #10
    DescriptionPicture
    DescriptionPicture2
    DescriptionPicture3

    That's what I didn't notice the first time and that is why it was the same picture three times. Thanks man!
    _______________________________________
    www.lukaszbogaj.com | www.twitter.com/wookash_b
    Reply With Quote Reply With Quote

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •