Jump to content
Sign In to follow this  
svachon

New NAM 32 question

15 posts in this topic Last Reply

Highlighted Posts

Posted:
Last Online:  
 

I installed NAM version 32 over the old NAM.  It seems to be fine except the screen is smaller and I have black/blank space on both sides of my screen.  Please help.

Share this post


Link to post
Share on other sites
Posted:
Last Online:  
 

That's not a NAM problem.  You need the proper setup for your wide screen monitor.  As an example here is my startup script.  You will need to make whatever accommodation your operating system requires.

 

#!/bin/bash
date
env WINEPREFIX="/home/john/.wine" \
wine "C:/Program Files (x86)/Maxis/SimCity 4 Deluxe/Apps/SimCity 4.exe" \
 -intro:off -CustomResolution:enabled -r1920x1080x32 -d:directx \
 -CPUCount:1 -f &>~/sc4.log
date
 


Beware: Emancipated user.  No Windoze for me.
The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
If you always do what you've always done, you'll mostly get what you've always got.
JohnNewSig.gif
"We have met the enemy, and he is us" - Walt Kelly

Come join us at the Moose Factory

Share this post


Link to post
Share on other sites
  • Original Poster
  • Posted:
    Last Online:  
     

    Sorry, I have no idea what any of "#!/bin/bash  date"...... means.  I didn't experience such a problem before I installed it.  I'm not extremely technical, so can you give it to me in laymans terms?  I assume I your saying to play with my video/resolution settings????

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    For example, if your screen size is 1920x1200, then for the shortcut you use to launch SC4, be sure to have " -CustomResolution:enabled -r1920x1200" (without the quotes) at the end of your command line.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Sorry, but I see this kind of question a lot.  I guess I was a little frustrated at the time.

     

    What has happened is that you have either omitted the appropriate options from a previous set up or you have a new Hi definition monitor which means you need to tell the system this.  The legacy program is expecting 3:4 monitors.

     

    As z1 says, just use the -customresolution:enabled -rXxYx32 and you'll be just fine.

     

    Right click your shortcut and after the final quote of the program path hit one space bar, and put in the options.  The resolution option works like this:

     

    -rXxYx32 where:

     

    X is the number of horizontal pixels (picture elements) in the horizontal resolution of your monitor

    Y is the number of vertical pixels.

    32 is a constant

    x is a separator and is also a constant.

     

    So for my 1920 x 1080 screen, that's

    -CustomResolution:enabled -r1920x1080x32

     

    You should understand that all programs are started by scripts no matter what operating system you use.  My script, with some specializations, is for Linux.  When you use a shortcut in Windows, the windows shell generates the script for you.  If you really want to understand my script, PM me and I'll translate the whole thing into English for you.


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Picky, picky.  I knew that but was trying to simplify.  Does anyone run 16-bit colour any more?


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Just installed NAM 32 on my Mac, and it looks good! I'm having one small problem though: some of the custom content (custom interchanges, pedestrian malls, real highway, NWM , etc) isn't usable. By that I mean when I click on it in the menu area, I get a red cursor instead of the usual green. I've gone through the plug-in folder to see what I missed (I've had to do a custom install because the installer doesn't work on a mac, and there's a few files that cause my game to hang), but I can't seem to find the file that's missing. Any ideas? Thanks in advance!

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    If you have access to a virtual windows machine, or an emulator, try running the installer in that.  This thing is ultra complex to install and is not supported on MACs any more.  It is getting more and more attached to Windoze, and MS Visual Studio.  IMHO, this is very sinful.


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    If you have access to a virtual windows machine, or an emulator, try running the installer in that.  This thing is ultra complex to install and is not supported on MACs any more.  It is getting more and more attached to Windoze, and MS Visual Studio.  IMHO, this is very sinful.

     

    I occasionally have access to one, so I'll try that when I get the chance, thanks! Do you happen to have a thought as to which file may be missing though? Everything is showing up in the menus and everything, it just won't let me actually use any of them.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Not sure but based on your description, it sounds like your problem is related to the NAM controller, which is compiled when you run the installer. Something might have gone wrong there...

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Not sure but based on your description, it sounds like your problem is related to the NAM controller, which is compiled when you run the installer. Something might have gone wrong there...

     

    Thanks! If that is the case, I guess I'll just have to wait until I have access to a PC.

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    The other alternative for you if you want to run the windows version of SC4 is to load up a parallel copy of Linux.  I am actually on Ubuntu 13.10 with wine 1.7.10 and it runs fine.  You can import your old regions and plugins there and run the NAM installer.  The compiler for the network controller will fail and give you the full controller, but no matter.  (I am working on that).

     

    Unless you really need OS/X, you can use Linux for everything the average user runs.  You can download the image and make a live CD to install this in parallel with your current system.  You can test the system from the live CD without doing an install.  The only real requirement is an x86 decor.


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites
  • Original Poster
  • Posted:
    Last Online:  
     

    Fixed!  Thanks Nano, it took my I.T. guy at work to implement when you were saying.  It was beyond my comprehension although when he showed me, it seemed easy thanks your your help on when to do.  I love the custom content and am learning but I'm on that is not technical.  I assume there are a fair amount of folks that love this game but like me struggle with this kind of stuff.  Thanks again!

    Share this post


    Link to post
    Share on other sites
    Posted:
    Last Online:  
     

    Glad you got straightened out.  This game is from an era when most computer users were or had been computer programmers.  These days I think we are few and far between.


    Beware: Emancipated user.  No Windoze for me.
    The teacher opens the door but the student must enter himself. - Ancient Chinese Saying

    Every minute of hate in which one indulges oneself is sixty seconds of happiness lost.
    Music expresses that which cannot be put into words and that which cannot remain silent. -- Victor Hugo
    If you always do what you've always done, you'll mostly get what you've always got.
    JohnNewSig.gif
    "We have met the enemy, and he is us" - Walt Kelly

    Come join us at the Moose Factory

    Share this post


    Link to post
    Share on other sites

    Sign In or register to comment...

    To comment in reply, you must be a community member

    Sign In  

    Already have an account? Sign in here.

    Sign In Now

    Create an Account  

    Sign up to join our friendly community. It's easy!  

    Register a New Account

    Sign In to follow this  

    • Recently Browsing   0 members

      No registered users viewing this page.

    ×

    Thank You for the Continued Support!

    Simtropolis depends on donations to fund site maintenance costs.
    Without your support, we just would not be in our 24th year online!  You really help make this a great community. *:thumb:

    But we still need your support to stay online. If you're able to, please consider a donation to help us stay up and running. This helps sustain a platform where we can share our community creations for years to come.

    Make a Donation, Get a Gift!

    Expand your city with the best from the Simtropolis Exchange.
    Make a Donation and get one or all three discs today!

    STEX Collections

    By way of a "Thank You" gift, we'd like to send you our STEX Collector's DVD. It's some of the best buildings, lots, maps and mods collected for you over the years. Check out the STEX Collections for more info.

    Each donation helps keep Simtropolis online, open and free!

    Thank you for reading and enjoy the site!

    More About STEX Collections