• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.
Ki43 Oscar Blank Texture

Ki43 Oscar Textures 2025-11-10

No permission to download

Allen

Styles Editor/Admin
Staff member
Allen submitted a new resource:

Ki43 Oscar Blank Texture - Ki43 Oscar Blank Texture

The stock/OH Oscar has been effectively un-repaint-able because of the texture it has. With the power of AI I was able to scrub off all of the camo from the stock Oscar texture than into "Photoshop" to fix alignment issue and clean things up. This should help anyone that wants to repaint the stock/OH Oscar as this will give them a clean uniform base texture to start with.

View attachment 175922

Read more about this resource...
 
I feel like it won't be replacing painters anytime soon.

I got it to mostly understand I wanted to clean the F4F texture.

It missed some things like half of the elevator. Part of the horizontal and deleted all of the rudder. Didn't color the wheel cover.
1762829761820.png

Next I told it "Can you please redraw this to remove the star and blue circle around it? Do no other changes." It got the roundels but also deleted the 50 cal gun panels on the wing. I had the AI use my 1st patch version as I added the missing Rudder and fixed up the top elevator.

1762830484332.png

So even with the AI you need Photoshop skills to patch things up. All of the sliver/gray just slopped all over is for the canopy

1762830455011.png
 
Hi Allen,
Great result for using AI, well done.

I’ve been using it constantly for a while now and it blows my mind what you can achieve. Lately I’ve been writing new software or streamlining some of my other programs using AI. Results so far have been nothing short of incredible.

Keep up the good work mate.

Cheers 🍻
Aussie
 
Hi Allen,
Great result for using AI, well done.

I’ve been using it constantly for a while now and it blows my mind what you can achieve. Lately I’ve been writing new software or streamlining some of my other programs using AI. Results so far have been nothing short of incredible.

Keep up the good work mate.

Cheers 🍻
Aussie
Should ask AI ,stuff to do with scasm... in the end it was asking to share how to do it. Lol
 
Should ask AI ,stuff to do with scasm... in the end it was asking to share how to do it. Lol
I asked ChatGPT about scasm and it did know it. I was asking about if it was possible to make Library object be rendered as a flat object like rivers or shore lines. That was a big no than I had it mess with old scenery APIs.
 
I asked ChatGPT about scasm and it did know it. I was asking about if it was possible to make Library object be rendered as a flat object like rivers or shore lines. That was a big no than I had it mess with old scenery APIs.
Yeh, it also knew Ivan Hsu and the mdlc... it doesn't know the hands on approach, give the tech stuff.... but you can easy read the manual for that.
 
Try using MS Copilot for scasm code or other MS type stuff. I asked it to create the code for a simple CFS2 runway and it regurgitated the below. Not exactly correct but close. I’m sure if you uploaded an example it wouldn’t do better. I’m at work still so haven’t tried compiling it yet

; SCASM code for a simple runway in Combat Flight Simulator 2
; This example places a 2000m asphalt runway at a given location

Area 1
; Set location (latitude, longitude)
; Example: 34.0000°S, 151.0000°E
Latitude -34.0000
Longitude 151.0000
Heading 0

; Runway definition
Runway
Surface ASPHALT
Length 2000
Width 45
Heading 0
CenterLat -34.0000
CenterLon 151.0000
Altitude 10
EdgeLights MEDIUM
Smooth TRUE
EndRunway

; Optional: Add runway start points
Start
Type RUNWAY
RunwayNum 36
Lat -33.9900
Lon 151.0000
Alt 10
Heading 0
EndStart

Start
Type RUNWAY
RunwayNum 18
Lat -34.0100
Lon 151.0000
Alt 10
Heading 180
EndStart

EndArea

Cheers
Aussie
 
Back
Top