Jump to content

Justn

Super Contributor
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    11

Community Answers

  1. Justn's post in Female Paperdoll not working? was marked as the answer   
    working on my end. Did you set up female paperdoll in the item editor?
  2. Justn's post in Copy Maps? was marked as the answer   
    Easy way is to use Edit>Select>All Layers then use the selection tool in the map editor select the whole map(click and drag) and copy. click on the new map and paste. This will copy any tile layers, blocks, events etc..
  3. Justn's post in Hover over item error was marked as the answer   
    I have a feeling this is going to be the issue. When I checked line 60 it basically was two words about creating a new item desc window. Let me get to my computer and test this out and will update you.
     
    @jcsnider you are a genius! that was it. So did this line tell you that or how did you know so I know what to look for on silly errors like that? Message: The given key was not present in the dictionary. 
  4. Justn's post in Intersect Engine - Sprite Frames was marked as the answer   
    Server> Resources> config.json
     
    "Sprites": {
        "IdleFrames": 4,
        "NormalFrames": 8,
        "CastFrames": 4,
        "AttackFrames": 4,
        "ShootFrames": 4,
        "WeaponFrames": 4,
        "NormalSheetAttackFrame": 3,
        "NormalSheetDashFrame": 1,
        "MovingFrameDuration": 200,
        "IdleFrameDuration": 200,
        "TimeBeforeIdle": 4000
  5. Justn's post in Camera follow was marked as the answer   
    I think you need to change this line in the sever config file to either a 1 or a 2 (cant remember which number):
    "GameBorderStyle": 0,
  6. Justn's post in Anyone having issues pulling new development build? was marked as the answer   
    So installing VS again did not resolve the issue. I was able to get back to a working state however by removing the plugin system. I am not sure if github was supposed to do this but  when I created a pull request it merged over all the changes for the new plugin system. I removed those changes and now my source works again. 
  7. Justn's post in Compile errors was marked as the answer   
    I had to close and reopen visual studio and the errors went away.
×
×
  • Create New...