• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

load_csv

  1. backdoornight

    SOLVED Possible load_csv/ds_grid_* bug?

    Greetings; this is my first post here. I've just upgraded from Legacy to GMS2.3+. I'm lovin' it. Currently learning the ropes and fixing some stuff that was broken when porting my project. Previously, I used a custom .csv loader to boot up the ds_grids in the game but decided to move on to the...
  2. I

    GML write_csv()

    So, I am using a ds_grid and for debugging reasons I want to be checking the contents of the grid or just "cheat" instead of being hardcoding everything I need to change, so I thought I could work with csv files and excel because I had read about this amazing function: load_csv(). But later, I...
  3. M

    load_csv failed. (Data structure with index does not exist.)

    I've been trying to load a CSV file and I copy and paste the code from my old project.. (it works fine before) I can't figure out what went wrong, please help.
  4. D

    Windows Reading strings from .csv file - can't create line breaks/newlines

    Hello, I am reading lines of dialogue into my game via importing from a .csv file into a ds_grid. The game has been interpreting my line breaks literally instead of doing a paragraph break. In other words, it is reading '\n' as literal characters instead of as an escape character. When I tried...
  5. Lord KJWilliams

    Windows do you need quotation marks for using load_csv function, to import strings?

    Ive been reading the online manual , and the load_csv function does not state if your csv file needs to have values that are treated as strings to be enclosed in " " , double quotation marks so that load_csv converts it to a string variable. Does any one know ? Thanks
  6. S

    GameMaker "load_csv" dont load the last string

    Hello, guys! I have been using "load_csv" for my table (attached file with excel screenshot). And i got very strange situation (attached file with debugger screenshot) There are no the string with id 4: "Mana Potion". But we all need mana! Is it a bug or feature? (Gamemaker 2, IDE v2.0.6.146...
  7. Johan Vinet

    Question - Code [SOLVED?] load_csv() crash runner.exe?

    Hi there! My proto is crashing and this is the error I got: "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.0.3.36/windows/Runner.exe exited with non-zero status (-1073741819) elapsed time 00:00:29.1159824s for command...
Top